ImgBrowz0r scans a given folder for images with file name extensions of GIF, JPEG, and PNG image formats.
The class generates thumbnails which are used to display the gallery images in an HTML table. The thumbnails are presented as links to pages to show the full size images.
Product's homepage
Here are some key features of "ImgBrowz0r":
· Support for categories.
· Automatic thumbnail creation and caching.
· Random thumbnails for the category overview.
· Transparency in PNG and GIF images is preserved in the thumbnail.
· Valid XHTML 1.0 Strict output.
· Easy to integrate into any website or cms.
· Simple template support.
· Easy to style with CSS.
· Ability to configure time display and timezone.
What's New in This Release: [ read full changelog ]
· Added "sort by EXIF DateTimeOriginal". Patch provided by bc.
· Replaced scandir() with DirectoryIterator.
· The timezone configuration option now accepts a valid TZ database timezone or `false`. When `false` is used the timezone setting will be skipped.
· The enable_dst configuration option has been dropped.
· Do not check if GD is enabled anymore.
· Renamed the `imgbrowz0r` class to `ImgBrowz0r`.
· Added small, optional, replaceable caching class.
· A better pagination function.
· Use P tags instead of DIV tags to wrap the breadcrumbs, pagination and statistics.
· All files in the cache are now writeable by everyone. This ensures you can remove the cache files generated by the PHP/Apache user with your FTP client.
· Added crop mode. This mode crops a random part of the image. (experimental)