Community

SCI Programming => SCI Development Tools => Topic started by: robbo007 on August 29, 2026, 02:30:16 PM

Title: SCI-VEC folk PIcOpt
Post by: robbo007 on August 29, 2026, 02:30:16 PM
Hi guys,

In my forever quest for reducing my game size to the smallest size possible I've managed to folk Erik's original Sci-vec BMP to SCI0 picture converter.

Hope someone finds it useful. It's saved me over 1mb in picture size reduction on my project.

Regards,
Title: Re: SCI-VEC folk PIcOpt
Post by: Kawa on August 29, 2026, 04:49:46 PM
BMP, a notoriously Windows-centric file format (we don't talk about OS/2), yet the program using it is Mac only. This is quite amusing to me for some reason.
Title: Re: SCI-VEC folk PIcOpt
Post by: robbo007 on August 30, 2026, 07:07:05 AM
hahaha, Yeah, I'm still using a crappy mac as my main computer. Let me port this to Windowz. Stay tuned...

Regards,
Rob
Title: Re: SCI-VEC folk PIcOpt
Post by: robbo007 on August 30, 2026, 12:12:37 PM
BMP, a notoriously Windows-centric file format (we don't talk about OS/2), yet the program using it is Mac only. This is quite amusing to me for some reason.

Here is the Windows version.
Regards,