SFF2PNG for openBorstats

maxman

Well-known member
OK. I downloaded the software called sff2png. I really want to convert sff files to png under openBorstats. I personally don't like converting to gifs. I wonder if it's possible if we can use sff2png software for extracting them to png files under Stats.
 
Max, use Fighter Factory to handle anything in mugen, its way better.
You can extract all the sff directly to .png with it.
 
ok guys. openBorStats uses irfanview to convert its files, what this means is that all those millions of possible converting functions that irfanview has, openBorStats can use, including during the mugen import functionality.

I can' remember exactly which ini file it uses but I think its "Tools\i_view32.ini" (confirmed). Now you will be able to set/change setting in that ini files to be able to convert the source sff to what ever format you want (including the most compressing png plugin out there) including filters that will bleed out of you ears.

Edit
You can even go as far as telling it what color file to use and countless other options.
 
MatMan, I open i_view32.ini and I'm not sure whether I would change that [MultiGIF] to [MultiPNG]. (Sounds awkward) It's from Tools/i_view32.ini.

Code:
[WinPosition]
xKoord=0
yKoord=0
Width=495
Height=366
Maximized=0
[Open]
OpenIndex=1
OpenDir=c:\Program Files\Borland\Delphi7\Bin\Mario\Home\openBorStats\

[MRUD]
Dir1=
Dir2=
Dir3=
Dir4=
Dir5=
Dir6=
Dir7=
Dir8=
Dir9=
Dir10=
[JPEG]
Save Quality=80
Save Progressive=0
Save Grayscale=0
NoSampling=0
KeepExif=1
KeepCom=1
KeepIptc=1
ExifOrient=1
SetSize=0
FileSize=65.00
[MultiGIFOld]
SaveInterlaced=0
SaveTransparent=0
UsePalette=0
Transparency=0

[MultiGIF]
Transparency=0
SaveTransparent=0
SaveInterlaced=0
UsePalette=0

[Copy-Move]
SaveDir=C:\Del\
[Others]
SaveIndex=5
;end of ini file

'Bout I change to this?
Code:
[WinPosition]
xKoord=0
yKoord=0
Width=495
Height=366
Maximized=0
[Open]
OpenIndex=1
OpenDir=c:\Program Files\Borland\Delphi7\Bin\Mario\Home\openBorStats\

[MRUD]
Dir1=
Dir2=
Dir3=
Dir4=
Dir5=
Dir6=
Dir7=
Dir8=
Dir9=
Dir10=
[JPEG]
Save Quality=80
Save Progressive=0
Save Grayscale=0
NoSampling=0
KeepExif=1
KeepCom=1
KeepIptc=1
ExifOrient=1
SetSize=0
FileSize=65.00
[MultiPNGOld]
SaveInterlaced=0
SaveTransparent=0
UsePalette=0
Transparency=0

[MultiPNG]
Transparency=0
SaveTransparent=0
SaveInterlaced=0
UsePalette=0

[Copy-Move]
SaveDir=C:\Del\
[Others]
SaveIndex=5
;end of ini file
 
Back
Top Bottom