LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 07-04-2004, 08:30 AM   #1
gamb8
LQ Newbie
 
Registered: Jan 2004
Location: Yorkshire, UK
Distribution: Red Hat 9
Posts: 14

Rep: Reputation: 0
Sequential Image Viewer?


Hello, I'm looking for a Sequential Image Viewer for reading comics which are jpgs in either .cbr or .cbz compression formats.

I'm using Red Hat 9 and the software i used on WinDoze was www.geocities.com/davidayton/CDisplay (just incase you don't get what i mean)

If there is no Linux alternative, is there a piece of software which will rename all my cbr and cbz files to something i could use, such a .zip files

Thanks in advance
 
Old 07-04-2004, 09:09 AM   #2
lokee
Member
 
Registered: Feb 2003
Distribution: Gentoo
Posts: 381

Rep: Reputation: 30
Re: Sequential Image Viewer?

Quote:
Originally posted by gamb8

If there is no Linux alternative, is there a piece of software which will rename all my cbr and cbz files to something i could use, such a .zip files
How dare can you imagine there could be no alternative?
There is always one, for this task you may want to take a look at this page:
http://gtksee.berlios.de/

As for converting, let me take a look.
I hope this helps...

Last edited by lokee; 07-04-2004 at 09:15 AM.
 
Old 07-04-2004, 09:13 AM   #3
lokee
Member
 
Registered: Feb 2003
Distribution: Gentoo
Posts: 381

Rep: Reputation: 30
According to this:
http://btfaq.com/serve/cache/45.html

You simply need to rename:
-*.cbr to *.rar
-*.cbz to *.zip

Keep cool.
 
Old 07-04-2004, 09:40 AM   #4
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
You can make a shell script to convert them automatically:
Code:
#!/bin/sh
mkdir converted
cd converted
while test "$1" != "" ; do
    echo $1
    case $1 in
        *.cbr)
            cp ../$1 $1.rar
        ;;
        *.cbz)
            cp ../$1 $1.zip
        ;;
    esac
shift
done
It changes all *.cbz and *.cbr to *.cbz.zip and *.cbr.rar. Some tweaking can get rid of the cbz's and cbr's
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
image viewer invinciblegod Linux - General 4 07-20-2005 04:47 AM
image viewer thinhla Linux - Software 4 07-05-2005 11:24 PM
image viewer zchoyt Linux - Software 1 01-28-2005 04:17 AM
what about new image viewer ckult Linux - General 1 04-06-2004 07:34 AM
Best image viewer for very large image files? andvaranaut Linux - Software 1 02-21-2004 10:01 AM

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

All times are GMT -5. The time now is 04:28 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