LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 09-21-2006, 04:07 PM   #1
mwildam
Member
 
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52

Rep: Reputation: 15
Image viewer that can rotate and save tiff


I am scanning with xsane and I have cases where the paper is in landscape format. The images should then be sent by e-mail.

Although I have a lot of viewer installed (gQView, gThumb, KFax, KView etc.) I do not find any application that can save the rotated tiff. GIMP can, but it cuts off the image on rotation and further creates much bigger TIFF.

Note: The TIFFs are saved in Group4 (Fax format).

I cannot believe that there is no application there which I can use to achieve this easy task.

BTW: I should have also ImageMagick installed (at least yum says) but I do not find an executable. Tried also to install XnView but it asks me for a library that I cannot find anywhere.
 
Old 09-21-2006, 04:47 PM   #2
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
ImageMagick is more of a toolkit, than a monolithic application. But, you can invoke it on your tiff files with 'display filname.tif'. You can then access many forms of manipulation on the image by right-clicking on the image.

There is a manpage: man ImageMagick. A bit unusual.

--- rod.
 
Old 09-22-2006, 01:33 AM   #3
mwildam
Member
 
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52

Original Poster
Rep: Reputation: 15
In the meantime I found out (I was a little blind to see but it was unexpected for me) that I can tell xsane before scanning that the image should be in landscape format.

That helped me a little - I got a landscape image. But unfortunately I cannot get a multipage tiff then also.

I cannot believe that there is no "normal" application available that can handle tiff files with rotate, multipage manipulations and so on.

I will try that display mytifffile.tif also.
 
Old 09-22-2006, 09:32 AM   #4
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
So what's abnomal about ImageMagick?
From the ImageMagick home:

Code:
convert --rotate degrees
You can do it interactively or from a commandline (scriptable).

--- rod
 
Old 09-22-2006, 09:36 AM   #5
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
Correction about my first post: using 'display', to get to the image manipulation menu, left-click (not right-click, as I originally said).

--- rod.
 
Old 09-23-2006, 03:25 AM   #6
mwildam
Member
 
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52

Original Poster
Rep: Reputation: 15
Thanks a lot this at least gives me a possibility for some post-processing. I also found a link (searching for ImageMagick in the Internet) for creating multipage tiffs (unfortunately in german), here is the command for creating multipage tiffs:

NAME
tiffcp - copy (and possibly convert) a TIFF file

SYNOPSIS
tiffcp [ options ] src1.tif ... srcN.tif dst.tif

DESCRIPTION
tiffcp combines one or more files created according to the Tag Image
File Format, Revision 6.0 into a single TIFF file. [...]

This is ok for me, but my wife is not really a console user so I am still searching for a desktop application that can do these operations like rotation, multipage tiff, cropping, despeckle and so on.
 
Old 09-23-2006, 04:03 AM   #7
mwildam
Member
 
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52

Original Poster
Rep: Reputation: 15
The tiffcp does not work for me. It tells that it cannot open the tiff and does not tell what is the problem.
 
Old 09-23-2006, 12:40 PM   #8
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
I just tried out The Gimp for doing rotations. I used a jpeg image, but I'm sure that is irrelevant. Anyway, I think I have solved your problem of rotating the image without cutting off parts on the long ends. There is a checkbox in the rotate dialog named 'Clip Result'. This needs to be unchecked, or the result will be as you described. Not sure about the issue of file size that you describe. Is TIFF a format that allows variable rates of compression?

Have you tried the ImageMagick 'display' tool yet?

--- rod.
 
Old 09-23-2006, 12:43 PM   #9
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
If you have any programming ability, the ImageMagick package is very well suited to scripting languages and provides libraries for binding with many other languages. Perhaps you can embed the functionality your wife wants into a small application that she can manage.

--- rod.
 
Old 09-23-2006, 12:46 PM   #10
PingFloyd
Member
 
Registered: Jun 2006
Posts: 94

Rep: Reputation: 16
I think Eye of Gnome will save image rotations if I remember correctly.
 
Old 09-24-2006, 11:02 AM   #11
mwildam
Member
 
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52

Original Poster
Rep: Reputation: 15
Not for TIFF unfortunately.
 
Old 09-24-2006, 03:49 PM   #12
mwildam
Member
 
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52

Original Poster
Rep: Reputation: 15
I found that the xsane offers in addition to "Save" and "Copy" a possibility "Viewer" and I did never choose that because I thought that it would open the application associated with tiff files then.

But in reality it opens its own viewer application and there it is possible to rotate the TIFF images and the compression ratio is kept then.

Further I found that in the same combobox I can choose also to create a multipage "project". Then there is a possibility to scan multiple pages into a single resulting file. Each page can be opened with the built-in viewer before combining the pages to the final multipage tiff.

This is a solution for me - however I do not see a possibility to modify the multipage tiff afterwards. The multipage project seems to use it's own format and when a multipage tiff has been created and the (temporary) multipage project has been deleted then there is no way to get back (as far as I have seen so far ;-) ).
 
Old 09-29-2006, 07:17 PM   #13
mma8x
Member
 
Registered: Jul 2004
Posts: 164

Rep: Reputation: 30
you could also try a program like kfax. don't have it in front of me, but i know that it at least has the ability to display a multipage tiff document. don't know how much editing ability it has offhand.
 
Old 09-30-2006, 06:35 AM   #14
mwildam
Member
 
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52

Original Poster
Rep: Reputation: 15
Unhappy

The KFax neither can open a xsane multipage-scan tif... :-(
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Multipage TIFF Viewer? ajsteel Linux - General 6 09-22-2006 04:34 PM
imagemagick and rotate image question nephish Linux - Software 2 08-26-2006 10:54 PM
How to display a tiff image in java? MRMadhav Programming 4 07-02-2006 02:39 AM
how to rotate an image (clockwise for example)? xpucto Linux - Newbie 21 03-08-2006 12:22 PM
GIMP - Rotate image arbitrarily Micro420 Linux - Software 2 11-03-2003 02:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 08:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration