brickray / mipmap

a simple implementation of generating mipmap from given texture using box reconstruction filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mipmap

A simple impelementation of generate mipmap from given texture (POT and NPOT)

running examples

mipmap --mode 1 result640.jpg

result

640x480

pyramid_0

320x240

pyramid_1

160x120

pyramid_2

80x60

pyramid_3

40x30

pyramid_4

20x15

pyramid_5

10x7

pyramid_6

5x3

pyramid_7

2x1

pyramid_8

1x1

pyramid_9

About

a simple implementation of generating mipmap from given texture using box reconstruction filter


Languages

Language:C++ 52.0%Language:C 48.0%