Thank you this worked!Bonzo wrote: ↑2018-01-05T05:42:42-07:00 A PSD file still contains all the layers and the first layer is the completed image. So try:
Code: Select all
convert psd_test.psd[0] test.png
Search found 12 matches
- 2018-01-05T09:13:35-07:00
- Forum: Bugs
- Topic: PSD to PNG layer issue
- Replies: 3
- Views: 8476
Re: PSD to PNG layer issue
- 2018-01-05T04:57:48-07:00
- Forum: Bugs
- Topic: PSD to PNG layer issue
- Replies: 3
- Views: 8476
PSD to PNG layer issue
Hi, i have a test PSD that I convert to PNG using ImageMagick. When using -flatten, the result is a complete red image. When not flattening it, I get three files and one is correct. Command that produces the red only image: convert psd_test.psd -flatten -verbose -version test.png Version ...
- 2014-01-31T12:09:12-07:00
- Forum: Bugs
- Topic: Can't convert some DCM files anymore
- Replies: 9
- Views: 14706
Re: Can't convert some DCM files anymore
This is empty as well. Should be somewhere here I guess: JNG* rw- JPEG Network Graphics See http://www.libpng.org/pub/mng/ for details about the JNG format. JNX* r-- Garmin tile format JPEG* rw- Joint Photographic Experts Group JFIF format (62) JPG* rw- Joint Photographic Experts Group JFIF format ...
- 2014-01-31T12:05:24-07:00
- Forum: Bugs
- Topic: Can't convert some DCM files anymore
- Replies: 9
- Views: 14706
Re: Can't convert some DCM files anymore
Ah, yes, I have it, but it does not work... OpenEXR --with-openexr=yes yes OpenJP2 --with-openjp2=yes yes PANGO --with-pango=yes yes PERL --with-perl=no no CXX = g++ CXXFLAGS = -g -O2 -pthread FEATURES = DPC OpenMP DELEGATES = bzlib mpeg fontconfig freetype jng jpeg lcms lzma openexr openjp2 pango ...
- 2014-01-31T11:43:08-07:00
- Forum: Bugs
- Topic: Can't convert some DCM files anymore
- Replies: 9
- Views: 14706
Re: Can't convert some DCM files anymore
I just checked with the released version 6.8.8-4 and unfortunately it is still not working for me and I get the same error. It seems to me it was an JPEG-2000 problem. When doing a configure (same lines as in original post), I get the following output, leaving JPEG-2000 empty instead of "no" or "yes ...
- 2014-01-27T13:28:00-07:00
- Forum: Bugs
- Topic: Can't convert some DCM files anymore
- Replies: 9
- Views: 14706
Re: Can't convert some DCM files anymore
This is incredible fast! Thanks a bunch!
- 2014-01-27T12:31:54-07:00
- Forum: Bugs
- Topic: Can't convert some DCM files anymore
- Replies: 9
- Views: 14706
Re: Can't convert some DCM files anymore
Can't post that file due to privacy (DCM files are used in the medicine a lot), but I found a file in the Internet that shows the same (technical) symptoms.
The file I checked with is called:
comp90_v3.dcm
https://drive.google.com/folderview?id= ... sp=sharing
The file I checked with is called:
comp90_v3.dcm
https://drive.google.com/folderview?id= ... sp=sharing
- 2014-01-27T10:42:05-07:00
- Forum: Bugs
- Topic: Can't convert some DCM files anymore
- Replies: 9
- Views: 14706
Can't convert some DCM files anymore
Hi, I have updated to ImageMagick-6.8.8-2 from 6.8.7-10 and I have problems converting from some DCM images. It is working with the same file with the previous version. Maybe an openjpeg problem, because DCM supports some JPEG-2000 version and the delegate result changed from jp2 to openjp2. convert ...
- 2013-12-17T05:02:07-07:00
- Forum: Bugs
- Topic: Conversion from WebP to JPG may be broken in latest release
- Replies: 2
- Views: 6502
Re: Conversion from WebP to JPG may be broken in latest rele
Yes, that fixes it definitively! Thanks!
- 2013-12-17T02:10:21-07:00
- Forum: Bugs
- Topic: Conversion from WebP to JPG may be broken in latest release
- Replies: 2
- Views: 6502
Conversion from WebP to JPG may be broken in latest release
I have troubles to convert from WEBP to JPG (working before) after compiling and installing the latest release: # convert --version Version: ImageMagick 6.8.7-9 Q16 x86_64 2013-12-14 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC HDRI OpenMP ...
- 2013-05-16T12:13:59-07:00
- Forum: Developers
- Topic: Animated GIF to animated WebP
- Replies: 6
- Views: 28543
Re: Animated GIF to animated WebP
I have compiled IM with: # ./configure --with-webp results for me in: # convert -list format | grep webp WEBP* rw- WebP Image Format (libwebp 0.2.1) Unfortunately no + support for multiple images I get several single WebP images when running: # convert animated.gif -coalesce animated.webp Also no ...
- 2013-05-16T11:33:21-07:00
- Forum: Developers
- Topic: Animated GIF to animated WebP
- Replies: 6
- Views: 28543
Animated GIF to animated WebP
Hi,
this is more a feature request. ImageMagick already supports the WebP format.
It would be great if ImageMagick would also convert an animated GIF to an animated WebP.
Example:
convert animated.gif animated.webp
this is more a feature request. ImageMagick already supports the WebP format.
It would be great if ImageMagick would also convert an animated GIF to an animated WebP.
Example:
convert animated.gif animated.webp