for i in \
Blur.html \
Blur.java \
Blur2.html \
CrOval.html \
CrOval2.html \
CrRRct.html \
CrRRct2.html \
CrRect.html \
CrRect2.html \
CropOval.java \
CropRectangle.java \
CropRoundRectangle.java \
EmbosIm.html \
EmbosIm2.html \
EmbosIm3.html \
EmbossImage.java \
Fade.java \
FadeTo.html \
FadeTo2.html \
Image.java \
Makefile \
Mirror.html \
Mirror.java \
Mirror2.html \
MulTran.html \
MulTran2.html \
MulTran3.html \
MultiImg.html \
MultiImg.java \
MultiImg2.html \
MultiImg3.html \
Negativ.html \
Negativ2.html \
Negative.java \
PlainIm.html \
PlainIm2.html \
README \
RemoveOval.java \
RemoveRectangle.java \
RemoveRoundRectangle.java \
RmOval.html \
RmOval2.html \
RmRRct.html \
RmRRct2.html \
RmRect.html \
RmRect2.html \
Rotate.html \
Rotate.java \
Rotate2.html \
Rotate3.html \
Scale.html \
Scale.java \
Scale2.html \
SineWav.html \
SineWav2.html \
SineWav3.html \
SlantDn.html \
SlantDn2.html \
SlantDown.java \
SlantLeft.java \
SlantLt.html \
SlantLt2.html \
SlantRight.java \
SlantRt.html \
SlantRt2.html \
SlantUp.html \
SlantUp.java \
SlantUp2.html \
TransColor.java \
TransIm.html \
TransIm2.html \
Transparent.java \
WaveImage.java \
xx.html
do
echo processing $i...
replace $i CrOval CropOval
replace $i CrRRct CropRoundRectangle
replace $i CrRect CropRectangle
replace $i EmbosIm EmbossImage
replace $i FadeTo Fade
replace $i MulTran TransColor
replace $i Negativ Negative
replace $i PlainIm Image
replace $i RmOval RemoveOval
replace $i RmRRct RemoveRoundRectangle
replace $i RmRect RemoveRectangle
replace $i SineWav WaveImage
replace $i SlantDn SlantDown
replace $i SlantLt SlantLeft
replace $i SlantRt SlantRight
replace $i TransIm Transparent
replace $i croval cropoval
replace $i crrect croprectangle
replace $i crrrct croproundrect
replace $i depfade depthfade
replace $i depshd depthshade
replace $i embosim embossimage
replace $i fadeto fade
replace $i multicl multicolor
replace $i multran transcolor
replace $i negativ negative
replace $i plainst text
replace $i rmoval removeoval
replace $i rmrect removerectangle
replace $i rmrrct removeroundrect
replace $i wave wavetext
replace $i sinewav waveimage
replace $i slantdn slantdown
replace $i slantlt slantleft
replace $i slantrt slantright
replace $i smooth smoothtext
replace $i softshd softshadow
replace $i transim transparent
replace $i transtx stencil
done