sRGB tool - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10) +--- Forum: Xonotic - Editing and Concept Art (https://forums.xonotic.org/forumdisplay.php?fid=11) +--- Thread: sRGB tool (/showthread.php?tid=4828) |
sRGB tool - Nahuel - 03-22-2014 Hello forum, I have a question: How can I use the file "map-sRGBconvert.pl" located in "Xonotic\misc\tools". I already get a perl interpreter for windows (strawberry perl) but i do not know how can i use this tool. please, can you tell me how can i use this ? Thanks in advance. RE: sRGB tool - Mr. Bougo - 03-23-2014 From reading the script, I guess it takes a file as input and outputs a map with its colors converted. In *NIX, you would use it like Code: perl map-sRGBconvert.pl < mymap.map > mymap-srgb.map I guess it's not too different in windows. |