summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove Git ident attributesPeter Kokot2018-06-278-10/+0
| | | | | | | | Git ident attributes were in most cases utilized with SVN and keywords substitutions, where $Id$ were replaced with certain revision from the repository. In Git this functionality is different. Each $Id$ needs to be defined in .gitattributes file to be effective. This patch removes unused and outdated attributes.
* examples: fix build errors in previous cleanup hereMike Frysinger2018-06-261-4/+9
| | | | | | There was a double paste error in the name "nnquant", and the link line needs to come after we add programs. This was missed locally due to the conditional logic (blah).
* move (redundant) ifdef checks from source to build filesMike Frysinger2018-06-215-39/+14
| | | | | | We've been tracking program deps in the build files, so it ends up being redundant for a lot of our test/example programs. Clean them up, and update some of the cmake/automake files as needed.
* clean up trailing whitespace/newlinesMike Frysinger2018-06-212-2/+2
| | | | | This is preparation for adding some linting checks for new commits from people. Shouldn't be any functional changes here (tests still pass!).
* Fix #440: new_width & new_height exception handlingHaegul Pyun2018-04-181-2/+2
| | | | | Since the cos range is a real number range, there is a possibility of negative numbers. - handling fabs new_width & new_height
* Make BUILD_SHARED_LIBS configurableLeo Yang2015-08-271-3/+9
| | | | | As previously build both shared and static if BUILD_SHARED_LIBS is ON. Otherwise build static only.
* new example "resize"Remi Collet2014-03-121-0/+59
|
* Make distcheck work (fixes #54)Ondřej Surý2013-05-041-1/+0
|
* avoid non init'ed im if no png supportPierre Joye2013-04-041-0/+1
|
* fix examples buildPierre Joye2013-04-044-4/+23
|
* - apply same CS everywherepierrejoye2013-04-039-129/+124
|
* simplify code with LIST(APPEND ...)Takeshi Abe2013-03-081-10/+2
|
* drop duplicate entry in TEST_FILESTakeshi Abe2013-02-211-1/+0
|
* fix -Wuninitializedtabe2013-02-112-2/+0
|
* fix -Wreturn-typetabe2013-02-113-0/+3
|
* fix -Wunused-but-set-variabletabe2013-02-111-3/+3
|
* fix -Wunused-variabletabe2013-02-111-4/+1
|
* fix -Wunused-parametertabe2013-02-111-1/+1
|
* remove missing entries; sort linestabe2013-02-101-8/+3
|
* add dependency on libm for copyrotated (refs gd-libgd #8)tabe2013-02-091-0/+6
|
* drop obsolete .cvsignoretabe2013-02-071-7/+0
|
* - add Makefile.am (dist)pajoye2008-05-101-0/+1
|
* - encoding messpajoye2008-04-201-17/+18
|
* - fix window example buildpajoye2008-04-201-1/+1
|
* - fix windows GDI example build with mingwpajoye2008-04-171-8/+11
|
* - add "win32" flag for the windows GUI examplepajoye2008-04-171-6/+5
|
* - #136, update the threshold crop to use color distance in the rgb cubepajoye2008-03-141-13/+1
| | | | (3d distance) and normalize the threshold level from 0..1.0
* - resize example not yet commitedpajoye2008-03-141-1/+1
|
* - add arc examplepajoye2008-03-141-0/+29
|
* - don't double convert to radianpajoye2008-02-281-5/+13
|
* - add copyRotated examplepajoye2008-02-282-4/+88
|
* - #129:pajoye2008-02-272-3/+88
| | | | | | | - revert horizontal/vertical, was too confusing, it acts now like any application (ie. gimp/ps) instead of talking about h/v axis - optimize both - add simple example
* - wrong comment, copy/paste evilnesspajoye2008-01-281-5/+0
|
* - add animated GIF example with a palette per frame (local palette)pajoye2008-01-222-1/+54
|
* - enable the bezier curve and animation of the bezier control points selectionpajoye2008-01-201-5/+5
|
* - fix crash when the window is resizedpajoye2008-01-201-98/+168
| | | | - cleanup (smaller and proper code)
* - add windows example (draw in a window)pajoye2008-01-152-0/+251
|
* - drop commentpajoye2008-01-151-5/+0
|
* - don't try to build when jpeg support is not availablepajoye2008-01-151-0/+5
|
* - add nnquant to the buildpajoye2008-01-151-0/+1
|
* *** empty log message ***pajoye2008-01-131-2/+15
|
* - cleanuppajoye2008-01-051-3/+0
| | | | - nuke unused var
* - remove useless includepajoye2008-01-011-1/+0
|
* - #58, Add new dithering alogirthm based on nthony Dekker's neuquantpajoye2007-12-312-0/+65
| | | | algorithm using http://pngnq.sourceforge.net/ with alpha support
* - nuke unused variablespajoye2007-12-281-4/+2
|
* - added two new .cvsignore filesmattias2007-12-211-0/+7
|
* - #136 add crop image supportpajoye2007-12-123-3/+91
| | | | | | - gdImageCrop, gdImageAutoCrop and gdImageThresholdCrop - add gdRect struct to define a rectangle area at position (x,y) with a given width and height
* - add tga with alpha example imagepajoye2007-10-082-4/+4
| | | | - remove sgi and pic from the tga code example
* - #122, some samples tga images (.pic and sgi fail for now)pajoye2007-10-073-0/+0
|
* - #122, initial TGA support (read only)pajoye2007-10-071-0/+52
|