[wp-trac] [WordPress Trac] #6821: Netpbm and Imagemagick support

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 26 02:42:43 UTC 2012


#6821: Netpbm and Imagemagick support
----------------------------+-------------------------
 Reporter:  matt            |       Owner:  tellyworth
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.5
Component:  Upload          |     Version:  2.5
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+-------------------------

Comment (by Japh):

 There are 103 functions listed under "GD and Image Functions" on PHP.net,
 and we have used 23 of them across 7 files:

  * ./wp-admin/custom-header.php
  * ./wp-admin/includes/image.php
  * ./wp-includes/deprecated.php
  * ./wp-includes/functions.php
  * ./wp-includes/media.php
  * ./wp-admin/includes/image.php
  * ./wp-admin/includes/image-edit.php

 Specific functions used are:
  * getimagesize
  * imagealphablending
  * imagesavealpha
  * imageantialias
  * imagetruecolortopalette
  * imagecolorstotal
  * imagecopyresampled
  * imagecopy
  * imagecreatefromjpeg
  * imagecreatefrompng
  * imagecreatefromgif
  * imagecreatefromstring
  * imagecreatetruecolor
  * imagedestroy
  * imagegif
  * imageistruecolor
  * imagejpeg
  * imagepng
  * imagerotate
  * imagesx
  * imagesy
  * imagetypes
  * iptcparse

 It might be worth checking through ImageMagick functions to see if there
 can be any direct mapping.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/6821#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list