Commit Graph

  • 50466ca08b
    Encode alpha channel for colormapped A1R5G5B5 images features-table Nils Dagsson Moskopp 2024-03-19 11:55:15 +0100
  • 9497a0303c
    Add 2×2 white square to bottom left corner of test textures Nils Dagsson Moskopp 2024-03-19 11:39:05 +0100
  • f6cf592228
    Encode number of attribute/alpha bits in image descriptor Nils Dagsson Moskopp 2023-12-01 00:20:31 +0100
  • 72a4f41aa7
    Use hyphen-minus to separate test texture filename parts Nils Dagsson Moskopp 2023-11-29 17:38:46 +0100
  • 0272fa5ccd
    Change scanline order names Nils Dagsson Moskopp 2023-11-28 21:35:00 +0100
  • e599c9fe83
    Use keys with truthy values in features table Nils Dagsson Moskopp 2023-11-27 23:06:49 +0100
  • e329052c7f
    Generate TGA type 3 test textures from RGB input Nils Dagsson Moskopp 2023-10-20 01:00:47 +0200
  • c0cc855a02
    Refactor encoding of uncompressed A1R5G5B5 images Nils Dagsson Moskopp 2023-10-18 05:08:16 +0200
  • 2b4faee266
    Refactor encoding of compressed A1R5G5B5 images Nils Dagsson Moskopp 2023-10-18 05:02:41 +0200
  • 64d20ccab8
    Generate TGA type 2 and type 10 test textures using loops Nils Dagsson Moskopp 2023-10-18 00:27:04 +0200
  • 619e49d3b7
    Encode alpha channel for compressed A1R5G5B5 images Nils Dagsson Moskopp 2023-10-18 01:40:56 +0200
  • 2e0471c81f
    Encode alpha channel for uncompressed A1R5G5B5 images Nils Dagsson Moskopp 2023-10-18 01:23:08 +0200
  • fa28f4c8de
    Generate TGA type 3 test textures using loops Nils Dagsson Moskopp 2023-10-17 20:12:23 +0200
  • 6db7be7b9d
    Generate TGA type 1 test textures using loops Nils Dagsson Moskopp 2023-10-17 19:16:09 +0200
  • 48d94720c1
    Add features table Nils Dagsson Moskopp 2023-10-17 12:33:29 +0200
  • aad231f5e4
    Generate test textures with scanline order “top-bottom” master Nils Dagsson Moskopp 2023-10-16 21:37:02 +0200
  • 10022c93ef
    Explicitly state scanline order in test texture script Nils Dagsson Moskopp 2023-10-16 20:57:00 +0200
  • 01bcbbf927
    Allow encoding with top-bottom scanline order Nils Dagsson Moskopp 2023-10-16 20:43:31 +0200
  • 12a33e458f
    Add hashbang to script to generate TGA test textures Nils Dagsson Moskopp 2023-10-16 20:34:47 +0200
  • 5dcf714cd1
    Partially slice 3D rendered donut along its polodial direction Nils Dagsson Moskopp 2023-10-16 19:20:30 +0200
  • 0c6d9a4d85
    Partially slice 3D rendered donut along its torodial direction Nils Dagsson Moskopp 2023-10-16 19:08:14 +0200
  • ef65de54c0
    Make 3D rendered donut appear solid Nils Dagsson Moskopp 2023-10-16 19:05:44 +0200
  • 4d57ba62bf
    Add code to generate TGA type 1 test textures Nils Dagsson Moskopp 2023-10-15 20:49:11 +0200
  • 4064333b06
    Adjust TGA test texture file names Nils Dagsson Moskopp 2023-10-15 20:11:28 +0200
  • e87a8fc332
    Add script to generate TGA test textures Nils Dagsson Moskopp 2023-10-15 17:02:19 +0200
  • bb68ceb38d
    Do not encode images with illegal colormap indexes 2023-09-22 Nils Dagsson Moskopp 2023-09-22 20:05:27 +0200
  • 4dd3833f3b
    Move encoding format heuristics from image:save() to image:encode() 2023-09-18 Nils Dagsson Moskopp 2023-09-18 16:45:31 +0200
  • 3029147ed7
    Add example code for rendering a 3D shape using a Z-buffer Nils Dagsson Moskopp 2023-09-18 15:20:21 +0200
  • 5bf0e79c6f
    Add example code to generate TGA logo 2023-08-27 Nils Dagsson Moskopp 2023-08-27 15:10:31 +0200
  • e9862f5f24
    Add example code for node colormap generation 2022-07-31 Nils Dagsson Moskopp 2022-07-31 00:24:15 +0200
  • 685bdcb379
    Allow encoding with B8G8R8A8 colormap 2022-05-19 Nils Dagsson Moskopp 2022-05-19 18:26:41 +0200
  • 7446a275b5
    Remove author from mod.conf 2022-05-16 Nils Dagsson Moskopp 2022-05-16 22:17:52 +0200
  • 83348bf3ac
    Document use cases, image type support, plans Nils Dagsson Moskopp 2022-05-16 20:34:33 +0200
  • 45e405982a
    Allow encoding with A1R5G5B5 colormap Nils Dagsson Moskopp 2022-05-16 18:41:19 +0200
  • e83894fcfa
    Treat empty colormap as no colormap Nils Dagsson Moskopp 2022-05-16 17:56:53 +0200
  • 9f9b78eed9
    Allow color-mapped encoding for RGB images Nils Dagsson Moskopp 2022-05-16 17:01:38 +0200
  • ed061e68ff
    Allow RLE encoding for RGBA images Nils Dagsson Moskopp 2022-05-16 13:16:23 +0200
  • 1f9c446a98
    Assert that pixel data is encoded Nils Dagsson Moskopp 2022-05-16 03:21:52 +0200
  • 7b94fc026d
    Allow to specify color format Nils Dagsson Moskopp 2022-05-16 02:48:51 +0200
  • fa23775bf9
    Measure pixel_depth in bits everywhere Nils Dagsson Moskopp 2022-05-16 01:54:21 +0200
  • 36ee45ebe3
    Add RGBA support (only RAW encoding) Nils Dagsson Moskopp 2022-05-16 01:39:33 +0200
  • 2112637faf
    Use HSP for RGB-to-BW8 conversion Nils Dagsson Moskopp 2022-05-15 19:54:53 +0200
  • 5b79bc6fb7
    Set default encoding to R8G8B8 RAW Nils Dagsson Moskopp 2022-05-15 19:29:05 +0200
  • 759b0a188f
    Allow saving R8G8B8 images as BW8 Nils Dagsson Moskopp 2022-05-15 19:22:56 +0200
  • 376b6404b2
    Allow RAW or RLE encoding for true-color images Nils Dagsson Moskopp 2022-05-15 15:42:48 +0200
  • 9bd1702d60
    Encode image only when saving it to a file Nils Dagsson Moskopp 2022-05-15 14:54:28 +0200
  • 5640e19c94
    Add fractal example Nils Dagsson Moskopp 2022-05-15 03:10:53 +0200
  • 25b7b30945
    Allow encoding grayscale images as BW8 Nils Dagsson Moskopp 2022-05-14 22:41:52 +0200
  • 9af0719df8
    Allow encoding RGB images as B8G8R8 Nils Dagsson Moskopp 2022-05-14 20:44:12 +0200
  • 1b48c3f539
    Use raw packets in RLE compression in tga_encoder Nils Dagsson Moskopp 2022-02-09 13:40:47 +0100
  • 13552f16f2
    Reduce TGA filesize by 25% by using 16-bit colors Nils Dagsson Moskopp 2021-11-05 18:58:01 +0100
  • 4f6ea5d035
    Add credits to README Nils Dagsson Moskopp 2022-05-14 20:02:55 +0200
  • c00b0d50c6
    Add usage examples Nils Dagsson Moskopp 2022-05-14 19:56:02 +0200
  • adb8e45d67
    Fix TGA file writing on Windows Nils Dagsson Moskopp 2022-01-30 20:33:06 +0100
  • 3f60b5baa6
    Speed up TGA encoding by creating fewer strings Nils Dagsson Moskopp 2021-11-04 15:15:28 +0100
  • 52e5c955f0
    Use RLE compression in tga_encoder Nils Dagsson Moskopp 2021-11-04 01:53:58 +0100
  • b88579b52e
    Add updated tga_encoder Lizzy Fleckenstein 2021-05-02 17:47:46 +0200
  • eaa4dc99d7
    Initial import Lizzy Fleckenstein 2021-05-01 16:52:16 +0200