• More XBin questions

    From deepthaw@1:103/705 to Digital Man on Sat Nov 14 16:20:24 2020
    What have you used to successfully create BMP's in the format needed for XBin images? I'm toying with ImageMagick now, but it claims to not go below 8 colors.

    ---
    þ Synchronet þ c.o.r.t.e.x 2.0.2.0 | telnet://deepthaw.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to deepthaw on Sat Nov 14 16:48:14 2020
    Re: More XBin questions
    By: deepthaw to Digital Man on Sat Nov 14 2020 04:20 pm

    What have you used to successfully create BMP's in the format needed for XBin images? I'm toying with ImageMagick now, but it claims to not go below 8 colors.

    MsPaint->Save As... type = Monochrome Bitmap.
    --
    digital man

    Synchronet "Real Fact" #5:
    Synchronet version 3 for Win32 development began in 1999.
    Norco, CA WX: 69.2øF, 46.0% humidity, 0 mph W wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deepthaw@1:103/705 to Digital Man on Sat Nov 14 19:07:04 2020
    Re: More XBin questions
    By: deepthaw to Digital Man on Sat Nov 14 2020 04:20 pm

    What have you used to successfully create BMP's in the format needed for XBin images? I'm toying with ImageMagick now, but it claims to not go below 8 colors.

    As usual, I sent this then dug in and figured it out. Using ImageMagick:

    convert -colors 2 inputfile.jpg BMP3:outputfile.bmp

    ---
    þ Synchronet þ c.o.r.t.e.x 2.0.2.0 | telnet://deepthaw.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)