ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/wall/cave/cave22.x11.32x32.png
Revision: 1.2
Committed: Thu Aug 16 16:41:14 2007 UTC (16 years, 10 months ago) by root
Content type: image/png
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
- made the grey background of the cave tiles true black. the imagemagick command
  used to do this (rather imperfect, but maybe a workable baseline) was:

   convert src.png -write mpr:o \
              -fill white -opaque \#444444 -fill black -opaque \#777777 -write mpr:a \
              -compose multiply \
              \( mpr:a -median 2 \) -composite \
              \( mpr:a -median 3 \) -composite \
              \( mpr:a -median 4 \) -composite \
              \( mpr:a -median 5 \) -composite \
              -negate \
              mpr:o -composite \
              -transparent white \
              dst.png

File Contents