Search code examples
image-processingwordpressexpressionengine

Manage Image Submissions in WordPress


I have a client WordPress website that allows users to upload custom artwork from the front end.

I use TDO Mini Forms to create the submission form, but it doesn't seem to have options for file manipulation on upload. As a result, the images are often very large, sometimes in CMYK, and have various other issues.

I've managed the size issue, to some extent, using WP's media settings, but there are two issues that have vexed me:

  1. It doesn't address the CMYK issue (which admittedly happens very rarely, but still prompts a call from the client).
  2. WP doesn't discard the original image, which creates huge backup files.

Is there an extension out there that better manages submitted images? Even if it involves replacing the submission form (TDO Mini Forms works well, but has been unsupported for some time), I'm looking for any solution that meets this need.

IMO, the gold standard would be a WP equivalent to ExpressionEngine's Safecracker + DevDemon's ChannelImages.

Is there anything out there? I can't be the only one looking for this.

As always, any help is greatly appreciated.

ty


Solution

  • The solution is a plug-in called Imsanity (http://wordpress.org/extend/plugins/imsanity/).

    It still doesn't address the CMYK issue, but it does manage the file sizes, which is the more pressing issue.

    It also works retroactively, so if you already have large images on your site, you can bulk resize them.