[wp-trac] [WordPress Trac] #25183: Let user choose between GD and ImageMagick

WordPress Trac noreply at wordpress.org
Thu Aug 29 19:42:19 UTC 2013


#25183: Let user choose between GD and ImageMagick
-------------------------+------------------------------
 Reporter:  fierevere    |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Media        |     Version:  3.6
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |
-------------------------+------------------------------

Comment (by fierevere):

 Actually a problem came from this topic -
 http://ru.forums.wordpress.org/topic/Изображения-загружаются-только-в
 -полном-размер/
 (Russian)

 brief: Images are not resized on upload, media editor tools (flip,resize
 etc) dont work
 while phpinfo() shows a functional imagick extension, there is a problem
 with TEMP,TMP,TEMPDIR variables not set by hosting support (they are slow,
 so i tried to find some temporary workarounds), GD editor works, unless a
 JPEG image is too big (--enable-memlimit setting for libjpeg, when it
 tries to make a temporary file)
 I expect a problem with Imagick ext is that TMP is not defined.
 Wordpress had issues too, but it was solved by define( 'WP_TEMP_DIR',
 ABSPATH . '/tmp/') ;


 ''''imagick
 imagick module  enabled
 imagick module version  3.0.1
 imagick classes         Imagick, ImagickDraw, ImagickPixel,
 ImagickPixelIterator
 ImageMagick version     ImageMagick 6.7.3-1 2011-10-12 Q16
 http://www.imagemagick.org
 ImageMagick copyright   Copyright (C) 1999-2011 ImageMagick Studio LLC
 ImageMagick release date        2011-10-12
 ImageMagick number of supported formats:        197
 ImageMagick supported formats   3FR, A, AAI, AI, ART, ARW, AVI, AVS, B,
 BGR, BGRA, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP,
 CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG,
 DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF,
 FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD,
 HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL,
 JNG, JPEG, JPG, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE,
 MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF,
 NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT,
 PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX,
 PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3,
 PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA,
 RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT,
 TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY,
 VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM,
 XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV

 Directive       Local Value     Master Value
 imagick.locale_fix      0       0
 imagick.progress_monitor        0       0

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


More information about the wp-trac mailing list