Search found 1 match

by zedrummer
Thu Nov 26, 2009 8:44 am
Forum: NConvert
Topic: Resize so that width is multiple of 4
Replies: 0
Views: 633

Resize so that width is multiple of 4

Hello
I use textures for my 3D programming and I would be interested in automatically resize pictures so that they have a width that is a multiple of 4 (as OpenGL only accept that). For example, if the width is a 32bit unsigned integer, performing a bitwise AND 0xFFFFFFFC to get the immediate ...