Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Switch resizing algorithm to CV_INTER_AREA #143

Closed
@GoogleCodeExporter

Description

@GoogleCodeExporter
Unfortunately, by default mod_pagespeed uses cvResize() with default 
interpolation method, which leads to unacceptable quality of resized jpg 
images. 

Ideally, the algorithm used shall be configurable. For now i've patched the 
code to use CV_INTER_AREA mode, which gives much better results. Patch attached.

Original issue reported on code.google.com by codepain...@gmail.com on 9 Dec 2010 at 1:06

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions