Search found 547 matches

by Drarakel
2010-04-16T13:08:30-07:00
Forum: Bugs
Topic: Crash with some PSD files
Replies: 3
Views: 10008

Re: Crash with some PSD files

Thanks!
(I think I'll wait for the next release version - it's not that urgent for me.)
by Drarakel
2010-04-16T09:24:59-07:00
Forum: Bugs
Topic: Crash with some PSD files
Replies: 3
Views: 10008

Crash with some PSD files

Hi, I'm using ImageMagick to read PSDs sometimes. I saw that some changes were made in that area lately, so that the reading is quicker and greyscale PSDs work too. That's really great! But with some PSDs, I'm getting crashes now. Currently I'm using IM v6.6.1-3 (Q16), on Windows XP. Now normally I ...
by Drarakel
2010-04-13T16:19:34-07:00
Forum: Users
Topic: Convert from eps with transparent background to png
Replies: 10
Views: 56106

Re: Convert from eps with transparent background to png

If you want to try it with PDFs/AIs eventually and you can't alter the delegates of ImageMagick, you can probably execute a Ghostscript command (instead of executing an ImageMagick command which will itself execute Ghostscript). As a starting point, you could use something like this: gs -dSAFER -dBA...
by Drarakel
2010-04-13T09:23:20-07:00
Forum: Users
Topic: Convert from eps with transparent background to png
Replies: 10
Views: 56106

Re: Convert from eps with transparent background to png

I am struggling with this myself for a while... The "-colorspace RGB" parameter will give you transparency with EPS files, yes. As fmw42 said, you have to edit the delegates.xml to get transparency with PDF files, too. You need to edit the line '<delegate decode="ps:color"...'. T...
by Drarakel
2010-04-13T08:56:04-07:00
Forum: Developers
Topic: Conversion Problems from CMYK
Replies: 8
Views: 24945

Re: Conversion Problems from CMYK

Yes, the -dUseCIEColor setting will be used with the standard command "convert ColorChartCMYK.pdf output.png" here. Thus, I get this . (As I said, I get a bit better colors than tsdesigns.) By the way: Where can I find that Ghostscript control file? But anyway.. It's still a very roughly c...
by Drarakel
2010-04-12T21:56:50-07:00
Forum: Developers
Topic: Conversion Problems from CMYK
Replies: 8
Views: 24945

Re: Conversion Problems from CMYK

I don't think that the former commandline will yield better results here. On my system, I get worse colors by that (as ImageMagick omits the -dUseCIEColor parameter for Ghostscript). @tsdesigns: What versions of ImageMagick and Ghostscript are you using? Because I get (with the current versions) a b...
by Drarakel
2010-04-07T18:43:40-07:00
Forum: Users
Topic: Best command for resizing large pics for highest quality.
Replies: 16
Views: 43966

Re: Best command for resizing large pics for highest quality

The only degradation that I can see between the two pictures is due to color subsampling. The subsampling can distort some (red) parts (it often gets darker in that areas). In your case, Photoshop did create the image with a quality of around 99% and no subsampling (1x1). The Imagemagick pic was cre...