Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
1k views

How can I make Internet Explorer not change the colors in my PNG images

When using PNG files (made with Paint.NET) as background images on my web site, IE7 is changing the colors and actually displaying a darker version of my images, as seen here. In this image, the dark ...
8
votes
1answer
757 views

How can I get image data from QTKit without color or gamma correction in Snow Leopard?

Since Snow Leopard, QTKit is now returning color corrected image data from functions like QTMovies frameImageAtTime:withAttributes:error:. Given an uncompressed AVI file, the same image data is ...
5
votes
2answers
1k views

PHP GD2: how to maintain alpha channel transparency and correct gamma

I was intrigued by this discussion of image scaling and subsequently found out that the PHP code I'm using to create thumbnails from uploaded images suffers from the same problem. I decided to try the ...
5
votes
2answers
240 views

Antialiasing and gamma compensation

The luminence of pixels on a computer screen is not usually linearly related to the digital RGB triplet values of a pixel. The nonlinear response of early CRTs required a compensating nonlinear ...
4
votes
3answers
487 views

Color spaces, gamma and image enhancement

Color space. Well, everybody knows about RGB: three values normalized in the range [0.0,1.0], which have the meaning of the intensity of the color components Red Green Blue; this intensity is meant as ...
4
votes
3answers
361 views

Gamma distributed random variables in C++

What is the easiest way to get a gamma distributed random variable in C++? Boost seems to have this functionality, but it is not clear for me how to use it.
4
votes
2answers
2k views

Fitting a gamma distribution with (python) Scipy

Can anyone help me out in fitting a gamma distribution in python? Well, I've got some data : X and Y coordinates, and I want to find the gamma parameters that fit this distribution... In the Scipy ...
3
votes
1answer
151 views

Gamma-curve experiment — convert 2.2 to opposite of 1.8?

The Motorola Photon is infamous for exhibiting what others have called "black crush" -- when viewing pictures, most of the detail in dark parts of the image is flattened out to black. Up to now, ...
3
votes
2answers
361 views

How to calibrate a Mac Monitor for iPhone development

How to calibrate a Mac monitor to match the iPhone's colours? What is the iPhone's gamma? Thank you.
2
votes
2answers
234 views

(DirectX9) Gamma correction applied implicitely

UPDATE: Thank you all very much for your answers. As Jesse Hall suggested, it looks like it is a driver (or hardware) problem. I tried the same app on other configurations and it worked as expected. ...
2
votes
1answer
81 views

(DirectX9) sRGB conversion after blending

I recently came across this blog post Yet another post about gamma correction which taught me the availability of the D3DPMISCCAPS_POSTBLENDSRGBCONVERT capability flag. This should allow for proper ...
2
votes
1answer
681 views

How to scale pixels in an image to adjust brightness?

I have a grayscale image from a photograph. I've determined that certain parts of the image are underilluminated, and that a pixel with luminance Y = 0.8 should actually be adjusted to 90% grey, ...
1
vote
1answer
50 views

Implementing gamma incomplete in java

I'm having trouble implementing the gammainc of MATLAB in Java. I tried doing it part by part. I used these function that uses Lanczos approximation which I got on the web for solving Γ(a): private ...
1
vote
1answer
37 views

Gamma correction in Y'CbCr space

I need to do gamma correction on images in Y'CbCr space so I can bring out details in saturated and starved areas in an image and I'm wondering if I need to adjust the chroma sub channels? I know ...
1
vote
0answers
27 views

How do you manually create a color profile?

I'm trying to create a color profile for a white-label LCD display, for internal testing. All I have is a technical document with these values: Brightness of White: 300 Brightness Uniformity: 70 ...
1
vote
1answer
115 views

Apply a Gamma of 1.8 to an NSImage

I'm trying to convert an NSImage to have a a gamma of 1.8 and I'm not having much luck. I've found some code but nothing that's working. I've got a method that returns an NSBitmapImageRep on an ...
1
vote
0answers
78 views

Tone Curve - Lightroom

Does anybody know if the tone curve tool in Lightroom 3.4 is patented? I would like to implement the similar functionality in a image processing software.
1
vote
0answers
162 views

How Do I Remove Gamma Information From A PNG

I am trying to produce images without gamma information so that IE8 can display them correctly. Used the following code but the result is a distorted image that looks nothing like the original image. ...
1
vote
1answer
139 views

Why is this PNG mis-colored on Linux?

My site uses a PNG for a transitional background. Here is the site on Firefox on Mac, and here is the same site on Firefox on Linux. As you can see, the PNG background displays in a duller green on ...
1
vote
2answers
3k views

Tweak the brightness/gamma of the whole scene in OpenGL

Does anyone know how I can achieve the following effect in OpenGL: Change the brightness of the rendered scene Or implementing a Gamma setting in OpenGL I have tried by changing the ambient ...
0
votes
1answer
32 views

Sigma Formula for image C++

I'm trying to make a certain tone curve which is known as Sigma. Unfortunately, I do not know the formula for Sigma, i somehow cant find the formula for it. Can anyone help me? Thanks Based on a ...
0
votes
0answers
24 views

How to convert decimal to VB code & gamma code

How do you convert the decimal number 777 to the equivalent VB & gamma codes? I've been reading up on gamma codes. I see where they get the unary codes from the decimal but not where the length ...
0
votes
0answers
43 views

Gamut / Color space problems when using CGContextDrawPDFPage

I'm rendering a PDF file on iPad using core graphics. The colors however look different to the PDF when opening it using OS X preview or acrobat. Here is a picture with the left being from Acrobat, ...
0
votes
0answers
27 views

Correct usage of SetDeviceGammaRamp

I'd like to add the ability to adjust screen gamma at application startup and reset it at exit. While it's debatable whether one should tamper with gamma at all (personal I find it useless and ...
0
votes
0answers
119 views

Setting gamma / brightness / contrast of DirectX device

I am trying to implement interface for setting gamma / brightness / contrast of DirectX renderer. I have found convenient method for this (at least I think) namely IDirect3DDevice9::SetGammaRamp. The ...
0
votes
1answer
51 views

What is the name of a algorithm implemented in gamma_curve of dcraw?

Dcraw contains a following algorithm to process image colors: https://gist.github.com/1047302. Is it a formal (named) image processing algorithm? If not, what should I read to understand reasoning ...
0
votes
0answers
63 views

Is there a way to change .NET PixelFormats.Rgba128Float default gamma

MSDN says that format Rgba128Float has a gamma of 1.0. Is there a way to change this value?
0
votes
2answers
32 views

Does anything special need to be done to linear-intensity images before displaying them on a DICOM calibrated display?

I have some code which renders RGB images from a physical simulation. Those images have a linear intensity scale, so must be gamma corrected before display on a normal PC monitor and it's easy enough ...
0
votes
1answer
39 views

scoring on a scale of 1-100

I have a data set having 2000 elements. I found the distribution of that data set as Gamma (0.4). I am trying to give scores to these numbers on 1-100 scale. but I think linear conversion formulas ...
0
votes
1answer
189 views

GetDeviceGammaRamp to adjust colors

I overlay an OpenGL application (c++), this openGL application uses SetDeviceGammaRamp to set the brightness of the desktop to very high (dont know why). This application is fullscreen and looks good, ...