|
anytobs - convert an image (any format) into a BS image |
Daniel Balster/psxdev-tools
|
- SYNOPSIS OF anytobs
--quiet,-q be quiet
--help,-h print this text
--verbose,-v be verbose
--version,-V print binary version
--output=x,-o set output file
--qscale=x,-Q set Q scaling factor (default: 1)
--type=x,-t set image type (default: 2)
--width=x,-W scale to new width (default: do not scale)
--height=x,-H scale to new height (default: do not scale)
--limit=x,-l limit output size to X bytes (default: do not limit)
- DESCRIPTION OF anytobs
anytobs converts any image format into a BS image (which can be used to encode PSX movies). It can read all formats that Imlib, ImageMagick and NetPBM can read. There is currently no utility included to decode a BS image back into another format, I'm working on that (useful to control image compression quality).
- BUGS OF anytobs
The quality of the compressed images could be better, even with image sources directly taken from a DVD video stream I got very poor results (in my opinion).
- NOTES ON anytobs
This utility is based on open sources from bero@geocities.co.jp, bitmaster and the Independent JPEG Group's software.
| |