Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GQview-like browser/viewer program with BMP support?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Dreamsmith
n00b
n00b


Joined: 09 Mar 2004
Posts: 33

PostPosted: Mon Dec 06, 2004 9:40 pm    Post subject: GQview-like browser/viewer program with BMP support? Reply with quote

Does anyone know if there's any image browser/viewer in the portage tree with proper BMP support? I love GQview but when it comes to BMP files, it frequently displays them with the wrong colors (red becomes green, blue becomes red, everything is completely messed up). I'm currently looking at a directory of 262 BMP files, none of which will display properly in GQview. They look perfectly fine once I load them into GIMP, but it's really hard to tell which ones I want to load when their previews are so screwed up I can't tell for sure what I'm looking at. Nautilus would work, if it didn't do the same thing GQview does.

So far, GIMP, Galeon, and Firefox are the only programs I can find that can display these BMP files correctly, but none of these have a thumbnail view of the directory, and I need that to manage wading through 262 files. Does anyone know of a program that can properly handle BMP files and has a way to view a directory full of pictures as thumbnails?
Back to top
View user's profile Send private message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Tue Dec 07, 2004 1:32 am    Post subject: Reply with quote

Why dont you just use
Code:
convert

from imagemagick to make them pngs? BMP is a awful format. png is lossless, compressed and does not mix up color channels ...
It would use less HD space too ...
Hint:
Code:
for FILE in *.BMP
do
convert ${FILE/.BMP} ${FILE}.png
done
Back to top
View user's profile Send private message
Dreamsmith
n00b
n00b


Joined: 09 Mar 2004
Posts: 33

PostPosted: Tue Dec 07, 2004 1:40 am    Post subject: Reply with quote

Pure genius! Thanks...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum