Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 42

Thread: [Award Winner] Tutorial on how to create seamless textures out of anything

  1. #21
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,187
    Blog Entries
    8

    Post

    I have written the script file now and I am including a zip below. To use this script you will need to put the contents of the zip in a fresh directory and ensure that you have a version of ImageMagick installed.

    To run it, put an image to be tiled into that directory and call it start.png. Open up a command prompt and navigate to the directory. Type :-

    Code:
    GenTiled.bat 1 start.png
    The first parameter is how much flattening you want. 0 is none, 1 is low, 2 is medium, 3 is high.

    It should run for a while printing out a little status message now and again until it quits. You should get the image Final.png and Array.png which is a 3x3 tiled array of them to look at and see how well itd done it.

    You can change the starting image filename to whatever you want and it can be of any size and aspect but the Final.png will always be of size 1024x1024 and of PNG type unless you modify the script.

    It takes a little too long to run as a CGI script. I dont think my ISP would approve of the processing power consumed. If any of you are running a private web server then you could convert to a CGI script which would make an easy interface for the conversion.

    Bugs and comments welcome as usual.
    Attached Files Attached Files

  2. #22

    Default

    I tried it out and it works beautifully! The only think that would be nice is a resize back down to the original image size...

    I'd offer to host it on my personal server, but it really doesn't have the horsepower

    -Rob A>

  3. #23
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,187
    Blog Entries
    8

    Post

    I have seen a lot of people with tiling issues recently in maps and so I thought Id put a few demos of this automated seamless generator up. These textures come from www.CGTextures.com which is an excellent place to get a load of different types. Each set takes less than a minute to generate so theres no reason not to have them tiled any more. Some before and after images...
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	StartSnake.jpg 
Views:	695 
Size:	124.9 KB 
ID:	3826   Click image for larger version. 

Name:	Final_Snake.jpg 
Views:	1039 
Size:	114.0 KB 
ID:	3827  
    Last edited by Redrobes; 05-24-2008 at 08:02 AM.

  4. #24
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,187
    Blog Entries
    8

    Post

    and a few more...
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	StartFeather.jpg 
Views:	172 
Size:	71.6 KB 
ID:	3828   Click image for larger version. 

Name:	FinalFeather.jpg 
Views:	166 
Size:	64.1 KB 
ID:	3829   Click image for larger version. 

Name:	StartScrap.jpg 
Views:	166 
Size:	109.2 KB 
ID:	3830   Click image for larger version. 

Name:	FinalScrap.jpg 
Views:	231 
Size:	96.4 KB 
ID:	3831  

  5. #25
    Guild Journeyer Airith's Avatar
    Join Date
    Sep 2007
    Location
    Canada
    Posts
    110

    Post

    Quote Originally Posted by Redrobes View Post
    *snip*
    To run it, put an image to be tiled into that directory and call it start.png. Open up a command prompt and navigate to the directory. Type :-
    Code:
    GenTiled.bat 1 start.png
    *snip*
    Just wanted to say, that you need the contents of the zip in the ImageMagick directory. Took me forever to figure this out, it worked though so I hope it's not just me xD btw: This worked great, now I'm looking for more pictures to make seamless

    and if anyone isn't familiar with cmd prompt (ME ) then to get to the .bat, type "cd <directory of .bat>" and then just enter the code. I spent a lot of time trying to figure out the really easy stuff
    Last edited by Airith; 07-15-2008 at 05:52 PM.
    And our time is flyin', see the candle burnin' low
    Is the new world rising, from the shambles of the old
    ~The Rover - Led Zeppelin

  6. #26
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,187
    Blog Entries
    8

    Post

    Quote Originally Posted by Airith View Post
    Just wanted to say, that you need the contents of the zip in the ImageMagick directory.
    No you dont. BUT, you do need to ensure that the 'convert.exe' of imagemagick is the one that is used when you run it on the command line. By default you will get the Windows OS conversion utility - in typical MS lets call everything by its most generic name - syndrome (Although IM could have helped itself by calling its command IMConvert.exe too). So when you set up IM, go to the 'path' settings on the computer/advanced/environment vars and double check that IM is before sys32 and then it will be fine. You can test by running up cmd.exe, ensure that the current directory is not sys32 and type convert.exe. If you get a message about converting OS then thats bad. If you get a huge list of image conversion command options then thats good and it should be alright. I would recommend checking and changing the path anyway.

    You should have pinged me if you were having trouble. Its good to know that you tried to have a go tho. Glad it worked ok - its not perfect but its not too bad at most stuff, esp where the pattern is pretty random.

  7. #27

    Post Now a Gimp Script!

    Bit of a thread bump...

    Attached is a Gimp script that makes a seamless tile using this method. It will work on any rectangular image, and creates a new seamless version.

    It registers in the same menu as the default Make Seamless, as Filters->Map->RR Make Seamless...

    The name is "RR Make seamless" (Thanks for the technique, RedRobes, I also credit you and your site in the script.)

    The only parameter is a "Flatten" amount that lets you adjust the amount of high pass to apply. The default is good in most cases.

    Here is an nice autumnal image from CG Texturess
    Click image for larger version. 

Name:	LeavesFloor0025_S.jpg 
Views:	622 
Size:	488.5 KB 
ID:	7126

    And a random sized crop of the upper left hand corner:
    Click image for larger version. 

Name:	seamless_cut.png 
Views:	285 
Size:	303.0 KB 
ID:	7127

    Run through the filter to make a seamless tile:
    Click image for larger version. 

Name:	seamless_tile.png 
Views:	583 
Size:	294.6 KB 
ID:	7128

    And a sample of it tiled (1000x1000):
    Click image for larger version. 

Name:	seamless_sample.jpg 
Views:	412 
Size:	442.0 KB 
ID:	7129

    A zip of the script is attached Just unzip and save into your Gimp script folder...

    -Rob A>
    Attached Files Attached Files

  8. #28

  9. #29
    Community Leader Facebook Connected Steel General's Avatar
    Join Date
    Jun 2008
    Location
    Ft. Wayne, IN
    Posts
    9,530

    Default

    I dub the newly repped *bonk*

    You've done it again oh master of the GIMP!
    My Finished Maps | My Challenge Maps | Still poking around occasionally...

    Unless otherwise stated by me in the post, all work is licensed under a Creative Commons Attribution-Noncommercial 3.0 United States License.



  10. #30
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,187
    Blog Entries
    8

    Post

    Cool ! I reckon the new RR filter is better than theirs ! In name and result

    Well done Rob - I will really have to have another go at Gimp one day. I just don't use normal image editors as much as I used to.

Page 3 of 5 FirstFirst 12345 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •