Images beyond 8192x8192
Posted: Tue Aug 05, 2008 7:36 pm
Well, some might or might not have ended up with the problem to get
images bigger than supported in PureBasic to be loaded. As I've some
hundred JPEGs over 100 MegaPixels which can only be shown by using
PureBasic with some Win API functions or by using external Libraries I'd
really like to get the 8192x8192 limit to be removed. I don't know how
much this affects the PureBasic functions but I don't understand why a
programming language should restrict the programmer. If I need to make
sure only smaller images can be made I'll check and restrict this myself.
It's not that I want to load some of my 65536x65536 PNG files in PureBasic
but at least the 12000x8000 pictures and such...
images bigger than supported in PureBasic to be loaded. As I've some
hundred JPEGs over 100 MegaPixels which can only be shown by using
PureBasic with some Win API functions or by using external Libraries I'd
really like to get the 8192x8192 limit to be removed. I don't know how
much this affects the PureBasic functions but I don't understand why a
programming language should restrict the programmer. If I need to make
sure only smaller images can be made I'll check and restrict this myself.
It's not that I want to load some of my 65536x65536 PNG files in PureBasic
but at least the 12000x8000 pictures and such...