ยังหาโปรแกรมที่ใช้แก้ไขภาพ tif แบบหลายหน้า แบบ Imaging for Windows บนลินุกซ์ไม่ได้ ก็คงต้องใช้แบบบรรทัดคำสั่งไปพลาง ๆ ก่อน
ขั้นตอนคือ ต้องลง ImageMagick ก่อน $ sudo aptitude install imagemagick
$ sudo aptitude install imagemagick
แตกไฟล์ tif แบบหลายหน้าออกมาเป็น แบบหน้าเดียวหลายไฟล์ $ convert image.tif x%d.tif
$ convert image.tif x%d.tif
แก้ไขหน้าที่ต้องการจากไฟล์ที่แตกออกมาแล้ว ด้วย gimp สมมุติว่าเป็นหน้า 2 $ gimp x2.tif
$ gimp x2.tif
# mkdir temp # for i in *jpg; do convert $i -interlace line temp/$i ; done
# convert -adjoin `ls *.tif` newfile.pdf
There are currently 0 users online.
Recent comments