| 4 | | getsource Constructor should be protected. Props scribu. |
| 5 | | |
| 6 | | kurtpayne Use instance of instead of is_resource. Deprecate GD specific functions. |
| 7 | | |
| 8 | | kurtpayne Implement backward compatible behavior to default to jpeg filenames and jpeg output |
| 9 | | |
| 10 | | getsource Don't instantiate WP_Image_Editor_GD directly from image_resize. |
| 11 | | |
| 12 | | getsource Load on construct. |
| 13 | | |
| 14 | | getsource GD: Make $image protected |
| 15 | | |
| 16 | | markoheijnen Don't say you can use WP_Image_Editor_GD in a deprecated function message |
| 17 | | |
| 18 | | markoheijnen Move make_image to WP_Image_Editor and replaced call_user_func for call_user_func_array |
| 19 | | |
| 20 | | markoheijnen Fix notice by adding destiny filename as required argument for make_image |
| 21 | | |
| 22 | | markoheijnen Use make_image for Imagick |
| | 10 | - markoheijnen Don't say you can use WP_Image_Editor_GD in a deprecated function message |
| | 11 | - markoheijnen Move make_image to WP_Image_Editor and replaced call_user_func for call_user_func_array |
| | 12 | - markoheijnen Fix notice by adding destiny filename as required argument for make_image |
| | 13 | - markoheijnen Use make_image for Imagick |