I have an image that is 100 x 125 pixels in size.

I'd like to create a new image by repeating the source image, five times, horizontally. (So the new image is 500 x 125.)

The repetitions must be pixel perfect, in exactly the right place. (So I'm less likely to accept an answer that requires placement by eye-balling.)

What's the easiest way to do this using GIMP?

link|improve this question

67% accept rate
feedback

2 Answers

up vote 8 down vote accepted
  • Filters → Map → Tile...
  • Disconnect vertical and horizontal scales (break the "chain" between them).
  • Switch the units to percentage (%).
  • Enter 500 % for the width, 100 % for the height.

screenshot

link|improve this answer
There is no need to switch to percentage. – iglvzx Jan 31 at 16:56
1  
@iglvzx isnt % a cleaner option ? – Shakehar Jan 31 at 17:03
@shark, Yes! Misread the question, I mixed up their original height and width. I will fix it! Forgive my rashness... – iglvzx Jan 31 at 17:10
1  
Magnificent! Even easier than I expected. Thank you! – Jon-Eric Jan 31 at 18:03
feedback

Dont have Gimp at hand right now but have you tried : Filters > Map >Tile

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.