123 Revize (7e04bd038acb6ca1217a2049f8bbf8f154316ff4)

Autor SHA1 Zpráva Datum
  Benjamin ‘Touky’ Huet a89dac5c30 Fixed some stuff and added some small tweaks před 11 roky
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, před 11 roky
  Sam Hocevar 7d4a58021f build: use SDL2 on Windows. před 11 roky
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. před 11 roky
  Sam Hocevar 8329482cb9 image: do not alter the pointer returned by Lock(). před 11 roky
  Sam Hocevar e2f53bb71a image: fix bug introduced in Image::Lock2D(). před 11 roky
  Sam Hocevar 2a5150e060 base: VISUQL STUDIO JTE NIAUE Q LQ KQLQSH. před 11 roky
  Guillaume Bittoun 2511de1f90 arraynd: adding constructors and operators for vec_t<int, N> and vec_t<ptrdiff_t, N> types. před 11 roky
  Sam Hocevar 4be9ea2a4e misc: replace NULL with nullptr. před 11 roky
  Sam Hocevar caabc35cb1 image: fix a compilation error caused by the GDI+ system headers. před 11 roky
  Sam Hocevar 1b5d3557ec build: some compilation fixes and tweaks for older (<= 4.6) versions of GCC. před 11 roky
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. před 11 roky
  Sam Hocevar 12aaff89e3 base: huge refactor in vector.h; GCC compilation times down by 50%. před 11 roky
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. před 11 roky
  Sam Hocevar 3862ad59dc base: going on a lowercase rampage; today’s victim: Array. před 11 roky
  Sam Hocevar ebfd692152 base: simplify code here and there. před 11 roky
  Sam Hocevar 7e9f926c43 base: switch map, hash, array2d and array3d to lowercase, like standard před 11 roky
  Sam Hocevar 32abfb18d1 base: various Visual Studio compilation fixes. před 11 roky
  Sam Hocevar d21b904e6c image: the size of the Gaussian used for void-and-cluster is now a parameter. před 11 roky
  Sam Hocevar 7b34d5094b image: significantly reduce the blue noise algorithm complexity. před 11 roky
  Sam Hocevar f51bfc5722 image: add a blue noise kernel generator using the void-and-cluster před 11 roky
  Sam Hocevar 2719aa06dd image: move files around. před 11 roky
  Sam Hocevar 6526c8c904 image: reimplement most image merge operations (overlay, screen, etc.). před 11 roky
  Sam Hocevar 18254349aa image: gather pixel-related types and enums into a single pixel.h header. před 11 roky
  Sam Hocevar 1ad2430ba9 image: implement Image::Lock2D(). před 11 roky
  Sam Hocevar 6e282e6aa2 image: fix a memory leak in the Oric loader. před 11 roky
  Sam Hocevar 5f02903598 image: remove dead or useless or low quality code. před 11 roky
  Sam Hocevar c5a3d4873b image: port the DBS dithering method and remove a few dead files. před 11 roky
  Sam Hocevar 48b4861947 image: rewrite the Oric image exporter to use vector types. před 11 roky
  Sam Hocevar 93a6b1b75b image: we can now write Oric .tap files. před 11 roky
  Sam Hocevar 546e76987d image: fix inconsistent data after image resizing. před 11 roky
  Sam Hocevar 478b74c6fe image: we can now read Oric .tap files. před 11 roky
  Sam Hocevar 967ce8141b image: bicubic and Bresenham resampling. před 11 roky
  Sam Hocevar c33c45904b image: brightness, contrast, threshold, invert, dilate, erode, sharpen. před 11 roky
  Sam Hocevar b5e3bc6c2f image: get rid of stock images; we were misusing them where we actually před 11 roky
  Sam Hocevar a45e61ddbc image: the median filter can now use a kernel for better control. před 11 roky
  Sam Hocevar 6b9f3b66c1 image: add YUV filter, median filter, and image cropping. před 11 roky
  Sam Hocevar 65eb4d005b image: generate Gaussian kernels. před 11 roky
  Sam Hocevar ee615af97a image: fix typos in the image convolution code. před 11 roky
  Sam Hocevar e064118dc1 image: ordered dithering is now complete. před 11 roky
  Sam Hocevar 86515f591c image: some cleanup in error diffusion code. před 11 roky
  Sam Hocevar 08fb9be357 image: make the various image processing kernels use Array2D instead před 11 roky
  Sam Hocevar 06d4d7a2cb image: improve the convolution code and remove redundancy. před 11 roky
  Sam Hocevar 12d249f3fa image: add Convolution() method, with optimisation for separable filters. před 11 roky
  Sam Hocevar b369be3dd7 build: various Windows compilation fixes. před 11 roky
  Sam Hocevar 1e23be81a0 base: remove Array::PushFirst() because Array::Insert(..., 0) works just před 11 roky
  Sam Hocevar 1dc1c0583a image: port some error diffusion dithering algorithms. před 11 roky
  Sam Hocevar 6c323663ab image: implement AutoContrast(). před 11 roky
  Sam Hocevar 60a8a64c8f image: fix two small but nasty bugs in the Image methods. před 11 roky
  Sam Hocevar eac62b436b image: start to implement some conversions between pixel spaces. před 11 roky