Sam Hocevar
|
f51bfc5722
|
image: add a blue noise kernel generator using the void-and-cluster
algorithm.
|
hace 11 años |
Sam Hocevar
|
2719aa06dd
|
image: move files around.
|
hace 11 años |
Sam Hocevar
|
6526c8c904
|
image: reimplement most image merge operations (overlay, screen, etc.).
|
hace 11 años |
Sam Hocevar
|
18254349aa
|
image: gather pixel-related types and enums into a single pixel.h header.
|
hace 11 años |
Sam Hocevar
|
1ad2430ba9
|
image: implement Image::Lock2D().
|
hace 11 años |
Sam Hocevar
|
6e282e6aa2
|
image: fix a memory leak in the Oric loader.
|
hace 11 años |
Sam Hocevar
|
5f02903598
|
image: remove dead or useless or low quality code.
|
hace 11 años |
Sam Hocevar
|
c5a3d4873b
|
image: port the DBS dithering method and remove a few dead files.
|
hace 11 años |
Sam Hocevar
|
48b4861947
|
image: rewrite the Oric image exporter to use vector types.
|
hace 11 años |
Sam Hocevar
|
93a6b1b75b
|
image: we can now write Oric .tap files.
|
hace 11 años |
Sam Hocevar
|
546e76987d
|
image: fix inconsistent data after image resizing.
|
hace 11 años |
Sam Hocevar
|
478b74c6fe
|
image: we can now read Oric .tap files.
|
hace 11 años |
Sam Hocevar
|
967ce8141b
|
image: bicubic and Bresenham resampling.
|
hace 11 años |
Sam Hocevar
|
c33c45904b
|
image: brightness, contrast, threshold, invert, dilate, erode, sharpen.
|
hace 11 años |
Sam Hocevar
|
b5e3bc6c2f
|
image: get rid of stock images; we were misusing them where we actually
wanted convolution or dithering kernels.
|
hace 11 años |
Sam Hocevar
|
a45e61ddbc
|
image: the median filter can now use a kernel for better control.
|
hace 11 años |
Sam Hocevar
|
6b9f3b66c1
|
image: add YUV filter, median filter, and image cropping.
|
hace 11 años |
Sam Hocevar
|
65eb4d005b
|
image: generate Gaussian kernels.
|
hace 11 años |
Sam Hocevar
|
ee615af97a
|
image: fix typos in the image convolution code.
|
hace 11 años |
Sam Hocevar
|
e064118dc1
|
image: ordered dithering is now complete.
|
hace 11 años |
Sam Hocevar
|
86515f591c
|
image: some cleanup in error diffusion code.
|
hace 11 años |
Sam Hocevar
|
08fb9be357
|
image: make the various image processing kernels use Array2D instead
of slightly overkill Image objects.
|
hace 11 años |
Sam Hocevar
|
06d4d7a2cb
|
image: improve the convolution code and remove redundancy.
|
hace 11 años |
Sam Hocevar
|
12d249f3fa
|
image: add Convolution() method, with optimisation for separable filters.
|
hace 11 años |
Sam Hocevar
|
b369be3dd7
|
build: various Windows compilation fixes.
|
hace 11 años |
Sam Hocevar
|
1e23be81a0
|
base: remove Array::PushFirst() because Array::Insert(..., 0) works just
as well, remove PushUniqueFirst in favour of InsertUnique(), and optimise
Array::Swap().
|
hace 11 años |
Sam Hocevar
|
1dc1c0583a
|
image: port some error diffusion dithering algorithms.
|
hace 11 años |
Sam Hocevar
|
6c323663ab
|
image: implement AutoContrast().
|
hace 11 años |
Sam Hocevar
|
60a8a64c8f
|
image: fix two small but nasty bugs in the Image methods.
|
hace 11 años |
Sam Hocevar
|
eac62b436b
|
image: start to implement some conversions between pixel spaces.
|
hace 11 años |
Sam Hocevar
|
347e6a0551
|
image: port libpipi stock images, plus noise and screen rendering.
|
hace 11 años |
Sam Hocevar
|
9e08928ad3
|
base: allow to retrieve the keys in Map, and use that to clean up Image.
|
hace 11 años |
Sam Hocevar
|
5fc5d62849
|
image: add an optional Imlib2 codec, prepare for float32 images, make the
Lock/Unlock mechanism safer, and implement the rule of three.
|
hace 11 años |
Sam Hocevar
|
227411f337
|
image: refactor codecs so that they no longer store anything in the image
objects themselves.
|
hace 11 años |
Sam Hocevar
|
f455f0e2d1
|
image: start reworking the Image class to properly split the pixel handling
and the codec logic.
|
hace 11 años |
Benjamin ‘Touky’ Huet
|
809600ea47
|
Fixed Thread-safe image loading
|
hace 11 años |
Sam Hocevar
|
79ed58f1f0
|
Merge branch 'master' into scenegraph
|
hace 11 años |
Sam Hocevar
|
d16595a0bc
|
image: some refactoring of the Image class. Not final.
|
hace 11 años |
Lolbot
|
ed8afab4bb
|
fixed 58 files out of 2859:
- removed 0 CR characters
- removed 112 trailing whitespaces
- replaced 0 tabs with spaces
- fixed 58 svn:eol-style properties
|
hace 11 años |
Sam Hocevar
|
ce1d39cc3a
|
image: import old libpipi code, hoping it can be upgraded to C++ and
merged iteratively with our current image processing code.
|
hace 11 años |
Sam Hocevar
|
1544efa0cd
|
image: the GDI+ backend can now save images, too.
|
hace 11 años |
Sam Hocevar
|
d982b67aaa
|
image: add methods to save images and a small test program.
|
hace 11 años |
Lolbot
|
7f6d2054e5
|
fixed 5 files out of 2793:
- removed 2 CR characters
- removed 16 trailing whitespaces
- replaced 0 tabs with spaces
- fixed 4 svn:eol-style properties
|
hace 11 años |
Benjamin ‘Touky’ Huet
|
f5e37a4337
|
AddedSprite_sorter stores parameters now.
Added palette in Scene.
|
hace 11 años |
Benjamin ‘Touky’ Huet
|
d075ef8861
|
tweak
|
hace 11 años |
Sam Hocevar
|
cdfb4e7abf
|
math: fix a few compilation warnings.
|
hace 11 años |
Lolbot
|
bb4f3923cd
|
fixed 18 files out of 2788:
- removed 121 CR characters
- removed 0 trailing whitespaces
- replaced 1 tabs with spaces
- fixed 18 svn:eol-style properties
|
hace 11 años |
Benjamin ‘Touky’ Huet
|
3d4b3d53c3
|
Added bunch of stuff on threads and images.
|
hace 11 años |
Sam Hocevar
|
8ede168e62
|
color: add some vec4 constants for usual colour names.
|
hace 11 años |
Sam Hocevar
|
10272731ee
|
color: fix issues in color to string conversions.
|
hace 12 años |