 | Up one level
| |
 | BMP.php [source] [80 lines] | Handler for Microsoft's bitmap format. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | Bitmap.php [source] [490 lines] | Generic handler for bitmap images. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | BitmapMetadataHandler.php [source] [315 lines] | Extraction of metadata from different bitmap image types. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | Bitmap_ClientOnly.php [source] [60 lines] | Handler for bitmap images that will be resized by clients. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | DjVu.php [source] [435 lines] | Handler for DjVu images. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | DjVuImage.php [source] [436 lines] | DjVu image handler. Copyright © 2006 Brion Vibber https://www.mediawiki.org/ |
 | Exif.php [source] [858 lines] | Extraction and validation of image metadata. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | ExifBitmap.php [source] [245 lines] | Handler for bitmap images with exif metadata. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | FormatMetadata.php [source] [1872 lines] | Formatting of image metadata values into human readable form. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | GIF.php [source] [189 lines] | Handler for GIF images. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | GIFMetadataExtractor.php [source] [352 lines] | GIF frame counter. Originally written in Perl by Steve Sanbeg. Ported to PHP by Andrew Garrett Deliberately not using MWExceptions to avoid external dependencies, encouraging redistribution. |
 | IPTC.php [source] [602 lines] | Class for some IPTC functions. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | ImageHandler.php [source] [288 lines] | Media-handling base classes and generic functionality. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | Jpeg.php [source] [176 lines] | Handler for JPEG images. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | JpegMetadataExtractor.php [source] [289 lines] | Extraction of JPEG image metadata. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | MediaHandler.php [source] [862 lines] | Media-handling base classes and generic functionality. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | MediaTransformOutput.php [source] [476 lines] | Base class for the output of file transformation methods. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | PNG.php [source] [180 lines] | Handler for PNG images. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | PNGMetadataExtractor.php [source] [427 lines] | PNG frame counter and metadata extractor. Slightly derived from GIFMetadataExtractor.php Deliberately not using MWExceptions to avoid external dependencies, encouraging redistribution. |
 | SVG.php [source] [554 lines] | Handler for SVG images. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | SVGMetadataExtractor.php [source] [415 lines] | Extraction of SVG image metadata. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | Tiff.php [source] [106 lines] | Handler for Tiff images. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | TransformationalImageHandler.php [source] [593 lines] | Base class for handlers which require transforming images in a similar way as BitmapHandler does. This was split from BitmapHandler on the basis that some extensions might want to work in a similar way to BitmapHandler, but for different formats. |
 | XCF.php [source] [233 lines] | Handler for the Gimp's native file format (XCF) Overview: http://en.wikipedia.org/wiki/XCF_(file_format) Specification in Gnome repository: http://svn.gnome.org/viewvc/gimp/trunk/devel-docs/xcf.txt?view=markup |
 | XMP.php [source] [1232 lines] | Reader for XMP data containing properties relevant to images. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | XMPInfo.php [source] [1177 lines] | Definitions for XMPReader class. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | XMPValidate.php [source] [381 lines] | Methods for validating XMP properties. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |