Request Sffv2 compress format choise Feature
Brought to you by:
nobun
HI,This Tool is fantastic and useful.And I want to know if it is possible to provide SFF v2 compress format choise. For example I want my SFFv2 compress format change from rle8 to none or other compress fomat.
thanks, mail me terrynoya@gmail.com at any time :)
apologise for my poor english
As explained privately it is not tecnically possible. First of all becouse while RLE8 compression can be used in every 256-color images, RLE5 and LZ5 compression are instead limited. They can be used only if image use a 5-bit palette (max 32 colors).
So... the automate approach let the program to use the best compression possible, seeing witch one can be actually be used.
Moreover... I am not able to make a RLE5 compression routine.... and I think it is useless becouse LZ5 is much more efficient.
Finally... source code structure is abstract so it would be very hard to add this feature.
However thank for your suggestion. Nobun.