Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

Scaling down a texture for use in shader

$
0
0

For scaling down image i use resize :

int w = myImage.width / 2;
int h = myImage.height / 2;
myImage.resize( w, h );

myImage.allocate( w, h, OF_IMAGE_COLOR_ALPHA);

fbo.allocate( w, h );

Hope this will help .


Viewing all articles
Browse latest Browse all 40524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>