Required by Pixelfed
Ref T1481
 Differential  D2019  
Enable Freetype, Webp and XPM support in GD Authored by dereckson on Nov 13 2018, 15:37. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details Required by Pixelfed Ref T1481 Call the following functions: 
 
Diff Detail 
 Event TimelineComment Actions imagefttext() and imagecreatefromxpm() ok imagewebp() still undefined It seems XPM and WebP are two different formats. >>> gd_info()
=> [
     "GD Version" => "bundled (2.1.0 compatible)",
     "FreeType Support" => true,
     "FreeType Linkage" => "with freetype",
     "GIF Read Support" => true,
     "GIF Create Support" => true,
     "JPEG Support" => true,
     "PNG Support" => true,
     "WBMP Support" => true,
     "XPM Support" => true,
     "XBM Support" => true,
     "WebP Support" => false,
     "BMP Support" => true,
     "JIS-mapped Japanese Font Support" => false,
   ]Comment Actions Per http://svn.php.net/viewvc/phpdoc/en/trunk/reference/image/configure.xml?view=markup&pathrev=339664 library has been changed: instead to use libvpx has been superseded by libwebp.  |