Skip to content

Miscellaneous fixes : MAYBE #112

@bengarrett

Description

@bengarrett

Jpeg magic number detection with SAUCE metadata

https://defacto2.net/f/aa2ebd3

SAUCE metadata with comments conflict with the magic number JPEG image detection.
This is due to JPEGs also having its metadata at the end of the file. A possible fix,

  1. whenever SAUCE metadata is detected
  2. do deep reverse scan of the data
  3. until the end of the CMNT tag is found, ff d9 1a C O M N T

ansi-mation support

Currently the final cleared screen is displayed to the terminal.

https://defacto2.net/f/ac2a60d
https://defacto2.net/f/ab3e02
https://defacto2.net/f/ac25fd4
https://defacto2.net/f/a832c4 (64kb)

It might be possible to display a sequence of vertical screens, instead of clearing the current screen, adjust the ansi cursor position to create new page, below the existing art.


ANSI blinking support

Not commonly used, but is found enough in 1980s and early 1990 ANSI art. Has a dramatic, animation effect with some art. However, blinking in CSS requires a lot of boiler plate code for each individual colour.

https://defacto2.net/f/b01ffee
https://defacto2.net/f/ad2c2f2

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions