The scale operation should be using "scale" not "resize" argument

Created on 4 December 2020, about 4 years ago
Updated 21 August 2024, 5 months ago

Problem/Motivation

The scale operation extends from the resize operation and uses the resize operation instead the scale operation. However the scale operation should be faster than the resize one.

From https://legacy.imagemagick.org/Usage/resize/:

The "-scale" resize operator is a simplified, faster form of the resize command.

Steps to reproduce

Proposed resolution

Do not call the parent but add own arguments and use "scale" instead of "resize".

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Needs work

Version

3.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany hchonov πŸ‡ͺπŸ‡ΊπŸ‡©πŸ‡ͺπŸ‡§πŸ‡¬

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024