• exec/xbimage.js

    From rswindell@VERT to CVS commit on Friday, February 02, 2018 05:08:42
    exec xbimage.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv20750

    Added Files:
    xbimage.js
    Log Message:
    Utility module for creating and displaying XBin image files.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, February 03, 2018 02:21:01
    exec xbimage.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13245

    Modified Files:
    xbimage.js
    Log Message:
    Use the new xbin_lib usage.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, February 05, 2018 21:03:04
    exec xbimage.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25017

    Modified Files:
    xbimage.js
    Log Message:
    Allow easily palette manipulation for 'show' and 'demo' commands via -<color>=<color> or -<color>=<red,green,blue> values (0-63 per channel)
    and where <color> equals one of the 16 CGA color names.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, February 06, 2018 03:21:57
    exec xbimage.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv6852

    Modified Files:
    xbimage.js
    Log Message:
    Added "modify" command to change the XBin header (e.g. add/remove flags)
    - warning, this does not (currently at least) recompress the image data
    (which is fine, only the file is bigger).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, October 03, 2018 23:32:33
    exec xbimage.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24833

    Modified Files:
    xbimage.js
    Log Message:
    Detect a 'Q'uit sooner in the demo mode.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, April 19, 2020 12:52:31
    exec xbimage.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17077

    Modified Files:
    xbimage.js
    Log Message:
    don't show xbimages to non-supporting terminals.
    Some no-pause/screen-clearing stuff in demo().


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, March 07, 2022 20:32:25
    https://gitlab.synchro.net/main/sbbs/-/commit/4280408dd1affe7860fdc9b1
    Modified Files:
    exec/xbimage.js
    Log Message:
    Throw an error if trying to convert a > 1-bit BMP file to XBin

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Rob Swindell on Tuesday, March 08, 2022 03:59:33
    Re: exec/xbimage.js
    By: Rob Swindell to Git commit to main/sbbs/master on Mon Mar 07 2022 08:32 pm

    https://gitlab.synchro.net/main/sbbs/-/commit/4280408dd1affe7860fdc9b1 Modified Files:
    exec/xbimage.js
    Log Message:
    Throw an error if trying to convert a > 1-bit BMP file to XBin

    hey, that's what my file was saved as.
    i chose monochrome in windows paint.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Digital Man@VERT to MRO on Tuesday, March 08, 2022 19:34:55
    Re: exec/xbimage.js
    By: MRO to Rob Swindell on Tue Mar 08 2022 03:59 am

    Re: exec/xbimage.js
    By: Rob Swindell to Git commit to main/sbbs/master on Mon Mar 07 2022 08:32 pm

    https://gitlab.synchro.net/main/sbbs/-/commit/4280408dd1affe7860fdc9b1 Modified Files:
    exec/xbimage.js
    Log Message:
    Throw an error if trying to convert a > 1-bit BMP file to XBin

    hey, that's what my file was saved as.
    i chose monochrome in windows paint.

    The ">" here means "greater than", as in: throw an error if trying to convert a greater than 1-bit BMP file to XBin. A monochrome BMP is a 1-bit BMP file.
    --
    digital man (rob)

    Rush quote #68:
    He's a radio receiver, tuned to factories and farms .. New World Man
    Norco, CA WX: 57.5øF, 29.0% humidity, 6 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Digital Man on Wednesday, March 09, 2022 00:48:39
    Re: exec/xbimage.js
    By: Digital Man to MRO on Tue Mar 08 2022 07:34 pm

    Re: exec/xbimage.js
    By: MRO to Rob Swindell on Tue Mar 08 2022 03:59 am

    Re: exec/xbimage.js
    By: Rob Swindell to Git commit to main/sbbs/master on Mon Mar 07 2022 08:32 pm

    https://gitlab.synchro.net/main/sbbs/-/commit/4280408dd1affe7860fdc9b1 Modified Files:
    exec/xbimage.js
    Log Message:
    Throw an error if trying to convert a > 1-bit BMP file to XBin

    hey, that's what my file was saved as.
    i chose monochrome in windows paint.

    The ">" here means "greater than", as in: throw an error if trying to convert a greater than 1-bit BMP file to XBin. A monochrome BMP is a 1-bit BMP file.

    i know what greater than means. i thought you were confused about what my source file was.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Digital Man@VERT to MRO on Tuesday, March 08, 2022 23:46:41
    Re: exec/xbimage.js
    By: MRO to Digital Man on Wed Mar 09 2022 12:48 am

    The ">" here means "greater than", as in: throw an error if trying to convert a greater than 1-bit BMP file to XBin. A monochrome BMP is a 1-bit BMP file.

    i know what greater than means. i thought you were confused about what my source file was.

    You told me that xbimage.js converted a non-monochromatic BMP file for you, when it should not have even tried (it should have rejected it). That's now fixed.
    --
    digital man (rob)

    Synchronet/BBS Terminology Definition #10:
    BSO = Binkley Style Outbound
    Norco, CA WX: 51.2øF, 37.0% humidity, 1 mph NE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net