|
|
@2189
|
15 years |
Sam Hocevar |
* Make it clear that we can use the Windows native console.
|
|
|
@2188
|
15 years |
Sam Hocevar |
* Put back all the shit in struct caca_event to avoid breaking …
|
|
|
@2187
|
15 years |
Sam Hocevar |
* Greyscale sub-block error diffusion
|
|
|
@2186
|
15 years |
Sam Hocevar |
* Add a colour gradient to the colour tests. They give very insightful …
|
|
|
@2185
|
15 years |
Sam Hocevar |
* Spatial colour error diffusion.
|
|
|
@2184
|
15 years |
Sam Hocevar |
* "Improve" weighed sub-block Floyd-Steinberg by using a simplified …
|
|
|
@2183
|
15 years |
Sam Hocevar |
* Sub-block error diffusion with 3×3 blocks.
|
|
|
@2182
|
15 years |
Jean-Yves Lamoureux |
* FIRST !
|
|
|
@2181
|
15 years |
Sam Hocevar |
* Our own sub-block error diffusion.
|
|
|
@2180
|
15 years |
Sam Hocevar |
* That '0' in error diffusion matrices does not mean anything. Removing it.
|
|
|
@2179
|
15 years |
Sam Hocevar |
* Better block diffusion explanation.
|
|
|
@2178
|
15 years |
Sam Hocevar |
* Always process the gradient image before the Lenna image.
* A …
|
|
|
@2177
|
15 years |
Sam Hocevar |
* Add figfont.c to the MSVC solution.
|
|
|
@2176
|
15 years |
Sam Hocevar |
* Check for pkg-config before bootstrapping, because autoconf gives a
…
|
|
|
@2175
|
15 years |
Sam Hocevar |
* A few fixes here and there.
|
|
|
@2174
|
15 years |
Sam Hocevar |
* Omni-directional error diffusion (a dot diffusion rip-off).
|
|
|
@2173
|
15 years |
Sam Hocevar |
* Started block error diffusion, a necessary step for proper ASCII art.
|
|
|
@2172
|
15 years |
Sam Hocevar |
* Moved standard random dithering to chapter 1.
|
|
|
@2171
|
15 years |
Sam Hocevar |
* Move dot diffusion into part 3.3, it doesn't really deserve its own
…
|
|
|
@2170
|
15 years |
Sam Hocevar |
* Automatically generate the Ostromoukhov matrix image.
|
|
|
@2169
|
15 years |
Sam Hocevar |
* Introducting spatial Hilbert dithering, a Riemersma improvement.
* …
|
|
|
@2168
|
15 years |
Sam Hocevar |
* Get rid of .svg files that are no longer needed.
|
|
|
@2167
|
15 years |
Sam Hocevar |
* All error diffusion matrices are now autogenerated.
|
|
|
@2166
|
15 years |
Sam Hocevar |
* Generate void-and-cluster matrices PNGs for best illustration.
|
|
|
@2165
|
15 years |
Sam Hocevar |
* More autogenerated matrix figures.
|
|
|
@2164
|
15 years |
Sam Hocevar |
* Oops, fixed image sizes.
|
|
|
@2163
|
15 years |
Sam Hocevar |
* New Svg class in study.py to generate SVG files.
* Converted …
|
|
|
@2162
|
15 years |
Sam Hocevar |
* Smaller image parsing pictures.
|
|
|
@2161
|
15 years |
Sam Hocevar |
* Riemersma variation with a Hilbert 2 curve.
|
|
|
@2160
|
15 years |
Sam Hocevar |
* Riemersma dithering (on a Hilbert curve).
|
|
|
@2159
|
15 years |
Sam Hocevar |
* Remove stale pat005.png file.
|
|
|
@2158
|
15 years |
Sam Hocevar |
* Small improvements here and there.
|
|
|
@2157
|
15 years |
Sam Hocevar |
* Redesigned all dither matrices for better readability.
* Fixed the …
|
|
|
@2156
|
15 years |
Sam Hocevar |
* Better explanation of dither matrix tiling.
|
|
|
@2155
|
15 years |
Sam Hocevar |
* Better distributed matrix background.
|
|
|
@2154
|
15 years |
Sam Hocevar |
* Generate a 7×7 gaussian matrix instead of using the hardcoded 9×9 …
|
|
|
@2153
|
15 years |
Sam Hocevar |
* Void and cluster example.
|
|
|
@2152
|
15 years |
Sam Hocevar |
* Minor rewording.
|
|
|
@2151
|
15 years |
Sam Hocevar |
* Fix pat5-2-1.png generation.
|
|
|
@2150
|
15 years |
Sam Hocevar |
* Add a FS + sharpening example.
|
|
|
@2149
|
15 years |
Sam Hocevar |
* Reworked the dot diffusion part. Added a sharpen + FloydSteinberg? …
|
|
|
@2148
|
15 years |
Sam Hocevar |
* Improved dot diffusion figure.
|
|
|
@2147
|
15 years |
Sam Hocevar |
* Fix canvas export for the caca format. We now export all frames.
* …
|
|
|
@2146
|
15 years |
Sam Hocevar |
* Started sprite example. Doesn't work :-)
|
|
|
@2145
|
15 years |
Sam Hocevar |
* Added crap ohloh metrics.
|
|
|
@2144
|
15 years |
Sam Hocevar |
* Disable file operations in kernel mode.
* Implement strchr() in …
|
|
|
@2143
|
15 years |
Sam Hocevar |
* Require libcaca >= 0.99beta13.
* Update event code to comply with …
|
|
|
@2142
|
15 years |
Sam Hocevar |
* The SLang and ncurses drivers now put back the TERM environment …
|
|
|
@2141
|
15 years |
Sam Hocevar |
* Only call glutInit() once through the program's lifetime.
* Free …
|
|
|
@2140
|
15 years |
Sam Hocevar |
* Fix a tiny use of uninitialised memory in caca_get_event() that may …
|
|
|
@2139
|
15 years |
Sam Hocevar |
* Implemented caca_set_display_driver() to change driver at runtime.
|
|
|
@2138
|
15 years |
Sam Hocevar |
* Implement caca_create_display_with_driver() to specify an output …
|
|
|
@2137
|
15 years |
Sam Hocevar |
* Remove cruft from caca_get_display_driver_list().
|
|
|
@2136
|
15 years |
Sam Hocevar |
* Add #include <cstring> to fix gcc-4.3 build.
|
|
|
@2135
|
15 years |
Sam Hocevar |
* Implemented caca_get_display_driver_list(), unused yet.
|
|
|
@2134
|
15 years |
Sam Hocevar |
* Knuth's dot diffusion algorithm.
|
|
|
@2133
|
15 years |
Sam Hocevar |
* Minor updates.
|
|
|
@2132
|
15 years |
Sam Hocevar |
* Renamed "gray" into "grey" because I'm a fucking pedantic, children- …
|
|
|
@2131
|
15 years |
Sam Hocevar |
* A few TODOs.
|
|
|
@2130
|
15 years |
Sam Hocevar |
* Use serpentine FS instead of classical FS.
* Remove the crap about …
|
|
|
@2129
|
15 years |
Sam Hocevar |
* Cocoa driver build fix, courtesy of Ben Wiley Sittler.
|
|
|
@2128
|
15 years |
Sam Hocevar |
* Slight improvement to the Unicode -> ASCII conversion, courtesy of
…
|
|
|
@2127
|
15 years |
Sam Hocevar |
* Shiau-Fan patented dithering.
* Ostromoukhov's variable …
|
|
|
@2126
|
15 years |
Sam Hocevar |
* Get rid of test52x(), use getZoom() and getRegion() instead.
|
|
|
@2125
|
15 years |
Sam Hocevar |
* Show the results of serpentine Floyd-Steinberg on a grey 90% image.
…
|
|
|
@2124
|
15 years |
Sam Hocevar |
* Crap, I mistakenly removed the 4-0-2 output images!
|
|
|
@2123
|
15 years |
Sam Hocevar |
* A few additions to the ordered dithering. Started talking about void …
|
|
|
@2122
|
15 years |
Sam Hocevar |
* Put serpentine Floyd-Steinberg in a separate subsection.
|
|
|
@2121
|
15 years |
Sam Hocevar |
* A lot more non-rectangular tiles. With a few nice results.
|
|
|
@2120
|
15 years |
Sam Hocevar |
* Generate Bayer matrices on the fly.
|
|
|
@2119
|
15 years |
Sam Hocevar |
* Added code for ranked dither. But deactivated it: it sucks heavily.
|
|
|
@2118
|
15 years |
Sam Hocevar |
* Fixed an error in the 4-way cross dither tile bitmap.
|
|
|
@2117
|
15 years |
Sam Hocevar |
* White matrix backgrounds in section 3.
|
|
|
@2116
|
15 years |
Sam Hocevar |
* White matrix backgrounds in section 2.
|
|
|
@2115
|
15 years |
Sam Hocevar |
* Slightly improved dithering examples. Added matrices and tiles.
|
|
|
@2114
|
15 years |
Sam Hocevar |
* Factored all non-rectangular matrix examples.
* Apparently 2-5-1 …
|
|
|
@2113
|
15 years |
Sam Hocevar |
* Started section about non-rectangular matrices.
|
|
|
@2112
|
15 years |
Sam Hocevar |
* Started dynamic thresholding.
|
|
|
@2111
|
15 years |
Sam Hocevar |
=?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20 …
|
|
|
@2110
|
15 years |
Sam Hocevar |
* Implemented cucul_canvas_set_figfont() from TOIlet’s open_font().
|
|
|
@2109
|
15 years |
Sam Hocevar |
* Import io.c from TOIlet directly into libcucul. Can you see where …
|
|
|
@2108
|
15 years |
Sam Hocevar |
* Bump version to 0.99.beta14.
|
|
|
@2107
|
15 years |
Sam Hocevar |
* Fix the "img2txt: option requires an argument -- h" bug.
|
|
|
@2106
|
15 years |
Sam Hocevar |
* Use cucul_get_dither_algorithm_list() and cucul_get_export_list() …
|
|
|
@2105
|
15 years |
Pascal Terjan |
* Allow exiting cacafire using the window manager
|
|
|
@2104
|
15 years |
Jean-Yves Lamoureux |
* Added BBCode (French) format to img2txt's help and doc
|
|
|
@2103
|
15 years |
Sam Hocevar |
* Created a tests/ directory for regression tests. Run with "make …
|
|
|
@2102
|
15 years |
Sam Hocevar |
* Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ …
|
|
|
@2101
|
15 years |
Sam Hocevar |
* Rename "test" to "examples". The former will become a real …
|
|
|
@2100
|
15 years |
Sam Hocevar |
* Linking to 0.99.beta13b, a new minor release with Pascal's Ruby …
|
|
|
@2099
|
15 years |
Sam Hocevar |
* 0.99beta13 release.
|
|
|
@2098
|
15 years |
Sam Hocevar |
* A few minor fixes.
|
|
|
@2097
|
15 years |
Pascal Terjan |
* cucul.h is needed to build caca part
|
|
|
@2096
|
15 years |
Sam Hocevar |
* Set version to 0.99.beta13.
* Updated NEWS and ChangeLog?.
|
|
|
@2095
|
15 years |
Sam Hocevar |
* Implemented the empty CuculCanvas? constructor.
* Implemented …
|
|
|
@2094
|
15 years |
Pascal Terjan |
* Improve Cucul::Canvas creation
|
|
|
@2093
|
15 years |
Pascal Terjan |
* Add Caca::Display#canvas
|
|
|
@2092
|
15 years |
Pascal Terjan |
* Allow calling Caca::Display.new without parameter
|
|
|
@2091
|
15 years |
Sam Hocevar |
* Re-add methods that take int as arguments in addition to the Point,
…
|
|
|
@2090
|
15 years |
Sam Hocevar |
* Put the demo text on top of the copper bar, not the contrary.
|
|
|