Search found 5 matches

by celia_ccs
2011-06-10T10:56:10-07:00
Forum: Developers
Topic: Can't make convert psd to jpg work
Replies: 6
Views: 19054

Re: Can't make convert psd to jpg work

Hi fmw42,

Actually when instaling the c7 or v8 did not work.
Installing libjpeg6 did work.

Thanks
by celia_ccs
2011-06-10T07:29:37-07:00
Forum: Developers
Topic: Can't make convert psd to jpg work
Replies: 6
Views: 19054

Re: Can't make convert psd to jpg work

Ok, I have installed all the delegates I could find and resintalled IM. Now psd conversion to png and gif works. That's a good news. But... my conversion to jg pops this: convert: Wrong JPEG library version: library is 62, caller expects 80 logo.jpg @ error/jpeg.c/JPEGErrorHandler/296. I'll try to ...
by celia_ccs
2011-06-10T05:47:22-07:00
Forum: Developers
Topic: Can't make convert psd to jpg work
Replies: 6
Views: 19054

Re: Can't make convert psd to jpg work

Does this mean that PSD convert should work?

# identify -list format | grep PSD
PSB* PSD rw+ Adobe Large Document Format
PSD* PSD rw+ Adobe Photoshop bitmap
by celia_ccs
2011-06-10T05:38:15-07:00
Forum: Developers
Topic: Can't make convert psd to jpg work
Replies: 6
Views: 19054

Re: Can't make convert psd to jpg work

Hi fmw42, Yes the 6.2 release was a really old version I guess, but it's the version that the system installs when I do # yum install ImageMagick. Surprising. This is why I have installed the 6.7 from source, and have no more convert working =( The delegates are strange insdeed, I will try ...
by celia_ccs
2011-06-09T14:13:36-07:00
Forum: Developers
Topic: Can't make convert psd to jpg work
Replies: 6
Views: 19054

Can't make convert psd to jpg work

Hi, I was using the 6.2 version of IM on a CentOS Unix release. The PSD convert (convert img.psd -flatten img.jpg) was working but outputing broken images like noisy pink/blue/green image, while the source was a black text on a white background. I realised that 70% of the converts were going wrong ...