9 | | Yeah, this is a possible solution but will need to ensure the image sub-sizes maintain best quality. This also seems the most complex of the three, and reducing the `$sample_factor` in a try/catch "loop" may be too "costly" in some cases. |
| 9 | Yeah, this is a possible solution but will need to ensure the image sub-sizes maintain best quality. This also seems the most complex of the three, and reducing the `$sample_factor` in a try/catch "loop" may be too "costly" in some cases. |
| 10 | |
| 11 | A possible variant would be to reduce the `$sample_factor` by a bit larger value and only a set number of times. Of course, this will need testing/experimenting and can be added in 5.4. |