Bug 90748

Summary: Introduce a build flag for low quality JPEG images
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, peter, qinmin, webkit.review.bot
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
1st try none

Description Laszlo Gombos 2012-07-08 21:37:05 PDT
Commit r113243 introduced low quality jpeg images for android with the intention of improving performance on small screen devices. I think that this (build) option could be useful for other ports targeting mobile as well.
Comment 1 Laszlo Gombos 2012-07-08 21:46:57 PDT
Created attachment 151181 [details]
1st try

The patch introduced 2 new build flags. We could consider creating a USE(LOW_QUALITY_IMAGE) instead and use it everywhere where USE(LOW_QUALITY_IMAGE_*) is used.
Comment 2 Adam Barth 2012-07-08 22:15:12 PDT
Comment on attachment 151181 [details]
1st try

Thanks!
Comment 3 WebKit Review Bot 2012-07-08 23:12:42 PDT
Comment on attachment 151181 [details]
1st try

Clearing flags on attachment: 151181

Committed r122089: <http://trac.webkit.org/changeset/122089>
Comment 4 WebKit Review Bot 2012-07-08 23:12:47 PDT
All reviewed patches have been landed.  Closing bug.