Skip to content

Instantly share code, notes, and snippets.

@kasparsd
Created October 24, 2015 20:13
Show Gist options
  • Save kasparsd/d539243d031ec1684661 to your computer and use it in GitHub Desktop.
Save kasparsd/d539243d031ec1684661 to your computer and use it in GitHub Desktop.
GD on PHP7
<?php
// Output of gd_info()
Array
(
[GD Version] => bundled (2.1.0 compatible)
[FreeType Support] =>
[GIF Read Support] => 1
[GIF Create Support] => 1
[JPEG Support] =>
[PNG Support] => 1
[WBMP Support] => 1
[XPM Support] =>
[XBM Support] => 1
[WebP Support] =>
[JIS-mapped Japanese Font Support] =>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment