I need to convert a bmp-file (1,97 Gb (2 120 108 598 byte) to tiff format: "C:\>convert -monitor dm19.bmp -define tiff:rows-per-strip=1 -depth 8 -type Palette -compress RLE dm19.tif". But my result is:
convert: Memory allocation failed `dm19.bmp'.
convert: missing an image filename `dm19.tif'.
What should I do?