php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #13697 progressive jpgs with PHP?
Submitted: 2001-10-16 16:47 UTC Modified: 2001-10-17 02:31 UTC
From: frank dot loeffler at uni-jena dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: All (Debian Linux)
Private report: No CVE-ID: None
 [2001-10-16 16:47 UTC] frank dot loeffler at uni-jena dot de
Hi,

I checked the online manual and searched the mailing-lists and docu again, but did not find a way how to make
progressive jpgs with imagejpeg() (which you mostly would have to have on websites).

Please accept this as feature request, if it is not in php yet and in reasonable time to solve.

Thanks, Frank


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-17 02:11 UTC] derick@php.net
This is not functionality that belongs in PHP, but in the library that PHP uses, GD. GD already supports this, if you set ImageInterlace on the image. However this is not in the PHP documentation yet, where it should be added.
Working on that now...

Derick
 [2001-10-17 02:31 UTC] derick@php.net
Fixed in CVS
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 14 02:00:01 2026 UTC