2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix headers.
Sam Hocevar
as sam
More... over 15 years ago
Add an AUTHORS file.
Sam Hocevar
as sam
More... over 15 years ago
Wrote an Oric hires file parser.
Sam Hocevar
as sam
More... over 15 years ago
Fix uninitialised values in most codec image writers.
Sam Hocevar
as sam
More... over 15 years ago
gdi.c: the GDI codec can now open and save BMP files.
Sam Hocevar
as sam
More... over 15 years ago
Detect Windows GDI at configuration time.
Sam Hocevar
as sam
More... over 15 years ago
COPYING: add a global license file.
Sam Hocevar
as sam
More... over 15 years ago
Allow to use all available image loaders instead of just the first one.
Sam Hocevar
as sam
More... over 15 years ago
* Moved accessors to their own file, and added a pipi_get_format_name() More... over 15 years ago
* ordered.c: r means radius, not diameter.
Sam Hocevar
as sam
More... over 15 years ago
* Add a scale parameter to pipi_dither_ordered_ext().
Sam Hocevar
as sam
More... over 15 years ago
* ordered.c: allow to rotate the dither pattern, using nearest-neighbour
Sam Hocevar
as sam
More... over 15 years ago
* Preliminary support for a string to color routine (rgb(), argb() frgb(), fargb()) as well as named colors More... over 15 years ago
* Preliminary image histogram routines and example More... over 15 years ago
* median.c: oops, fix argument types in the qsort call.
Sam Hocevar
as sam
More... over 15 years ago
* median.c: use the libc's qsort to find the median value. Not really the
Sam Hocevar
as sam
More... over 15 years ago
* pipi_template.h: factor the last unrolled preprocessor loop.
Sam Hocevar
as sam
More... over 15 years ago
* convolution.c: refactor the template functions, removing 30 lines of
Sam Hocevar
as sam
More... over 15 years ago
* configure.ac: do not bail out if OpenCV was not found at configure time.
Sam Hocevar
as sam
More... over 15 years ago
* blur.c: support wrap around images in box blur (it's actually support for
Sam Hocevar
as sam
More... over 15 years ago
* blur.c: use the template system for the boxblur functions.
Sam Hocevar
as sam
More... over 15 years ago
* blur.c: fix the separate filter optimisation in the blur code by not
Sam Hocevar
as sam
More... over 15 years ago
* line.c: minor refactoring.
Sam Hocevar
as sam
More... over 15 years ago
* line.c: merge the antialiased line template back into line.c.
Sam Hocevar
as sam
More... over 15 years ago
* aline_template.h: remove fucking tabs.
Sam Hocevar
as sam
More... over 15 years ago
* line.c: make the line drawing example use aliased lines.
Sam Hocevar
as sam
More... over 15 years ago
* line.c: convert the aliased line drawing to the template system.
Sam Hocevar
as sam
More... over 15 years ago
* Add "8bit" to the list of supported template flags.
Sam Hocevar
as sam
More... over 15 years ago
* Rework the convolution template system.
Sam Hocevar
as sam
More... over 15 years ago
* common.h: protect common.h against multiple inclusion.
Sam Hocevar
as sam
More... over 15 years ago