Changes between Initial Version and Version 1 of Ticket #49161, comment 6
- Timestamp:
- 11/06/2021 02:20:58 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49161, comment 6
initial v1 13 13 2. When `big_image_size_threshold` is on, error checks are incomplete in the code, marked `// TODO: Log errors.` 14 14 15 2a. On failures of the image editor engine, big threshold and exif rotations (handled in the same function) fail silently, leaving the image sizing and naming data unchanged, if the visit hasn't timed out or crashed. 16 15 17 3. This feature copies a big image to fairly big image, so creates probably the weakest point in the code for memory usage and processing timeouts, if they occur. 16 18