ImageProcessor has a fifth output size that will not add an extension and lowest width and height are 3000x3000.

This commit is contained in:
2019-03-03 22:18:36 +01:00
parent eb06a02428
commit b2bbfa03a3

View File

@@ -14,7 +14,8 @@ OUTPUT_SIZES = [
{ 'dimensions': (250, 250), 'name': 'thumb', 'crop': True },
{ 'dimensions': (650, 650), 'name': 'sm', 'crop': False },
{ 'dimensions': (1200, 1200), 'name': 'md', 'crop': False },
{ 'dimensions': (1800, 1800), 'name': 'lg', 'crop': False }]
{ 'dimensions': (1800, 1800), 'name': 'lg', 'crop': False },
{ 'dimensions': (3000, 3000), 'name': '', 'crop': False }]