Skip to content
  • Ell's avatar
    app: improve ABR brush loading speed · 07f95291
    Ell authored
    Improve the efficiency of decoding RLE data when loading ABR
    brushes, by reading entire scanlines into a buffer all-at-once,
    instead of reading the stream byte-by-byte.
    07f95291