add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / MANIFEST
index 1149afc8037c85bbce25652178322f97cd4f0013..a2f20f48cd675a0d94e63891c9cf09de4862ae2e 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,8 @@
+.github/workflows/test-cygwin.yml
+.github/workflows/test-linux-i386.yml
+.github/workflows/test-linux.yml
+.github/workflows/test-macosx.yml
+.github/workflows/test-win32-mingw64.yml
 adobe.txt                      License for makeblended font
 apidocs.perl                   Build lib/Imager/APIRef.pm
 bigtest.perl                   Library selection tester
@@ -135,6 +140,8 @@ Imager.xs
 imageri.h
 imdatatypes.h
 imerror.h                      Error handling functions
+imexif.c                       EXIF decoding
+imexif.h
 imext.c                                Defines the function table
 imext.h                                Included by external modules for API access
 imextdef.h
@@ -154,8 +161,6 @@ io.c
 iolayer.c
 iolayer.h
 iolayert.h                     IO layer types
-JPEG/imexif.c                  Experimental JPEG EXIF decoding
-JPEG/imexif.h
 JPEG/imjpeg.c
 JPEG/imjpeg.h
 JPEG/JPEG.pm
@@ -240,6 +245,7 @@ PNG/t/00load.t
 PNG/t/10png.t                  Test png support
 PNG/testimg/badcrc.png
 PNG/testimg/bilevel.png
+PNG/testimg/bipalette.png      bi-level but with a palette
 PNG/testimg/comment.png
 PNG/testimg/cover.png
 PNG/testimg/cover16.png
@@ -333,11 +339,13 @@ t/200-file/310-pnm.t              Test PNM file handling
 t/200-file/320-bmp.t           Test BMP file handling
 t/200-file/330-tga.t           Test TGA file handling
 t/200-file/400-basic.t         Test basic operations across file formats
+t/200-file/450-preload.t       Test the preload class method
 t/250-draw/010-draw.t          Basic drawing tests
 t/250-draw/020-flood.t         Flood fill tests
 t/250-draw/030-paste.t         Test the paste() method
 t/250-draw/040-rubthru.t       Test the rubthrough() method
 t/250-draw/050-polyaa.t                polygon()
+t/250-draw/060-polypoly.t      polypolygon()
 t/250-draw/100-fill.t          fills
 t/250-draw/200-compose.t       compose()
 t/300-transform/010-scale.t    scale(), scaleX() and scaleY()
@@ -357,6 +365,7 @@ t/350-font/030-ttoo.t               OO level FT1 tests
 t/350-font/040-ttstd.t         Standard font tests for TT
 t/350-font/100-texttools.t     Test text wrapping
 t/400-filter/010-filters.t     Consolidated filter tests (needs to split)
+t/400-filter/020-autolevels.t  Test the autolevels filter
 t/450-api/100-inline.t         Inline::C integration and API
 t/450-api/110-inlinectx.t      context APIs
 t/850-thread/010-base.t                Test wrt to perl threads
@@ -375,6 +384,8 @@ t/950-kwalitee/030-podcover.t       POD Coverage tests
 t/950-kwalitee/040-strict.t    Check use strict is usede
 t/950-kwalitee/050-meta.t      Check META.yml is valid
 t/950-kwalitee/060-podstruct.t
+t/950-kwalitee/070-mymeta.t
+t/950-kwalitee/080-nousevars.t Check various standards
 t/GoodTestFont.pm              A dummy (hardly implemented) font driver.
 t/Pod/Coverage/Imager.pm
 t/t1000lib/Imager/File/BAD.pm  Test failing to load a file handler