Auto crop image with transparent background to inner element?

4

2

I often have images like the one below, where a small image is positioned on a transparent background. The background can't be seen here, but it's definitely there - just download the image and see.

Transparent image

Is it possible to use any tool (Gimp or Photoshop) to automatically crop the transparent background to the borders of the inner element? For example, the size of this image is 320x200 and after cropping its size would be the size of the pink circle.

JoeM

Posted 2011-08-09T15:28:44.523

Reputation: 1 299

It isn't clear if you just want to use this on one image at a time, or if you want to crop like 100 images all at once. – Joel – 2011-08-09T16:10:39.113

Answers

5

If you open up gimp, you can do one of two things to get your image. The first is to just use the autocrop image tool. This will crop to the box around the circle.

You can also select all the transparent area with the magic wand tool, and then go to Select->invert selection. Now you are selecting your image, and can cut/copy/paste/crop to selection.

Joel

Posted 2011-08-09T15:28:44.523

Reputation: 261

autocrop does not work (maybe due to transparent bg), but Invert+Crop to selection works perfectly! Thanks! – JoeM – 2011-08-09T16:24:48.423

0

In Gimp, under the Image menu, Autocrop Image.

timginn

Posted 2011-08-09T15:28:44.523

Reputation: 91

1Funny but autocrop does not work although it was the first option I tried. – JoeM – 2011-08-09T16:23:46.740