Search found 9 matches

by kfitfk
2015-09-18T01:17:44-07:00
Forum: Bugs
Topic: pixel cache allocation failed when convert a small PSD
Replies: 9
Views: 6229

Re: pixel cache allocation failed when convert a small PSD

I can confirm this is a bug in ImageMagick. I made a mistake when setting the endianness in the PSD reader. I made a change that set this to late. A patch has been pushed to our GIT repository to resolve this. This will be resolved in ImageMagick 6.9.2-2. Got it. I just downgraded the IM on my ...
by kfitfk
2015-09-17T23:34:42-07:00
Forum: Bugs
Topic: pixel cache allocation failed when convert a small PSD
Replies: 9
Views: 6229

Re: pixel cache allocation failed when convert a small PSD

Well, I'm not sure now if this has something to do with the latest 6.9.2.x version. The mr_bu_bg.psd that I posted above has 2 layers off, 2 layers on. On my mac, I have Version: ImageMagick 6.9.1-10 Q16 x86_64 2015-08-04. And I have another Linux test server which has Version: ImageMagick 6.9.1-8 ...
by kfitfk
2015-09-17T21:45:10-07:00
Forum: Bugs
Topic: pixel cache allocation failed when convert a small PSD
Replies: 9
Views: 6229

Re: pixel cache allocation failed when convert a small PSD

The server is Red Hat Enterprise Linux Server release 5.7 (Tikanga) $ convert -version Version: ImageMagick 6.9.2-1 Q16 x86_64 2015-09-18 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC ...
by kfitfk
2015-09-17T20:35:44-07:00
Forum: Bugs
Topic: pixel cache allocation failed when convert a small PSD
Replies: 9
Views: 6229

pixel cache allocation failed when convert a small PSD

I just installed the latest version on a server today: Version: ImageMagick 6.9.2-1 Q16 x86_64 2015-09-18. convert file.psd[1] output1.png When I run the command above to extract the first layer as a PNG file, I got the following errors. convert: pixel cache allocation failed `file.psd' @ error ...
by kfitfk
2015-07-15T23:33:38-07:00
Forum: Users
Topic: The offset origin is not the top left corner?
Replies: 5
Views: 4599

Re: The offset origin is not the top left corner?

Thanks, fmw42. -extent works great.

Does the viewport cropping method described in this section http://www.imagemagick.org/Usage/crop/#crop_viewport only applies to gif output?
by kfitfk
2015-07-15T03:01:07-07:00
Forum: Users
Topic: The offset origin is not the top left corner?
Replies: 5
Views: 4599

Re: The offset origin is not the top left corner?

Does it help if you add +repage before the crop? convert output.png +repage -crop 425x320+0+0\! cropped.png Yes, this works. Just checked out the documentation. This operator completely removes/resets the virtual canvas meta-data from the images. I have another issue then. What if in this case ...
by kfitfk
2015-07-15T02:18:41-07:00
Forum: Users
Topic: The offset origin is not the top left corner?
Replies: 5
Views: 4599

The offset origin is not the top left corner?

I have a PSD document which contains an image as shown below https://img.alicdn.com/tps/TB1U7YlIFXXXXaRXXXXXXXXXXXX.jpg The PSD canvas size is 425x320, and the image in the layer itself is 714x329. If the top left corner of the PSD canvas is (0, 0), then the top left corner of the layer should be ...
by kfitfk
2015-07-02T01:53:42-07:00
Forum: Users
Topic: Can I export a layer from PSD with layer styles attached?
Replies: 2
Views: 2576

Re: Can I export a layer from PSD with layer styles attached?

Got it. Then I need more simplified PSD parsing process.
Thanks.
by kfitfk
2015-07-02T01:14:09-07:00
Forum: Users
Topic: Can I export a layer from PSD with layer styles attached?
Replies: 2
Views: 2576

Can I export a layer from PSD with layer styles attached?

Say I have a simple PSD file with two layers - a background layer and a text layer. The background layer is just a normal layer filled with pure white. And the text layer is created by the Horizontal Type Tool. Then I apply a stroke layer effect to the text layer. https://img.alicdn.com/tps ...