-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this problem?
- I have searched the existing issues
Install method
Invoke's Launcher
Operating system
Windows
Version number
v6.11.1.post1
What happened
When resizing a transparent layer whose visible content nearly touches its bounding box, the resulting image appears to have its edge clipped at the most protruding areas.
This occurs when transform smoothing is enabled (e.g. bicubic or lanczos). It does not occur when using nearest neighbor.
Observed Behavior
- The edge looks slightly flattened or clipped at the most protruding parts.
- If the layer’s bounding box is manually enlarged (e.g. by adding tiny pixels in the corners), the issue disappears.
- The issue does not occur if upscaling opaque rectangular image/layer.
What you expected to happen
- Resizing with smoothing should produce consistent smooth edges, especially on curved convex contours.
- The result should not depend on how tightly the alpha bounds match the layer rectangle.
- Curvature should remain visually smooth and not appear geometrically flattened.
How to reproduce the problem
Reproduction Steps
- Use a layer with transparency where the visible content is very close to the layer bounds.
- Ensure the shape includes convex or rounded protruding areas.
- Enable transform smoothing (e.g. bicubic or lanczos).
- Apply a scale transform (x2-x4).
- Zoom in significantly (e.g. 500–800%).
Additional context

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working