Well this is the batch I'm usingSp00kyFox wrote:@Max Dickings
you sure you used the xBR-filter? doesn't look so on the screenshots you posted (probably the problem you mentioned) and judging from you sprite example (which indeed looks like xBR), you didn't used the batch script I posted. the blocky head is an issue caused by the sprite touching the border of the image, which leads to a wrong edge detection. you have to enlarge the pictures boundaries to prevent this from happening and afterwards cut if off again.
Code: Select all
cd sprites
FOR %%f IN (*.png) DO (
C:\3xbr\GraphicsMagick\gm mogrify -background cyan -extent 0x0 -bordercolor cyan -border 2 -transparent cyan %%f
C:\3xbr\3xBRLV4.exe %%f %%f
C:\3xbr\GraphicsMagick\gm mogrify -shave 6x6 %%f
)
I have to enlarge pictures too? Oh man, I think at this rate I'll wait (and hope) this gets added as a filter
