LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
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


Reply
  Search this Thread
Old 01-28-2005, 10:22 AM   #1
nguye103
LQ Newbie
 
Registered: Oct 2004
Posts: 14

Rep: Reputation: 0
Unhappy 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!!!
 
Old 01-28-2005, 11:34 AM   #2
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
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.
 
Old 01-28-2005, 01:17 PM   #3
nguye103
LQ Newbie
 
Registered: Oct 2004
Posts: 14

Original Poster
Rep: Reputation: 0
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.
 
Old 01-28-2005, 02:14 PM   #4
BrianK
Senior Member
 
Registered: Mar 2002
Location: Los Angeles, CA
Distribution: Debian, Ubuntu
Posts: 1,334

Rep: Reputation: 51
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.
 
Old 02-09-2005, 03:57 PM   #5
mikephosco
LQ Newbie
 
Registered: Feb 2005
Posts: 1

Rep: Reputation: 0
>> 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?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting .png to .jpg GtkUser Linux - Software 9 04-17-2007 02:04 PM
Converting to .jpg format satimis Linux - General 15 02-08-2006 02:12 AM
making .tif files into animated .gif files (bash shell, Red Hat 7.2) illiniguy3043 Linux - Newbie 1 06-01-2004 04:04 PM
converting .tif images to an animated .gif file with a script illiniguy3043 Programming 2 06-01-2004 03:11 PM
converting .tif images to an animated .gif file (Red Hat 7.2, bash shell) illiniguy3043 Linux - General 0 06-01-2004 01:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:26 PM.

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