Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-21-2006, 04:07 PM
|
#1
|
Member
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52
Rep:
|
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.
|
|
|
09-21-2006, 04:47 PM
|
#2
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
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.
|
|
|
09-22-2006, 01:33 AM
|
#3
|
Member
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52
Original Poster
Rep:
|
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.
|
|
|
09-22-2006, 09:32 AM
|
#4
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
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
|
|
|
09-22-2006, 09:36 AM
|
#5
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
Correction about my first post: using 'display', to get to the image manipulation menu, left-click (not right-click, as I originally said).
--- rod.
|
|
|
09-23-2006, 03:25 AM
|
#6
|
Member
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52
Original Poster
Rep:
|
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.
|
|
|
09-23-2006, 04:03 AM
|
#7
|
Member
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52
Original Poster
Rep:
|
The tiffcp does not work for me. It tells that it cannot open the tiff and does not tell what is the problem.
|
|
|
09-23-2006, 12:40 PM
|
#8
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
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.
|
|
|
09-23-2006, 12:43 PM
|
#9
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
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.
|
|
|
09-23-2006, 12:46 PM
|
#10
|
Member
Registered: Jun 2006
Posts: 94
Rep:
|
I think Eye of Gnome will save image rotations if I remember correctly.
|
|
|
09-24-2006, 11:02 AM
|
#11
|
Member
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52
Original Poster
Rep:
|
Not for TIFF unfortunately.
|
|
|
09-24-2006, 03:49 PM
|
#12
|
Member
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52
Original Poster
Rep:
|
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 ;-) ).
|
|
|
09-29-2006, 07:17 PM
|
#13
|
Member
Registered: Jul 2004
Posts: 164
Rep:
|
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.
|
|
|
09-30-2006, 06:35 AM
|
#14
|
Member
Registered: Sep 2006
Location: Vienna, Austria
Distribution: Fedora 13, Ubuntu 10.04
Posts: 52
Original Poster
Rep:
|
The KFax neither can open a xsane multipage-scan tif... :-(
|
|
|
All times are GMT -5. The time now is 02:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|