Open
Description
I have been experimenting with this library and have a question about the following constructors.
image_surface image{io2d::format::argb32, 640, 480};
display_surface display_surface{ 640, 480, io2d::format::argb32 }
Is there a reason why the argument order for these two constructors are not the consistent?
Many thanks for work on this library and the standards proposal.