Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
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.
|
 |
01-28-2005, 10:22 AM
|
#1
|
LQ Newbie
Registered: Oct 2004
Posts: 14
Rep:
|
Converting Sid files to Tif or jpg
Hi,
I am using Red Hat 9 and i need something that will convert sid files to tif or jpg files. I downloaded MrSid Decod from lizardtech.com because our comapany has used that for windows and it worked on Suse 9.1, but it does not work on Red Hat 9. I keep getting segmenation fault when i run it. I e-mailed support and they said that they only support linux 7.4. I was wondering if anyone knew of any other way i can convert sid files to tif or jpg files. Thanks in advance for any help!!!
|
|
|
01-28-2005, 11:34 AM
|
#2
|
Senior Member
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513
Rep:
|
I downloaded the exec from http://www.lizardtech.com/download/d...e_linux.tar.gz and it did run here, though I don't have a mrsid file to test it better.
Why don't you run a linux live cd and try again? Maybe with a diff distro... You can even download a suse live cd.
Last edited by bruno buys; 01-28-2005 at 11:37 AM.
|
|
|
01-28-2005, 01:17 PM
|
#3
|
LQ Newbie
Registered: Oct 2004
Posts: 14
Original Poster
Rep:
|
Well i know that it does work with suse 9.1 because i tried that before. We just switched to red hat 9 because we couldn't get oracle onto SUSE, but we are able to on Red Hat, and mrsid won't wok now. We really need some sort of decompression tool on red hat because oracle is on here now.
|
|
|
01-28-2005, 02:14 PM
|
#4
|
Senior Member
Registered: Mar 2002
Location: Los Angeles, CA
Distribution: Debian, Ubuntu
Posts: 1,334
Rep:
|
It appears that Imagemagick can handle sid. There's a good chance it's already in your readhat distro, from a command line, simply try:
convert image.sid image.jpg
if you don't have "convert", install imagemagick - it's either on your SRC RPMs disk, or you can download the rpm from the imagemagick website.
convert is pretty handy - use it with a for loop to convert all sid files to jpgs (or tifs) - in tcsh:
Code:
foreach f (*.sid)
echo $f
convert $f $f:r.jpg
end

Last edited by BrianK; 01-28-2005 at 02:16 PM.
|
|
|
02-09-2005, 03:57 PM
|
#5
|
LQ Newbie
Registered: Feb 2005
Posts: 1
Rep:
|
>> It appears that Imagemagick can handle sid.
Up to a point, Lord Copper.
I tried, because I just stupidly bought 3 CDs believing them to hold jpegs which now prove to have this "sid" nonsense on them.
When I tried convert, all I got was:
convert: no decode delegate for this image format `1111.sid'.
The man pages give a whole load of formats, but nothing about "sid" or "mrsid". (I'm running Suse 9.2, which is reasonably up to date.)
I followed the links to LizardTech's website, and the only Unix/Linux stuff they have anything to do with is something called "dejavu libre" on SourceForge. I loaded that, which is a set of viewers and file type converters, hoping there'd be something there. The viewer sure doesn't read sid, and the man pages for the converters only talk about relatively well-known formats and something called djvu.
So, any further guidance from anyone?
|
|
|
All times are GMT -5. The time now is 03:26 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
|
|