Hi,
open every image in gimp after glaus is installed:
open gluas plugin + image file:
type in its editor ( only an example more funny settingsd /variables are possible too):
for y=0, height-1 do
for x=0, width-1 do
r,g,b,a = get_rgba (x,y)
mr = r*1.0-g*0.2
mg = g*0.9
mb = b*1.0
set_rgba (x,y,mr,mg,mb,a)
end
progress (y/height)
end
You can also swap color channels without quality loss.
Hope it helps some theming enthousiasts. You have to process every single image.
A free skin has about 80 images that are important to be done + the color shemes.
So it takes you two hours or less, depends on how fast you click and if you do some other things while doing this.
--
Can stardock add a lua interpreter like in grafx or gluas to skinstudio ??? A bit egoistic request i know,
but it would indeed make some things easier.
regards bluedxca93
NOTE: Imagemagick fails for doing this and Photoshop is to complicated for such an easy task and irfanview has huge alpha channel problems