Search found 4 matches
- 2015-08-20T22:12:08-07:00
- Forum: Bugs
- Topic: Using [n-N] syntax with period at start of filenames fails to open files
- Replies: 4
- Views: 5145
Using [n-N] syntax with period at start of filenames fails to open files
Hi all, using 6.9.2-0 Q16 x64, 2015-08-15, prebuilt Windows binary. I have any image files: test_1.png test_2.png test_3.png test_4.png I execute: montage "test_[0-3].png" "output.tif" This works. --------------------------- Next I rename files to: .test_1.png .test_2.png .test_3.png .test_4.png I ...
- 2014-12-18T16:40:46-07:00
- Forum: Users
- Topic: PSD transparency issue (ImageMagick adding white to transparent areas)[Resolved]
- Replies: 4
- Views: 5275
Re: PSD transparency issue (ImageMagick adding white to transparent areas)
Seems to work great, thank you very much for both the explanation and a solution!
- 2014-12-18T08:13:05-07:00
- Forum: Users
- Topic: PSD transparency issue (ImageMagick adding white to transparent areas)[Resolved]
- Replies: 4
- Views: 5275
Re: PSD transparency issue (ImageMagick adding white to transparent areas)
It seems that IM is getting the correct alpha in the output image, but it is not getting the correct colors. It is interpreting the PSD colors as if a white background was added to the file, whereas ideally it should just be interpreting the colors which are there (forgive me if I am stating the ...
- 2014-12-17T22:16:10-07:00
- Forum: Users
- Topic: PSD transparency issue (ImageMagick adding white to transparent areas)[Resolved]
- Replies: 4
- Views: 5275
PSD transparency issue (ImageMagick adding white to transparent areas)[Resolved]
Using ImageMagick 6.9.0-0 Q16 x86 (static DLL Windows build) I'm trying to convert a PSD file to a TIFF. Here is a screenshot of the original PSD: http://gyazo.com/2471641bd8a0d41d7019de740aade119 Here is a screenshot of the TIFF saved by ImageMagick, using convert "test.psd[0]" -compress lzw "test ...