Skip to content

How the filesize can increase to more than double? #370

Open
@TomekZiaja

Description

@TomekZiaja

ImageMagick version

6.9.11-60

Operating system

Linux

Operating system, version and so on

Debian GNU/Linux 12

Description

ich have this convert command:

convert originalImage.jpg -resize 1500x1000! -crop 1000x1000+250+0 +repage -quality 100 WEBP:convertedImage.webp

originalImage.jpg: 1440x960 | size 287.64kb
convertedImage.webp: 1000x1000 | size 765.17kb

Here's the problem/question: how can the filesize increase that way? I know, we have quality=100% but i can't believe this is the only cause. Besides, in my case, lower quality is not an option.

When i convert with gd instead of imagemagick, this doesn't happen at all. Therefore i thought, maybe it's the metadata. But when i convert with the flag: webp:metadata=none --- there's no difference

I would appreciate any helping thoughts

Steps to Reproduce

see description

Images

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions