I want to load tilesets into xna using Texture2D.FromStream(...)
, that are bigger than 4096*4096 and there are many of them so i don't want to crop each of them manually.
Can i load them anyway? And if not, is it possible to load a texture partially?