[ANN] Image map

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Image map

Pavel Krivanek
Hi,

to analyze objects in small headless images is quite problematic so I
have created the simple tool that generates static html pages with the
image content.

Here is the sample result for 1.8 MB KernelImage:
http://comtalk.net/public/tmp/imagemap/1.html
compressed version: http://comtalk.net/public/tmp/imagemap/imagemap.zip
source code: http://comtalk.net/public/tmp/imagemap/ImageMap.st
css style: http://comtalk.net/public/tmp/imagemap/style.css

Backward references can be studied using the objects ids.

Have fun,
-- Pavel

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Image map

Nicolas Cellier-3
Pavel Krivanek a écrit :

> Hi,
>
> to analyze objects in small headless images is quite problematic so I
> have created the simple tool that generates static html pages with the
> image content.
>
> Here is the sample result for 1.8 MB KernelImage:
> http://comtalk.net/public/tmp/imagemap/1.html
> compressed version: http://comtalk.net/public/tmp/imagemap/imagemap.zip
> source code: http://comtalk.net/public/tmp/imagemap/ImageMap.st
> css style: http://comtalk.net/public/tmp/imagemap/style.css
>
> Backward references can be studied using the objects ids.
>
> Have fun,
> -- Pavel
>
>

Very nice for hackers (and very dangerous for commercial images...).
It would be usefull to have a cross table with Objects sorted by class,
and classes sorted by name.

Nicolas


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Image map

Pavel Krivanek
On 6/17/07, nicolas cellier <[hidden email]> wrote:

> Pavel Krivanek a écrit :
> > Hi,
> >
> > to analyze objects in small headless images is quite problematic so I
> > have created the simple tool that generates static html pages with the
> > image content.
> >
> > Here is the sample result for 1.8 MB KernelImage:
> > http://comtalk.net/public/tmp/imagemap/1.html
> > compressed version: http://comtalk.net/public/tmp/imagemap/imagemap.zip
> > source code: http://comtalk.net/public/tmp/imagemap/ImageMap.st
> > css style: http://comtalk.net/public/tmp/imagemap/style.css
> >
> > Backward references can be studied using the objects ids.
> >
> > Have fun,
> > -- Pavel
> >
> >
>
> Very nice for hackers (and very dangerous for commercial images...).
> It would be usefull to have a cross table with Objects sorted by class,
> and classes sorted by name.
>
> Nicolas

You have to run the generator inside the image you want to study (it's
similar to SystemTracer) so you cannot analyze the locked images of
others.
The main purpose of this tool is to find the wasted objects in the KernelImage.

-- Pavel

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Image map

ccrraaiigg
In reply to this post by Pavel Krivanek

     You can explore the objects in a system interactively in 3D. See
http://lists.squeakfoundation.org/pipermail/spoon/2007-March/000154.html


-C

--
Craig Latta
improvisational musical informaticist
www.netjam.org
Smalltalkers do: [:it | All with: Class, (And love: it)]