On Tue May 23 03:11:10 2023 +0000, Esme Povirk wrote:
You shouldn't change `dst_dyn_data` because it gets freed later.
Switching the for loops is an improvement by itself, though. It's more efficient to write in memory order.
I'd probably pull the `dst_color` declaration out of the loop and use that as the cursor.