This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7536 - TranscodingActionResizeImg: image in a non supported format should be converted when possible
Summary: TranscodingActionResizeImg: image in a non supported format should be convert...
Status: RESOLVED FIXED
Alias: None
Product: mobileOK authoring tools
Classification: Unclassified
Component: Transcoding (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Sylvain Lequeux
QA Contact: fd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-07 17:16 UTC by fd
Modified: 2009-09-08 09:18 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-09-07 17:16:19 UTC
When a device does not support a given image format, the image should be converted to a format the device actually supports. If the image cannot be supported because PHP does not support it, then (and only then) the image should be removed altogether.

The GD extension library supports image conversion. It is a common PHP extension, usually installed with Wordpress, Joomla and so on. Let's use it whenever possible.