would it be possible to have a button that reapeats a bitmap to all sides? I make textures for games and a tiling feature to check if the textures are seamless would be great. As an example of what I mean check out
the prog "Amp tile viewer", http://www.ampsoft.net/
cheers
Victor Jetten
Tiling of seamless textures
Moderators: helmut, XnTriq, xnview
Re: tiling of seamles textures
So similar as 'create strip' but with same picture?xnv_gotcha wrote:would it be possible to have a button that reapeats a bitmap to all sides? I make textures for games and a tiling feature to check if the textures are seamless would be great. As an example of what I mean check out
the prog "Amp tile viewer", http://www.ampsoft.net/
cheers
Victor Jetten
Pierre.
-
- Posts: 3
- Joined: Wed Jan 23, 2008 7:32 am
Re: Tiling of seamless textures
Hi all,
Any news on this? I know, this post is quite old and the feature requested here may already be implemented in xnview. It would be very useful if one needs to seamless join/combine/tile thousands of images both vertically and horizontally at the same time. I've tried creating strip of images but xnview allows combining them EITHER horizontally or vertically only, not both simultaneously. This is what I would like to achieve:
E.g.: Let's say I have 100 images of the same pixel size, format, resolution, etc. After combining the first 10 images vertically (a1, a2, a3 ... a10), the program or script must switch to the next ten and combine another set of images in the same way (vertically) but at the same time align this new vertical set (b1, b2, b3 ... b10) horizontally with the previously created set - regardless of how many images (reasonably) added to the program by the user. Namely:
Hope the explanation was understandable. Thank you!
Rustam
Any news on this? I know, this post is quite old and the feature requested here may already be implemented in xnview. It would be very useful if one needs to seamless join/combine/tile thousands of images both vertically and horizontally at the same time. I've tried creating strip of images but xnview allows combining them EITHER horizontally or vertically only, not both simultaneously. This is what I would like to achieve:
E.g.: Let's say I have 100 images of the same pixel size, format, resolution, etc. After combining the first 10 images vertically (a1, a2, a3 ... a10), the program or script must switch to the next ten and combine another set of images in the same way (vertically) but at the same time align this new vertical set (b1, b2, b3 ... b10) horizontally with the previously created set - regardless of how many images (reasonably) added to the program by the user. Namely:
Code: Select all
a1 -> b1 -> c1
a2 -> b2 -> c2
a3 -> b3 -> c3
...
a10 -> b10 -> c10
Rustam