summaryrefslogtreecommitdiff
path: root/examples/copyrotated.c
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix a few typosTim Gates2021-09-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | There are small typos in: - examples/copyrotated.c - src/gd.c - src/gd.h - src/gd_avif.c - src/gd_nnquant.c - src/gd_tga.c - src/gd_topal.c - src/wbmp.c - tests/avif/compare_avif_to_png.c Fixes: - Should read `requires` rather than `reqiures`. - Should read `of the` rather than `ofthe`. - Should read `memory` rather than `memmory`. - Should read `maximum` rather than `maxmum`. - Should read `intersection` rather than `intertersection`. - Should read `hypotenuse` rather than `hypothenus`. - Should read `flexibility` rather than `flexibilty`. - Should read `always` rather than `alwasy`. - Should read `also` rather than `alos`.
* Remove Git ident attributesPeter Kokot2018-06-271-1/+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.
* 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
* - apply same CS everywherepierrejoye2013-04-031-5/+5
|
* fix -Wuninitializedtabe2013-02-111-1/+0
|
* - don't double convert to radianpajoye2008-02-281-5/+13
|
* - add copyRotated examplepajoye2008-02-281-0/+84