Browse Source

* pixels.c: temporarily set internal gamma to 1.0 so that I can compare

results with tools that ignore the sRGB gamma.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2768 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 years ago
parent
commit
7263c34dad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pipi/pixels.c

+ 1
- 1
pipi/pixels.c View File

@@ -28,7 +28,7 @@
#include "pipi.h"
#include "pipi_internals.h"

#define GAMMA 2.2
#define GAMMA 1.0

static void init_tables(void);



Loading…
Cancel
Save