Search found 5 matches

by JaredA
2018-05-30T14:25:01-07:00
Forum: Bugs
Topic: Convert PSD or TIF to JPG ignore alpha
Replies: 6
Views: 8624

Convert PSD or TIF to JPG ignore alpha

We have recently updated our RHEL ImageMagick from 6.7.8 to 7.0.3-8. Previous to the upgrade I was getting undesirable results in converting TIF files containing alpha channels converting to JPG format. Now post upgrade I am seeing the same with PSDs containing alpha channels to JPG. The bad behavio...
by JaredA
2018-05-30T12:07:20-07:00
Forum: Users
Topic: Convert PSD or TIF to JPG ignore alpha
Replies: 7
Views: 7488

Re: Convert PSD or TIF to JPG ignore alpha

@fmw42 the "psd:alpha-unblend=off" command has done the trick. If you think this could be a bug, should I open a new thread in the IM "Bugs" forum?
by JaredA
2018-05-25T12:23:29-07:00
Forum: Users
Topic: Convert PSD or TIF to JPG ignore alpha
Replies: 7
Views: 7488

Re: Convert PSD or TIF to JPG ignore alpha

Moving the "-alpha off" argument to be earlier in the sequence has no effect, undesired result still occurs.

Code: Select all

magick Alpha_Example.psd[0] -alpha off -intent relative -quality 95 -colorspace sRGB -strip Alpha_Example.jpg
by JaredA
2018-05-25T12:17:22-07:00
Forum: Users
Topic: Convert PSD or TIF to JPG ignore alpha
Replies: 7
Views: 7488

Re: Convert PSD or TIF to JPG ignore alpha

Thank you for the quick responses, here is the link to the example: http://s000.tinyupload.com/?file_id=032 ... 3421656023
by JaredA
2018-05-25T11:20:30-07:00
Forum: Users
Topic: Convert PSD or TIF to JPG ignore alpha
Replies: 7
Views: 7488

Convert PSD or TIF to JPG ignore alpha

We have recently updated our RHEL ImageMagick from 6.7.8 to 7.0.3-8. Previous to the upgrade I was getting undesirable results in converting TIF files containing alpha channels converting to JPG format. Now post upgrade I am seeing the same with PSDs containing alpha channels to JPG. The bad behavio...