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

Exporting Layers w/ White Background/ Consistent Size #95

Open
davidjenner opened this issue Apr 27, 2021 · 1 comment
Open

Exporting Layers w/ White Background/ Consistent Size #95

davidjenner opened this issue Apr 27, 2021 · 1 comment

Comments

@davidjenner
Copy link

Hi There, I'm exporting files as layers ok only when I want the image to be the same size as the canvas so a square image is saved as the same rectangular shape consistently.

So for example - I have lots of odd-shaped images and I want to export them all as 2500 x 3500 with the images set in a white background. Not just exporting the layers in their odd shapes.

Hope this makes sense.

David Jenner

david@bwrwebdesign.com

Configuration

Version of Export Layers: Latest verison

Version of GIMP: 2.10

Operating system: MacOs Big Sur

@khalim19
Copy link
Collaborator

Hi David, I realize this is reply may be quite late as I just got back to maintaining this project after a hiatus, but I'll try.

I believe you can achieve this as follows:

  1. Set the size of your image to 2500 x 3500.
  2. Open more settings (Settings -> Show More Settings).
  3. Uncheck "Use layer size".
  4. Click "Add Procedure..." and add "gimp-layer-resize-to-image-size".
  5. Click "Add Procedure..." and add "gimp-layer-flatten". This will remove the alpha channel and set the background to a color, white by default.

The screenshot below shows the settings.
image

Alternatively, you can replace step 1 by adding a custom procedure "gimp-image-resize" with 2500 x 3500 width and height, respectively.

Of course, if I misunderstood, let me know.

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

2 participants