Tagged Questions
The downsize tag has no wiki summary.
5
votes
1answer
1k views
Downsizing a Texture2D in XNA
I would like to downsize a Texture2D object to another Texture2D object in XNA.
The reason is to use the downsized object for pixel based collision detection.
Can this be done?
3
votes
4answers
431 views
What algorithms to use for image downsizing?
What algorithms to use for image downsizing?
What is faster?
What algorithm is performed for image resizing ( specially downsizing from big 600x600 to super small 6x6 for example) by such giants ...
2
votes
1answer
2k views
Resize and Load a texture2d in XNA
i'm a newbie in XNA just in case. What i try to do is load a texture in a different size from his original, or at least have the possibility to change his size after. I see in some places that i can ...
0
votes
0answers
51 views
Image resampling algorithmn for android ndk
Does anybody know a library or an algorithm I can use to reduce image size Image in argb format.
0
votes
2answers
119 views
Stripping variable names from VB.Net assemblies
I'm trying to reduce as much as I can my VB.Net assembly side, and I just figured out that all variable names were kept unchanged in the actual assembly. Since I tend to use pretty long var names, it ...