2
votes
1answer
76 views

How can I create a stretchable / scalable button texture with uneven edges?

I'm trying to create a cloud image which can be resized without stretching, for an iPhone application. There's a method in iOS called resizableImageWithCapInsets which allows me to specify a number ...
3
votes
1answer
117 views

How to batch resize a group of images by area?

I know how to run a batch resize based on fixed width, height, or percentage... but what if I have a number of photos of all different sizes and shapes and I want them to be roughly the same size ...
0
votes
1answer
845 views

Resize a big image into a small one without constraining proportions or stretching it

I have am image which is 1920px X 1200px. How would I make it small in such a way that it turns into a 960px X 200px exactly. If I do it without the option of "Constraint Proportions" checked in PS, ...
1
vote
2answers
1k views

Moving a part of an image with GIMP?

This is the original image and I want to move the text to the right of the image: But I failed, I tried to resize the canvas but then when I move the text the layer gets invisible when put on the ...