http://qa.mandrakesoft.com/show_bug.cgi?id=6266
Summary: rewritejpeg can't rewrite grayscale jpeg pictures
Product: bootsplash
Version: 2.0.5-1mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootsplash
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
When jpegtopnm converts a grayscale jpeg picture, this output is a PGM file
while the script need a PPM file.
I've made a patch that detects the type of this output and use pgmtoppm if
needed to have a TrueColor picture.
Grayscale jpeg pictures can be obtained with convert when the original picture
has only gray pixels.
In this case, the real fix is to use convert -type TrueColor
But it's nice to support this in rewritejpeg too.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.