2165 Commits (18254349aa20a32a080da0a7fc618c593a1b39fd)
 

Autor SHA1 Nachricht Datum
  Sam Hocevar 18254349aa image: gather pixel-related types and enums into a single pixel.h header. vor 10 Jahren
  Sam Hocevar 7b8e56c730 base: fix array initialiser and add more unit tests. vor 10 Jahren
  Sam Hocevar 1ad2430ba9 image: implement Image::Lock2D(). vor 10 Jahren
  Sam Hocevar 6e282e6aa2 image: fix a memory leak in the Oric loader. vor 10 Jahren
  Sam Hocevar ac7e3e0861 doc: try something with lolbot quotes. vor 10 Jahren
  Sam Hocevar ff8723ff63 gpu: implement Framebuffer::GetImage() for OpenGL. vor 10 Jahren
  Sam Hocevar 5f02903598 image: remove dead or useless or low quality code. vor 10 Jahren
  Sam Hocevar c5a3d4873b image: port the DBS dithering method and remove a few dead files. vor 10 Jahren
  Sam Hocevar 7d91e2c94f math: Array2D now proxies Count(), Bytes() and Data() methods from Array. vor 10 Jahren
  Sam Hocevar 48b4861947 image: rewrite the Oric image exporter to use vector types. vor 10 Jahren
  Sam Hocevar 59a157a58c build: port solution to VS2013. Muahahaha. vor 10 Jahren
  Sam Hocevar 93a6b1b75b image: we can now write Oric .tap files. vor 10 Jahren
  Sam Hocevar 546e76987d image: fix inconsistent data after image resizing. vor 10 Jahren
  Sam Hocevar 478b74c6fe image: we can now read Oric .tap files. vor 10 Jahren
  Sam Hocevar c8e1480593 base: allow String::Sub to ask for a too large substring. vor 10 Jahren
  Sam Hocevar 967ce8141b image: bicubic and Bresenham resampling. vor 10 Jahren
  Sam Hocevar 198b8c7abf math: add unary + operator for vectors. vor 10 Jahren
  Sam Hocevar c33c45904b image: brightness, contrast, threshold, invert, dilate, erode, sharpen. vor 10 Jahren
  Sam Hocevar b5e3bc6c2f image: get rid of stock images; we were misusing them where we actually vor 10 Jahren
  Sam Hocevar a45e61ddbc image: the median filter can now use a kernel for better control. vor 10 Jahren
  Sam Hocevar 6b9f3b66c1 image: add YUV filter, median filter, and image cropping. vor 10 Jahren
  Sam Hocevar 65eb4d005b image: generate Gaussian kernels. vor 10 Jahren
  Sam Hocevar ee615af97a image: fix typos in the image convolution code. vor 10 Jahren
  Sam Hocevar e064118dc1 image: ordered dithering is now complete. vor 10 Jahren
  Sam Hocevar 2f752030f0 engine: remove dead code. vor 10 Jahren
  Sam Hocevar 86515f591c image: some cleanup in error diffusion code. vor 10 Jahren
  Sam Hocevar 08fb9be357 image: make the various image processing kernels use Array2D instead vor 10 Jahren
  Sam Hocevar 8160a96b28 base: prepare Array for initializer_list when Visual Studio finally has it. vor 10 Jahren
  Sam Hocevar 06d4d7a2cb image: improve the convolution code and remove redundancy. vor 10 Jahren
  Sam Hocevar 2ff9a91085 math: fix incorrect maths in Array2D. vor 10 Jahren
  Sam Hocevar 8d99eb3715 base: fix some typos that prevented disabling asserts. vor 10 Jahren
  Sam Hocevar 12d249f3fa image: add Convolution() method, with optimisation for separable filters. vor 10 Jahren
  Sam Hocevar 055265bd47 build: fix a typo in configure.ac that had deactivated most warnings. vor 10 Jahren
  Sam Hocevar b369be3dd7 build: various Windows compilation fixes. vor 10 Jahren
  Sam Hocevar 5fb1ce656f math: add an Array2D class that acts like a 2D matrix. vor 10 Jahren
  Sam Hocevar 1e23be81a0 base: remove Array::PushFirst() because Array::Insert(..., 0) works just vor 10 Jahren
  Sam Hocevar 1dc1c0583a image: port some error diffusion dithering algorithms. vor 10 Jahren
  Sam Hocevar da6b3d5cd0 scenegraph: Entity::TickDraw() now provides a reference to the current vor 10 Jahren
  Sam Hocevar 6c323663ab image: implement AutoContrast(). vor 10 Jahren
  Sam Hocevar 60a8a64c8f image: fix two small but nasty bugs in the Image methods. vor 10 Jahren
  Sam Hocevar eac62b436b image: start to implement some conversions between pixel spaces. vor 10 Jahren
  Sam Hocevar 347e6a0551 image: port libpipi stock images, plus noise and screen rendering. vor 10 Jahren
  Sam Hocevar 9e08928ad3 base: allow to retrieve the keys in Map, and use that to clean up Image. vor 10 Jahren
  Sam Hocevar 5fc5d62849 image: add an optional Imlib2 codec, prepare for float32 images, make the vor 10 Jahren
  Sam Hocevar 53ee229093 base: put the array growing logic in a central place. vor 10 Jahren
  Sam Hocevar 227411f337 image: refactor codecs so that they no longer store anything in the image vor 10 Jahren
  Sam Hocevar 90786652e8 base: fix Array::Insert to avoid copying the whole array and add a unit test. vor 10 Jahren
  Sam Hocevar 4d298c9e39 algorithm: tweak the sort routines so that they only use the "<" operator. vor 10 Jahren
  Sam Hocevar f455f0e2d1 image: start reworking the Image class to properly split the pixel handling vor 10 Jahren
  Benjamin ‘Touky’ Huet 60887138ff Added tostring to vectors, similar to printf, but with tostring. vor 10 Jahren