• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Jun-2023-

cache/H26-Jun-2023-76

demo/H26-Jun-2023-1,7701,337

docs/H26-Jun-2023-2,6292,418

fonts/H26-Jun-2023-54

images/H26-Jun-2023-43

licenses/H26-Jun-2023-1,8351,476

README.mdH A D25-Jun-2023836 1310

composer.jsonH A D25-Jun-20231.2 KiB3736

index.phpH A D25-Jun-2023308 1110

license.txtH A D25-Jun-20231.3 KiB3021

phpThumb.config.php.defaultH A D25-Jun-202325.1 KiB278215

phpThumb.phpH A D25-Jun-202332.8 KiB718534

phpthumb.bmp.phpH A D25-Jun-202336.6 KiB871626

phpthumb.class.phpH A D25-Jun-2023208.6 KiB4,5993,763

phpthumb.filters.phpH A D25-Jun-202367.4 KiB1,5441,195

phpthumb.functions.phpH A D25-Jun-202336.5 KiB1,096908

phpthumb.gif.phpH A D25-Jun-202329.4 KiB1,176851

phpthumb.ico.phpH A D25-Jun-20235.3 KiB12186

phpthumb.unsharp.phpH A D25-Jun-20235.9 KiB15075

README.md

1phpThumb
2========
3
4phpThumb() - The PHP thumbnail generator
5
6phpThumb() uses the GD library and/or ImageMagick to create thumbnails from images (GIF, PNG or JPEG) on the fly.
7The output size is configurable (can be larger or smaller than the source), and the source may be the entire
8image or only a portion of the original image. True color and resampling is used if GD v2.0+ is available,
9otherwise low-color and simple resizing is used. Source image can be a physical file on the server or can be
10retrieved from a database. GIFs are supported on all versions of GD even if GD does not have native GIF support
11thanks to the GIFutil class by Fabien Ezber. AntiHotlinking feature prevents other people from using your server
12to resize their thumbnails, or link to your images from another server. The cache feature reduces server load.
13