Re: [PyOpenGL-Users] Load image only with PyOpenGL?
Brought to you by:
mcfletch
From: rndblnch <rnd...@gm...> - 2014-04-07 19:03:34
|
Robinson Risquez <rg868 <at> hotmail.com> writes: > Hi, there is a way to load and render a simple image only with PyOpenGL without using PIL, Pygame, FreeImage or others librarys outside PyOpenGL? no matter if I use a strange image format or something. I want to avoid external libraries. Thanks!. you are looking for one of the netpbm [0] format. 0. Netpbm format https://en.wikipedia.org/wiki/Netpbm_format renaud |