Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58970 - Boosplash ultra picky about the jpg that accepts or bootsplash only likes 4:3 ratio images
Summary: Boosplash ultra picky about the jpg that accepts or bootsplash only likes 4:3...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-30 21:06 UTC by Hector E. Gomez Morales
Modified: 2004-08-06 21:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hector E. Gomez Morales 2004-07-30 21:06:30 UTC
Because of details posted in bug 57050 I tried to make my own bootsplash images for my 1280x800 framebuffer. Using xv and later the gimp I scaled the 1600x1200
jpg of the gentoo theme to my resolution but no dice I have this type of
errors:

bootsplash 3.1.4-2004/02/19-spock-0.13: looking for picture....<6>bootsplash:
error while decompressing picture: depth mismatch (15)

I searched through the forums and found bootsplash is somewhat picky about the resolution of the image but I converted to the 96x96 dpi but I have the same error I then used the resolutions that are used in the gentoo themes but the same error I got. So How I created a bootsplash friendly image ? 

Reproducible: Always
Steps to Reproduce:
1. Scale image to 1280x800 geometry and/or scale to 96x96 dpi
2. make initrd with splash
3. Reboot

Actual Results:  
No bootsplash only this error:
bootsplash 3.1.4-2004/02/19-spock-0.13: looking for picture....<6>bootsplash:
error while decompressing picture: depth mismatch (15)

Expected Results:  
A beatiuful bootsplash
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2004-08-05 04:19:58 UTC
Well, bootsplash jpg decoder is as it is (and I'm not going to fix it). It'll probably take some experimenting to get an image that does load. You might wish to try the 'convert' utility from the imagemagick package. If you don't mess with other JPG options (no special optimizations, etc), it'll probably work.

You can also check fbsplash/splashutils/gensplash out (http://dev.gentoo.org/~spock/). It uses libjpeg/libpng to decode the images, so it should work with any valid image file.
Comment 2 Hector E. Gomez Morales 2004-08-06 21:50:38 UTC
I have played with the convert utility and it scales the image retaining the aspect ratio of the picture, I have tried other option in covert to try to make a picture with my resolution but no good. I will check the gensplash patch maybe I am more luchy with them.