change get_queued_filename to get_orig_filename and modified function

This commit is contained in:
Rodney Ewing
2013-08-02 15:20:59 -07:00
parent 3e9faf85da
commit 45b20dce1a
2 changed files with 22 additions and 28 deletions

View File

@@ -75,7 +75,7 @@ def resize_image(proc_state, resized, keyname, target_name, new_size,
def resize_tool(proc_state, force, keyname, target_name,
conversions_subdir, exif_tags, new_size=None):
# Get the filename of the original file
# filename -- the filename of the original image being resized
filename = proc_state.get_orig_filename()
# Use the default size if new_size was not given