Commit History

Author SHA1 Message Date
  Nico Weber 1dfd68c798 LibGfx/JPEGWriter: Make it possible to write CMYKBitmaps 1 year ago
  Nico Weber e8788d4023 LibGfx/JPEGWriter: Move image data writing into new add_image() function 1 year ago
  Nico Weber e449dba85b LibGfx/JPEGWriter: Move header writing into new add_headers() function 1 year ago
  Nico Weber 4e637fa1d2 LibGfx/JPEGWriter: Pass IntSize instead of Bitmap to add_frame_header() 1 year ago
  Nico Weber 38526414b0 LibGfx/JPEGWriter: Add a named constant in add_scan_header() 1 year ago
  Nico Weber 4a8e7f44dc LibGfx/JPEGWriter: Add a named constant in add_frame_header() 1 year ago
  Nico Weber ad7d25f089 LibGfx/JPEGWriter: Make vertical_macroblocks a local 1 year ago
  Nico Weber 8964a52fe0 LibGfx/JPEGWriter: Use ceil_div() 1 year ago
  Nico Weber 494fc1234e LibGfx/JPEGWriter: Rename y<=>x, u<=>v 1 year ago
  Nico Weber c3c7707de4 LibGfx/JPEGWriter: Don't throw away highest-frequency component in FDCT 1 year ago
  Nico Weber db4982bd29 LibGfx+image: Implement writing ICC profiles to jpeg files 1 year ago
  Nicolas Ramz 68e916490b LibGfx/JPEGWriter: Fix crash on macOS when csize coefficient is 0 1 year ago
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
  Lucas CHOLLET a58c7fe322 LibGfx/JPEG: Take the quality as an argument instead of hardcoding it 2 years ago
  Lucas CHOLLET 05c8ad4e91 LibGfx/JPEG: Write quantization tables in the zigzag ordering 2 years ago
  Lucas CHOLLET cc1bd2d2d9 LibGfx/JPEG: Use a look-up table for cosine values 2 years ago
  Lucas CHOLLET 226b214142 LibGfx/JPEG: Add a JPEG encoder :^) 2 years ago