﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
2794,Make thumbnail creation pluggable,mdawaffe,mdawaffe,"Currently, there is no way to alter the way WordPress creates thumbnails.  Users may wish to change the current method of producing thumbnails for images and/or create new ways of making thumbnails of other files (videos, pdfs, etc.).

Attached File (trunk):

 1. Calls wp_thumbnail_attachment_{MIME type} to generate a thumbnail.
 1. add_filter('wp_thumbnail_attachment_image/(jpeg|gif|png)', 'wp_image_thumbnail')
 1. Cleans up wp_create_thumbnail().
 1. Adds some no frills error handling/reporting of thumbnail creation.",enhancement,closed,normal,,Administration,2.1,normal,wontfix,inline-uploading thumbnails has-patch needs-testing,
