﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
404	"Don't save a ""medium"" image unless we have to"	Christopher Allan Webber	Bassam Kurdali	"It used to be that if the image was smaller than the maximum width/height, it would just not create a ""medium"" image.  But when the exif rotation code was added, it was switched so that it would create a medium image no matter what.

Do something along the lines of:

{{{
if needs_exif_rotation or greater_than_maxsize:
    medium creating code here
}}}"	defect	closed	major	0.3.0	component1	fixed			
