$ identify 0.bmp identify.exe: no decode delegate for this image format `BMP' @ error/constitute.c/ReadImage/508.
$ convert 0.bmp 1.bmp # nothing is output!
The same for JPEG. How should I do (except installing from the source code) ?
$ identify 0.bmp
identify.exe: no decode delegate for this image format `BMP' @ error/constitute.c/ReadImage/508.
$ convert 0.bmp 1.bmp
# nothing is output!
The same for JPEG.
How should I do (except installing from the source code) ?