Skip to content

Releases: cginternals/glraw

glraw-1.0.3

28 Aug 09:11
Compare
Choose a tag to compare

glraw, version 1.0.3, created by the Computer Graphics System Group at the Hasso Plattner Institute, University of Potsdam, Germany.

usage: glraw <Target-Format> <Target-Type> [<Options>] <Input-FilePath>

Contact: Daniel Limberger ([email protected])

DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITY
The software is supplied “as is” and all use is at your own risk. Hasso Plattner Institut and the University of Potsdam disclaim all warranties of any kind, either express or implied, as to the software, including, but not limited to, implied warranties of fitness for a particular purpose, merchantability or non‐infringement of proprietary rights. Neither this agreement nor any documentation furnished under it is intended to express or imply any warranty that the operation of the software will be uninterrupted, timely, or error‐free.
Under no circumstances shall Hasso Plattner Institute and University of Potsdam be liable to any user for direct, indirect, incidental, consequential, special, or exemplary damages, arising from or relating to this agreement, the software, or userʹs use or misuse of the software or any other services provided by Hasso Plattner Institute and University of Potsdam. Such limitation of liability shall apply whether the damages arise from the use or misuse of the software or any other services supplied by Hasso Plattner Institute and University of Potsdam (including such damages incurred by third parties), or errors of the software.

glraw-1.0.2

28 Mar 15:04
Compare
Choose a tag to compare

glraw, version 1.0.2, created by the Computer Graphics System Group at the Hasso Plattner Institute, University of Potsdam, Germany.

Contact: Daniel Limberger ([email protected])

DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITY
The software is supplied “as is” and all use is at your own risk. Hasso Plattner Institut and the University of Potsdam disclaim all warranties of any kind, either express or implied, as to the software, including, but not limited to, implied warranties of fitness for a particular purpose, merchantability or non‐infringement of proprietary rights. Neither this agreement nor any documentation furnished under it is intended to express or imply any warranty that the operation of the software will be uninterrupted, timely, or error‐free.
Under no circumstances shall Hasso Plattner Institute and University of Potsdam be liable to any user for direct, indirect, incidental, consequential, special, or exemplary damages, arising from or relating to this agreement, the software, or userʹs use or misuse of the software or any other services provided by Hasso Plattner Institute and University of Potsdam. Such limitation of liability shall apply whether the damages arise from the use or misuse of the software or any other services supplied by Hasso Plattner Institute and University of Potsdam (including such damages incurred by third parties), or errors of the software.

glraw-0.2

22 Aug 12:23
Compare
Choose a tag to compare
glraw-0.2 Pre-release
Pre-release

glraw 0.2 by Daniel Limberger [email protected]
Converts an input image to an OpenGL compatible format.

usage: glraw <Target-Format> <Target-Type> [<Options>] <Input-FilePath>

<Target-Formats>:
  GL_BGR
  GL_BGRA
  GL_RED
  GL_RG
  GL_RGB
  GL_RGBA

<Target-Types>:
  GL_BYTE
  GL_FLOAT
  GL_INT
  GL_SHORT
  GL_UNSIGNED_BYTE
  GL_UNSIGNED_INT
  GL_UNSIGNED_SHORT

<Options>:
  --mirror-horizontal ( -mh )
  --mirror-vertical ( -mv )
  --as-bgr ( -bgr )

glraw-0.1

21 Aug 16:19
Compare
Choose a tag to compare
glraw-0.1 Pre-release
Pre-release

Requires qt-5.1.0 core and gui binaries. Usage:
glraw <GLenum-Target-Format> <GLenum-Target-Type> <Input-FilePath>, e.g.,
glraw GL_RGBA GL_UNSIGNED_BYTE diffuse.png