Skip to content

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

Notifications You must be signed in to change notification settings

brickray/mipmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published