Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvas Size can't be adjusted past the original image boundaries (gimp-image-resize) #404

Open
teconmoon opened this issue Apr 26, 2024 · 0 comments

Comments

@teconmoon
Copy link

I'm trying to perform a batch where I'm adjusting the canvas size for a large chunk of images, but the plugin representing Canvas Size (gimp-image-resize) doesn't seem to behave as expected in BIMP when trying to expand the canvas size past the original image boundaries.

Example: I have a 256x256 image, and I'm trying to adjust the canvas to 512x512 with an offset of 128x128 so that the original image stays centered in the new canvas. The following settings do nothing, whereas choosing the GUI Canvas Size option in GIMP with the same settings performs as expected.

image
image
image

In BIMP, if the entered dimensions are smaller than the original image, it does successfully crop. This tells us that the plugin is at least doing something, but if one of the axes is larger than the original image boundary, that axis does nothing. Example below:

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant