Re: plotting graphics for web pages [message #60234] |
Sun, 11 May 2008 15:09  |
Mark[1]
Messages: 66 Registered: February 2008
|
Member |
|
|
On May 12, 1:44 am, "tia...@gmail.com" <tia...@gmail.com> wrote:
> On May 10, 11:02 pm, russ <rlaybe...@hotmail.com> wrote:
> I use convert command of ImageMagik to convert the Postscript file to
> Jpeg format.
A couple of comments:
1) JPEG is suitable for photos of natural scenes, but for scientific
graphics with lines, sharp edges, solid colours, PNG is better.
ImageMagick will produce either.
2) One of the advantages of the ImageMagick convert command is that
you can use it to reduce the number of colours in the image, where
appropriate. I normally produce PNGs from IDL in 24-bit colour, but
often reduce them to 8-bit or 4-bit colour with ImageMagick
afterwards, if file size is an issue.
|
|
|
|
|
|
|
|
|
|
Re: plotting graphics for web pages [message #60441 is a reply to message #60331] |
Wed, 21 May 2008 15:31  |
Mark[1]
Messages: 66 Registered: February 2008
|
Member |
|
|
On May 20, 2:31 pm, David Fanning <n...@dfanning.com> wrote:
> Ok, ImageMagick is terrific! But the documentation is typical
> of free software. How exactly does one reduce the color?
> I'm writing an article. :-)
To the best of my recollection, use the option "-colors 256" or "-
colors 16".
|
|
|