logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sarconv - program to convert SAR archive

Author

Ying-ChunLiu <paulliu@debian.org>
           Wrote this manpage for the Debian system.

Description

       This manual page documents briefly the sarconv command.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

       sarconv is a program that converts the SAR archive file of the visual novel games engine ONScripter into
       different width or quality. It is useful to adjust the size of the archive file. And it is also useful to
       adjust the width of the game for playing on some hand-held game platform like PSP or iPod.

       The src_width should be 640 or 800. And the dst_width can be 176, 220, 320, 360, 384, 640, and etc.

Name

       sarconv - program to convert SAR archive

Options

       A summary of options is included below.

       -j
           BMP files are converted to JPEG files while keeping the filenames unchanged.

       -qquality
           Adjust JPEG quality, from 0 to 100.

See Also

onscripter(6), sardec(6), nsaconv(6)

Synopsis

sarconv [-j] [-qquality] {src_width} {dst_width} {src_archive_file} {dst_archive_file}

See Also