How to convert TIFF scan file to JPEG or PNG general file format in Ubuntu?
The command is convert -separate image1 image2
, no need for further options.
Try -separate
instead of -seperate
Reference: convert man page
The command is convert -separate image1 image2
, no need for further options.
Try -separate
instead of -seperate
Reference: convert man page