[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/media/

FolderUp one level  
FileBMP.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.
FileBitmap.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.
FileBitmapMetadataHandler.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.
FileBitmap_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.
FileDjVu.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.
FileDjVuImage.php                    [source] [436 lines]   DjVu image handler. Copyright © 2006 Brion Vibber https://www.mediawiki.org/
FileExif.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.
FileExifBitmap.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.
FileFormatMetadata.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.
FileGIF.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.
FileGIFMetadataExtractor.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.
FileIPTC.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.
FileImageHandler.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.
FileJpeg.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.
FileJpegMetadataExtractor.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.
FileMediaHandler.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.
FileMediaTransformOutput.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.
FilePNG.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.
FilePNGMetadataExtractor.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.
FileSVG.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.
FileSVGMetadataExtractor.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.
FileTiff.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.
FileTransformationalImageHandler.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.
FileXCF.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
FileXMP.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.
FileXMPInfo.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.
FileXMPValidate.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.


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1