Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  15] [ 0]  / answers: 1 / hits: 29921  / 1 Year ago, tue, february 7, 2023, 3:45:15

How can i convert this scanned file to general JPEG/PNG?



I used scanimage --mode=color --format=tiff > /tmp/testing.tiff from a scanner



$ convert -seperate testing.tiff testing.jpeg
convert: unrecognized option `-seperate' @ error/convert.c/ConvertImageCommand/2667.

$ convert -seperate -format jpg testing.tiff testing.jpg
convert: unrecognized option `-seperate' @ error/convert.c/ConvertImageCommand/2667.

More From » 11.04

 Answers
4

The command is convert -separate image1 image2, no need for further options.


[#42563] Tuesday, February 7, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jokaned

Total Points: 315
Total Questions: 116
Total Answers: 119

Location: Somalia
Member since Mon, Feb 27, 2023
1 Year ago
;