I try to convert a PSD file to TIFF and remove the background by using a cliping-path. This works fine with this command:
Code: Select all
convert source.psd -background white -fill white -draw "color 0 0 reset"
-transparent white -clip -draw "Image Copy 0,0 0,0 source.psd" -strip out.tiff
I expected that this command:
Code: Select all
identify -verbose source.psd -> out.tiff
Code: Select all
Magick: no decode delegate for this image format 'C:/Users/Luca/AppData/Local/Temp/magick-0nt3IZnI' @ error/constitute.c/ReadImage/532
Sorry for my bad english skills.
Code: Select all
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
FEATURES OpenMP
HOST Windows
LIB_VERSION 0x667
VERSION 6.6.7