Why doesn’t WP_Image_Editor save images using the Filesystem API?
Directly accessing the filesystem for writing is evil… for most of the cases where people are actually doing that. If you’re editing an image file, and it is in the wp-content/uploads directory, then you know, whatever. That’s not the common case. Plugins and themes don’t typically do that because they don’t have to do that. … Read more