提交历史

作者 SHA1 备注 提交日期
  Sean Barrett a0b521fcf2 no warnings when compiling /W3 6 年之前
  Jorge Rodriguez a99bc0ca32 Fix a bunch of warnings under Apple's clang-800.0.42.1 8 年之前
  Sean Barrett 4ff6723a6d make resample_test work in VC6 9 年之前
  Jorge Rodriguez 831b2d2fa6 Fix a merge gone wrong, add some more test cases. 10 年之前
  Jorge Rodriguez a1ef3a1060 Fix the calculation of the input image shift when using subpixel regions 10 年之前
  Sean Barrett 0fc13e997b optimization attempts, no meaningful changes 11 年之前
  Jorge Rodriguez cbf5ebbd35 Install ryg's float -> uint8 sRGB conversion code, which is much faster. 11 年之前
  Jorge Rodriguez 600d80387e Make a guess at the value before doing the binary search, cuts the number of conditionals by half. Not as much gain as I hoped but something. 11 年之前
  Sean Barrett dd28033b34 don't encode alpha channel twice when alpha is different colorspace from other channels 11 年之前
  Sean Barrett 9f66b441bd new quickstart docs; 11 年之前
  Jorge Rodriguez f0ba7f5f7e Get rid of old perf tests. 11 年之前
  Sean Barrett f711fdcb0f disable performance test in test code, back to regression test path 11 年之前
  Sean Barrett 9a6af9a8d3 replace int(floor()) with int(), since that produces same results for non-negative values and is much faster on 32-bit x86 11 年之前
  Sean Barrett 1dcca19ae0 because of we divide by /255 not /256, we lose numerical precision, so can't guarantee that box filter results round to same results as naive 11 年之前
  Sean Barrett 972456cb63 explicit performance tests variants 11 年之前
  Sean Barrett c9600c012f unroll channel loops in downsampler 11 年之前
  Sean Barrett 0fa5b5c66f rename cubic to cubicbspline; 11 年之前
  Sean Barrett 29b36b3dea rename filters, document them 11 年之前
  Sean Barrett da2aa8f6b7 checkboard test to verify srgb 11 年之前
  Sean Barrett a9778b8dbd tweak docs; fix compile error in UNUSED_PARAM stuff 11 年之前
  Sean Barrett 7a4f1f4665 update with new tests for srgb conversion 11 年之前
  Sean Barrett 16d68d14f8 fix stbir__linear_to_srgb_uchar: 11 年之前
  Sean Barrett 30c7a981ec compile as C; 11 年之前
  Sean Barrett 1208730e1e Merge branch 'resample' of http://github.com/bsvino/stb into resample 11 年之前
  Jorge Rodriguez 953a637841 Use a carefully shaped trapezoid instead of a box filter to avoid jumps between pixel values. 11 年之前
  Sean Barrett 4e580cf9ed fix compile 11 年之前
  Jorge Rodriguez c9d67446d2 Reverse allocation routines parameter order so that the context is at the back. 11 年之前
  Jorge Rodriguez 41e6aad693 Avoid repeated adds and ensure correct round-trip result. 11 年之前
  Jorge Rodriguez 969ff7c850 Make sure calculate_memory matches with the allocations. Fix some errant asserts. 11 年之前
  Jorge Rodriguez 4b69c0637e If alpha is zero then sneakily replace it with a very small nonzero so that the color data is preserved. 11 年之前