Results 1 to 5 of 5

Thread: Convert Texture Image to procedural Texture?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2014
    Location
    Central Europe
    Posts
    1,372

    Convert Texture Image to procedural Texture?

    I am thinking of reducing model data by converting texture Images to procedural textures.
    Any recommendations for that? ideally there would be a Little program along with .net source of algorithms where i load an Image and it spits out some Parameters that i can feed into the algorithms to receive a kind of "comparable" result Image.

    i have tried some stuff with random Generation, a Color table and blur. this Looks good for e.g. wallpaper but that is just the very start. i know that alot more could be done.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    May 2014
    Location
    Central Europe
    Posts
    1,372

    Re: Convert Texture Image to procedural Texture?

    i had been digging deep into this during the last week and i developed an Image Synthesizer where you can drag/drop different Generators and Functions. The results are sometimes pretty amazing and mind blowing (have you ever wondered what the result is if you variate the scale of a voronoi diagram by a Sinus wave every Pixel?).
    Its not that fast in calculating the results and it is not that easy to recreate existing Images by combining mathematical functions but the Topic is really catching me at the Moment.

    It is only available in german but if some of you are interested i can still share and maybe there will be an english Version as well.
    Here are some examples (first is the sinused voronoi):
    Name:  Unbenannt.jpg
Views: 976
Size:  12.0 KBName:  Unbenannt2.jpg
Views: 989
Size:  59.2 KBName:  Unbenannt3.png
Views: 986
Size:  79.4 KBName:  Unbenannt4.png
Views: 950
Size:  114.9 KB

  3. #3
    New Member
    Join Date
    Mar 2020
    Posts
    2

    Re: Convert Texture Image to procedural Texture?

    Can you please share the Image synthesier?
    Last edited by jessescott; Mar 15th, 2020 at 12:42 PM.

  4. #4
    Addicted Member Mikle's Avatar
    Join Date
    Oct 2009
    Location
    Tuapse, Russia
    Posts
    138

    Re: Convert Texture Image to procedural Texture?

    Here is my procedural texture generator with examples and source code in vb6: https://yadi.sk/d/P9yCwF5Ty3vaq
    And here is an article with a description only in Russian: https://gamedev.ru/community/toolcor...icles/TFScript
    Examples:

    Name:  124290_1488286821_tex.jpg
Views: 349
Size:  218.3 KB

    Name:  63623_1296677299_1.jpg
Views: 380
Size:  185.5 KB

    Name:  wood1.jpg
Views: 394
Size:  54.3 KB

  5. #5
    New Member
    Join Date
    Mar 2020
    Posts
    2

    Re: Convert Texture Image to procedural Texture?

    Quote Originally Posted by Mikle View Post
    Here is my procedural texture generator with examples and source code in vb6: https://yadi.sk/d/P9yCwF5Ty3vaq
    And here is an article with a description only in Russian: https://gamedev.ru/community/toolcor...icles/TFScript
    Examples:

    Name:  124290_1488286821_tex.jpg
Views: 349
Size:  218.3 KB

    Name:  63623_1296677299_1.jpg
Views: 380
Size:  185.5 KB

    Name:  wood1.jpg
Views: 394
Size:  54.3 KB
    Thanks a lot,Mikle.

Posting Permissions

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



Click Here to Expand Forum to Full Width