I have a grayscale TIFF which I'm trying to convert to EPS via the command
convert zip.tif eps3:zip.eps
The resulting EPS is just a weird band of pixels with no resemblance to the original TIFF.
This was with ImageMagick 6.3.7. I've put the before (TIF) and after (EPS) files in:
http://flexweb2.pageflex.com/engsup/ImageMagick/zip.eps
http://flexweb2.pageflex.com/engsup/ImageMagick/zip.TIF
Thanks!
-pd
Grayscale TIFF doesn't convert to EPS correctly.
Re: Grayscale TIFF doesn't convert to EPS correctly.
Sorry ... I should also mention that this is on Windows XP/Pro.pdavis wrote:I have a grayscale TIFF which I'm trying to convert to EPS via the command
convert zip.tif eps3:zip.eps
The resulting EPS is just a weird band of pixels with no resemblance to the original TIFF.
This was with ImageMagick 6.3.7. I've put the before (TIF) and after (EPS) files in:
http://flexweb2.pageflex.com/engsup/ImageMagick/zip.eps
http://flexweb2.pageflex.com/engsup/ImageMagick/zip.TIF
Thanks!
-pd
Re: Grayscale TIFF doesn't convert to EPS correctly.
We can reproduce the problem you reported and will have a fix soon. Thanks.
Re: Grayscale TIFF doesn't convert to EPS correctly.
Thanks for the confirmation. Any timeframe for a fix?
Alternatively, can you tell me the circumstances of the bug, so I can work around it? Is it just grayscale TIFFs? All grayscale TIFFs?
Thanks,
-pd
Alternatively, can you tell me the circumstances of the bug, so I can work around it? Is it just grayscale TIFFs? All grayscale TIFFs?
Thanks,
-pd
Re: Grayscale TIFF doesn't convert to EPS correctly.
The problem you reported is fixed in ImageMagick 6.3.8-0 Beta, available sometime tomorrow.
Re: Grayscale TIFF doesn't convert to EPS correctly.
Thanks. Is this available somewhere now? I didn't see any downloads for it in the ImageMagick.org site.magick wrote:The problem you reported is fixed in ImageMagick 6.3.8-0 Beta, available sometime tomorrow.
Also, this is late in our development cycle to be trying out a beta release of software, let alone distributing one. Do you know if it would be possible to pach 6.3.7 to fix the grayscale EPS issue?
Thank you,
-pd
Re: Grayscale TIFF doesn't convert to EPS correctly.
6.3.8-0 Beta is ImageMagick 6.3.7-10, the current release, with one or two patches. You can find it here: ftp://ftp.imagemagick.org/pub/ImageMagick/beta/ . A simple solution might be to grab coders/ps3.c from 6.3.8 and replace it in your 6.3.7 distribution.