UT2004 avatars  (Read 5438 times)

[MiA]Raj

  • 1337
  • *
  • Posts: 1274
  • Country: ee
    • rajliv
UT2004 avatars
« on: August 19, 2015, 21:09 »


Exported all portrait textures I could find, resized/cropped, sharpened, colour-enhanced and added borders.
It may seem like a lot of work, but with ImageMagick it really wasn't.

Here's the batch script I wrote for this if anyone's interested:
Code: [Select]
if not exist "processed" mkdir "processed"
FOR /f %%I IN ('DIR *.bmp /b') Do (
mogrify -unsharp 0.7x1+25+0.1 -resize 100 -crop 100x100+0+20 -background black -format png -path processed %%I
convert "processed/%%~nI.png" -level 7%% "processed/%%~nI.png"
composite -compose atop "D:\Graphics\avatars\frame_100alt.png" "processed/%%~nI.png" "processed/%%~nI.png"
)
pause

You should be able to select them in profile settings. :)
Pack with all 90 avatars can be downloaded here.

galaxy

  • 1337
  • *
  • Posts: 308
  • Country: at
  • ' stay true to yourself '
Re: UT2004 avatars
« Reply #1 on: August 19, 2015, 21:38 »
Good Job Raj :) thanks ! :)

N3Cr0

  • 1337
  • *
  • Posts: 641
  • Country: de
Re: UT2004 avatars
« Reply #2 on: August 22, 2015, 09:57 »
Looks good. I didn't know there is a Windows port of imagemagick.
« Last Edit: August 22, 2015, 10:00 by N3Cr0 »
http://n3cr0.itch.io/

xmpp: n3cr0@jabber.ccc.de