[wp-trac] Re: [WordPress Trac] #7039: Thumbnails won't create with
8bpp JPEG
WordPress Trac
wp-trac at lists.automattic.com
Sun May 25 12:26:10 GMT 2008
#7039: Thumbnails won't create with 8bpp JPEG
-------------------------+--------------------------------------------------
Reporter: cannonball_ | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.7
Component: General | Version: 2.5.1
Severity: normal | Resolution:
Keywords: needs-patch |
-------------------------+--------------------------------------------------
Changes (by DD32):
* keywords: => needs-patch
Comment:
Cause: file_is_displayable_image()
http://trac.wordpress.org/browser/trunk/wp-admin/includes/image.php#L272
{{{
elseif ( $info['channels'] > 0 && $info['channels'] != 3 ) {
// some web browsers can't display cmyk or grayscale jpegs
}}}
I'm assuming that this Greyscale 8bit image issue is the same as the
poster is having?
I'm not sure on the actual issue here, Some browsers cannot display the
image yes, But its still being displayed regardless.
--
Ticket URL: <http://trac.wordpress.org/ticket/7039#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list