How do I make thumbnails for txt type colormaps?

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
User avatar
ShohS
Posts: 76
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

How do I make thumbnails for txt type colormaps?

Post by ShohS »

So I made some dynamic colormaps and I want them to have their own thumbnails. How do I do it?

Code: Select all

//Inked by ShohS

A0="rnd(1)"

H="A0"
S="i^.5"
V="1-i^.25"


Vers=100

Code: Select all

//Steel Hues by ShohS
A0="rnd(1)"

H="cos(  PI * ( i - .5) )+A0-i^4"
S="1-cos(  PI * ( i - .5) )^.5"
V="cos(  PI * ( i - .5) )"


Vers=100

Nut

VisuallFreak
Posts: 14
Joined: Tue Oct 08, 2024 8:43 am

Re: How do I make thumbnails for txt type colormaps?

Post by VisuallFreak »

i dont even know what the dynamic colormaps are..
aren't colomaps in image form?
how can i use those in txt? i mean where to place them?

User avatar
ShohS
Posts: 76
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

Re: How do I make thumbnails for txt type colormaps?

Post by ShohS »

make a txt file and put it in the colormaps folder those will act as usual but the thumbnail will be a standard rainbow
Nut

VisuallFreak
Posts: 14
Joined: Tue Oct 08, 2024 8:43 am

Re: How do I make thumbnails for txt type colormaps?

Post by VisuallFreak »

tested yesterday and worked like a charm! :D
thanks buddy for your work, you rock! =D>

unimportantClosedBox
Posts: 27
Joined: Sun Mar 27, 2022 7:06 pm

Re: How do I make thumbnails for txt type colormaps?

Post by unimportantClosedBox »

I am also wondering about this. I suspect the only solution may be to program a algorithm to do it.

User avatar
BTT
Administrator
Posts: 2261
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Re: How do I make thumbnails for txt type colormaps?

Post by BTT »

Hello All

It all depends on the software you are using to create your ColorMaps, and, if the software allows you to save the image as .png format. This of course will not work if your using a text file.
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

Post Reply