Skip to content

Add PNG compression without dimension reduction #359

@fuleinist

Description

@fuleinist

Problem

The existing PNG compression tool ("Downsample PNG") permanently reduces image resolution and dimensions. Users who just need a smaller file size — without changing image dimensions — have no option.

Solution

Add a new tool or toggle that applies lossless PNG compression (oxipng / optipng style) to reduce file size while keeping dimensions intact.

Use case

Users uploading images to sites with file size limits but strict dimension requirements (e.g., profile pictures, product thumbnails, site assets).

Scope (small)

  • Add a new tool "Lossless PNG Compress" or add a toggle to existing tool
  • Uses lossless compression algorithms (no dimension changes)
  • Keep existing "Downsample PNG" tool unchanged for users who need dimension reduction

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions