Commit Graph

  • fb8eabd6b8 Add .hdr file writing support baldurk 2014-09-09 08:33:25 +0100
  • 118f28557e Tests to ensure images of a solid color stay the same solid color after resampling. Jorge Rodriguez 2014-09-07 16:47:02 -0700
  • e6c47ec657 Fix kernel lookup for downsampling. Jorge Rodriguez 2014-09-07 11:56:11 -0700
  • 8cc6a3abfc If there's no context we're using the simple API functions - fall back to malloc and free. Jorge Rodriguez 2014-09-07 10:02:51 -0700
  • 36db03f390 tighten bounds on filter normalization test Sean Barrett 2014-09-07 05:31:40 -0700
  • 7f8ac35e42 check whether filter kernels are normalized Sean Barrett 2014-09-07 05:29:43 -0700
  • 7da729bfce restore correct definition of box Sean Barrett 2014-09-07 04:07:07 -0700
  • 08ca345839 Merge branch 'resample2' into resample Sean Barrett 2014-09-07 03:36:16 -0700
  • cd1fbacbb6 rename NEAREST to BOX write test for BOX Sean Barrett 2014-09-07 03:19:18 -0700
  • 348861b2ae treat vertical tab and form feed characters as whitespace Ken Miller 2014-09-07 00:48:48 -0500
  • 8e91cb2b7d treat vertical tab and form feed characters as whitespace Ken Miller 2014-09-07 00:48:48 -0500
  • 8331ff1278 support PGM and PPM formats Ken Miller 2014-09-07 00:38:18 -0500
  • e003c66498 support PGM and PPM formats Ken Miller 2014-09-07 00:38:18 -0500
  • 586e84087c Correctly specify alpha channels. Jorge Rodriguez 2014-09-06 21:50:28 -0700
  • 38ce5494bc Clarify some comments. Make stbir__resize_arbitrary an internal function. Update test cases to use actual API functions. Jorge Rodriguez 2014-09-06 20:17:19 -0700
  • 41555b5d53 update test cases to work on things other than barbara.png Sean Barrett 2014-09-06 14:58:32 -0700
  • fb059fcece Progress report. Jorge Rodriguez 2014-09-06 10:57:21 -0700
  • 75bdd2da83 Fix malloc context and whitespace. Jorge Rodriguez 2014-09-06 08:48:46 -0700
  • ce7aed0fb7 Merge pull request #3 from nothings/resample Jorge Rodriguez 2014-09-05 16:52:49 -0700
  • d7269871d2 Merge pull request #38 from lgvz/comments nothings 2014-09-05 09:14:53 -0700
  • 2572f3177a Merge pull request #38 from lgvz/comments nothings 2014-09-05 09:14:53 -0700
  • 0c0ed2de7a Fix comments Tero Hänninen 2014-09-05 18:38:39 +0300
  • a5f1cb5657 Fix comments Tero Hänninen 2014-09-05 18:38:39 +0300
  • 952c26e626 inline stbir__encode_pixel into stbir__encode_scanline Sean Barrett 2014-09-01 19:29:28 -0700
  • aee30095c7 refactor internal interfaces to avoid passing things multiple times; finish prepping 'stbir__info' even before calculate_memory; get rid of 'noinfo' functions since now calculate_memory doesn't need 'em; add new binary-searched sRGB function (untested) Sean Barrett 2014-09-01 16:52:04 -0700
  • 24c540e1b0 rename alpha gamma flag Sean Barrett 2014-08-31 10:00:54 -0700
  • 07c35180f7 tweak new API Sean Barrett 2014-08-31 09:45:29 -0700
  • 84520de6c4 finish STBI_EDGE_ZERO, untested Sean Barrett 2014-08-31 09:32:17 -0700
  • 9a1d34843e STBIR_EDGE_ZERO Sean Barrett 2014-08-31 09:10:49 -0700
  • 732fec68ee tweak new API, get it partly working Sean Barrett 2014-08-31 08:55:41 -0700
  • 664d8961f5 new API partially in-use Sean Barrett 2014-08-31 08:34:05 -0700
  • bbd4e2ee9a new API "finished" but untested Sean Barrett 2014-08-31 07:32:10 -0700
  • 2549d8156e in-progress refactoring Sean Barrett 2014-08-31 07:23:34 -0700
  • 034674c142 Merge branch 'resample2' into resample Sean Barrett 2014-08-31 07:23:22 -0700
  • 1bd9770e75 separate filter for horizontal and vertical Sean Barrett 2014-08-31 06:47:45 -0700
  • c1b876768e in progress new API Sean Barrett 2014-08-31 06:31:50 -0700
  • 95d57bff95 update readme version #s Sean Barrett 2014-08-27 22:01:50 -0700
  • 067a1d1be1 update readme version #s Sean Barrett 2014-08-27 22:01:50 -0700
  • b400a5d467 update contributor list & version number Sean Barrett 2014-08-27 22:01:37 -0700
  • b8e0530fdf update contributor list & version number Sean Barrett 2014-08-27 22:01:37 -0700
  • 0079928537 tweaks to const-correct API change Sean Barrett 2014-08-27 22:00:07 -0700
  • 33d621ca48 tweaks to const-correct API change Sean Barrett 2014-08-27 22:00:07 -0700
  • d482f3971d Const in decode/open memory. Alejandro Pereda 2014-08-28 06:53:13 +0800
  • 93c02695e3 Const in decode/open memory. Alejandro Pereda 2014-08-28 06:53:13 +0800
  • 57601343d5 update version number Sean Barrett 2014-08-26 13:41:04 -0700
  • 6bb8eb3695 update version number Sean Barrett 2014-08-26 13:41:04 -0700
  • 256bfe5df5 Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2014-08-26 13:40:54 -0700
  • 578b4e18b4 Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2014-08-26 13:40:54 -0700
  • 3d7a5ddaa3 fix handling of tRNS chunk in PNG (used wrong variable for output channels) Sean Barrett 2014-08-26 13:39:53 -0700
  • a14339a019 fix handling of tRNS chunk in PNG (used wrong variable for output channels) Sean Barrett 2014-08-26 13:39:53 -0700
  • 59d85c5d8c Added a reset macro to allow the buffer to be reused without new allocations until the old capacity is exceeded. Wesley Robb 2014-08-23 12:03:44 +0200
  • b75eff36f8 Merge pull request #1 from nothings/resample Jorge Rodriguez 2014-08-18 11:29:19 -0700
  • 5dfa79fb31 stride doesn't have to be multiples of pixels Sean Barrett 2014-08-18 10:18:59 -0700
  • 32b626859d remove most per-pixel switches, beginnings of removing encode_pixel switch Sean Barrett 2014-08-18 10:02:00 -0700
  • 5eb0236d9d reverse default behavior of linear/gamma for alpha Sean Barrett 2014-08-18 09:33:01 -0700
  • b9bb05b81c minor cleanups Sean Barrett 2014-08-18 09:14:11 -0700
  • 6ef563d089 rename to stb_image_resize.h Sean Barrett 2014-08-18 09:12:59 -0700
  • eb0781fda0 add comments describing the purpose of the s,t-rectangle tests Sean Barrett 2014-08-18 09:01:33 -0700
  • 9ba3dc1fc5 make resample tests work in VC6 Sean Barrett 2014-08-18 08:56:44 -0700
  • d5b74d3042 Update stb_howto.txt nothings 2014-08-17 21:16:18 -0700
  • 9b6c354fe6 Update stb_howto.txt nothings 2014-08-17 21:16:18 -0700
  • 03217077d1 update version numbers Sean Barrett 2014-08-17 21:12:16 -0700
  • 492e3f3463 update version numbers Sean Barrett 2014-08-17 21:12:16 -0700
  • c11c3eff63 fix broken map generation Sean Barrett 2014-08-17 21:08:43 -0700
  • 14e8b66119 fix broken map generation Sean Barrett 2014-08-17 21:08:43 -0700
  • 2aad66b432 fix warnings Sean Barrett 2014-08-17 16:47:55 -0700
  • 45469cfa27 fix warnings Sean Barrett 2014-08-17 16:47:55 -0700
  • 9432ea2f2f tweak TGA monochrome support Sean Barrett 2014-08-16 13:52:47 -0700
  • 7e079c670d tweak TGA monochrome support Sean Barrett 2014-08-16 13:52:47 -0700
  • ee75323fb6 Merge branch 'master' of https://github.com/Skylark13/stb into working Sean Barrett 2014-08-16 13:50:16 -0700
  • caf6d08f2b Merge branch 'master' of https://github.com/Skylark13/stb into working Sean Barrett 2014-08-16 13:50:16 -0700
  • b36f9908ce Merge branch 'master' of https://github.com/thedmd/stb into working Sean Barrett 2014-08-16 13:45:32 -0700
  • fc09a5d198 Don't saturate floats. Jorge Rodriguez 2014-08-12 14:15:05 -0700
  • c9caec1123 Refactoring to reduce duplicated code. Jorge Rodriguez 2014-08-12 13:50:17 -0700
  • 1353909477 Allow user to force the alpha channel to be handled as a linear value even if the color channels are sRGB. Jorge Rodriguez 2014-08-12 13:37:06 -0700
  • bbc340d481 Support different edge behavior on vertical and horizontal axis. Jorge Rodriguez 2014-08-12 12:22:38 -0700
  • 6ae729d61a Four new tests of subpixel stuff. Jorge Rodriguez 2014-08-12 12:15:12 -0700
  • 419a5ba10f Fix stbr__type_size for updated stbr_type Jorge Rodriguez 2014-08-12 11:55:27 -0700
  • 45fa6ec900 Update test cases for premul channel -1 meaning don't do any premul handling, fix another no-more-advanced. Jorge Rodriguez 2014-08-11 12:37:10 -0700
  • e75ed1d381 Update test cases for no more advanced API. Jorge Rodriguez 2014-08-11 12:21:55 -0700
  • 6ade66182c allow alpha channel to be channel #0 Sean Barrett 2014-08-11 02:34:50 -0700
  • f502cae91a rename everything to do with premultiplied alpha since the whole point is that this is for handling *non*-premultiplied alpha (since correct handling of premultiplied alpha requires doing nothing) Sean Barrett 2014-08-11 02:32:07 -0700
  • 42556fec82 don't require manual synchronization of STBR_MAX_COLORSPACES/MAX_TYPES Sean Barrett 2014-08-11 02:26:17 -0700
  • 392585130c Get rid of "advanced" API with explicit temp memory because the STBR_MALLOC interface is sufficient Sean Barrett 2014-08-11 02:23:39 -0700
  • 259c92b550 replace "texel" with "pixel" in identifiers Sean Barrett 2014-08-11 02:17:40 -0700
  • fc4ca11a52 Fix places in previous commits where tabs got replaced with spaces Sean Barrett 2014-08-11 02:16:23 -0700
  • 25fae8c67c Avoid divides in encode_scanline if not doing unpremultiply. Rename stb__encode_scanline to stb__encode_pixel Sean Barrett 2014-08-11 02:13:26 -0700
  • a0537bfd04 Allow compiling as C pre-C99 (don't rely on declare-anywhere) Sean Barrett 2014-08-11 01:56:47 -0700
  • 3077bf5023 wrap long data lines Sean Barrett 2014-08-11 01:50:16 -0700
  • 94ecd81abe Merge branch 'master' of http://github.com/BSVino/stb into resample Sean Barrett 2014-08-11 01:47:12 -0700
  • 528777ae96 Make stbtt_BakeFontBitmap() do a better job at packing. Ryan C. Gordon 2014-08-10 01:18:32 -0400
  • bc936642ef realized the 2 colorbytes case is impossible. also updated the comment at the top of the file to reflect stbi_write_tga's new capabilities. Jean-Sébastien Guay 2014-08-09 09:16:57 -0400
  • ebc2d23d47 realized the 2 colorbytes case is impossible. also updated the comment at the top of the file to reflect stbi_write_tga's new capabilities. Jean-Sbastien Guay 2014-08-09 09:16:57 -0400
  • f593ca9ffb comment was wrong way around... code was right. Jean-Sébastien Guay 2014-08-09 01:08:43 -0400
  • 26a71f67fe comment was wrong way around... code was right. Jean-Sbastien Guay 2014-08-09 01:08:43 -0400
  • 8f8c613d9a stbi_write_tga can now write 1 and 2 channel (grayscale and grayscale-alpha) images. Jean-Sébastien Guay 2014-08-09 00:34:49 -0400
  • b8b364c301 stbi_write_tga can now write 1 and 2 channel (grayscale and grayscale-alpha) images. Jean-Sbastien Guay 2014-08-09 00:34:49 -0400
  • 10def9b150 fix MSVC-ARM internal compiler error by wrapping malloc Michał Cichoń 2014-08-08 00:46:45 +0200
  • aaea13b71c version numbers Sean Barrett 2014-08-07 04:46:29 -0700
  • c8a3522a5f version number Sean Barrett 2014-08-07 04:46:13 -0700