|
From: Jon G. <jo...@th...> - 2014-03-07 22:44:07
|
> As for areas for refactoring: Not sure how much has changed in the image mode handling code recently, but I keep running into issues with image mode. In particular: - Visible pixel grid has a scan line longer than previous scan lines. - Number of pixels cannot be factored into integers matching grid. N = ... K = ... Improving the robustness of the image handling code would certainly be a welcome change, even if the input syntax for images would have to change (not sure that it would need to though, as "failsafe" is usually enough fix the problem). |