Hi Ved,
overlays are vector graphics, but the images are pixel (raster)
graphics.
Most image formats like png, jpeg are for pixel graphics, not vector
graphics.
Also, all image processing functions (e.g. everything in the ImageJ
Process menu) need pixels, not vector graphics.
'Flatten' converts everything you see to pixels, then you can process
the image including the overlay. Saving as png, jpeg etc. also saves
the flattened image.
See
http://en.wikipedia.org/wiki/Vector_graphics http://en.wikipedia.org/wiki/Raster_graphicsMichael
________________________________________________________________
On 11 Nov 2011, at 22:38, Ved Sharma wrote:
> That does the job. Thanks Wayne!
>
> On a different note, I understand why flattened overlay becomes
> pixelated but what I don't understand is why the overlay does not
> look pixelated no matter how much do I zoom in the image. And if
> the same mechanism can be applied for flattening the overlay to
> make it appear smoother.
>
> Ved