I am in search of an algorithm capable of displaying an HDR image on an 8-bit screen. Essentially, I require an algorithm that converts HDR to LDR. Specifically, I am aiming to achieve results comparable to those produced by GIMP or Photoshop. I have attempted to locate this algorithm within the GIMP source code, but unfortunately, my search has proven unsuccessful. I prefer a plain algorithm.
Algorithm of HDR viewer of GIMP, Photoshop or anything similiar
96 Views Asked by Tiberius At
0
There are 0 best solutions below
Related Questions in GIMP
- merging two images with triangle crop
- gimp: resize and "unsharp mask" via script
- GiMP (Scheme) Script-fu error "illegal function"
- Compiling GIMP from source code
- gimp python plug in: how to trigger another user input
- is there any way to connect GIMP with PHP?
- script-fu multiplication : not enought argument
- Remove lens distortion from images captured by an wide angle (180) camera
- Batch fit image in Linux (e.g. GIMP)
- Is there an image format that supports alpha-transparency and animation. While being supported by most browsers?
- Programmatic equivalent of Gimp's Contiguous selection tool
- python-fu select copy paste
- Gimp save all layers to files with the layers size
- ImageMagick: Possible to remove middle in picture?
- Gimp script-fu working only sometimes
Related Questions in 8-BIT
- Can I cast pointers like this?
- Access chip Select register with 8bit bus size
- Trying to make program that counts number of bytes in a specified file (in C)
- Is the Z80 'Game Boy' CPU 8 or 16 bits?
- Does SMTP transfer 7bit or 8bit characters (clear MSB or not?)
- Why my code on PIC18F XC8 causes few times per second interrupt extension?
- 32-bit & 16-bit arithmetic on 8-bit microprocessor
- How to get 8 bit Colors?
- Getting numbers pressed via IR
- Program the flash memory of an 8051
- Detect digital input from 2v5 src on a chip with 3v3 power?
- Read binary data as three UBYTE (8-bit Unsigned Byte) in MATLAB and use bit shift operators to get two 12 bit streams
- More than 256 operations in an 8 bit pic16F assembler
- How to multiply with add and shift algorithm in 6502 when the multiplicand is in the accumulator?
- VB.NET CONVERT BYTE NUMBER TO 8 BIT (256 COLORS) RGB VALUE
Related Questions in HDRIMAGES
- Set arguments in Xcode 6 OpenCV
- flex how can i use an image multiple times
- Low-resolution -images or poor blurry images into one precise photo? Algorithms? Linear programming?
- DirectXTex : generateMipmap with HDR RGBA32f texture clamp value to 1.0f
- How to apply HDR fillter to image in flutter
- HDR image creating algorithm
- How to read HDR envi image in the Java (using GDAL or Opencv)?
- Float PPM image file format?
- Algorithm of HDR viewer of GIMP, Photoshop or anything similiar
- Custom openEXR read/write methods
- Which floating-point image format should I use?
- Issue enabling HDRI for ImageMagick
- Open Source HDR library recommendations
- Writing a float image in openCv with pixel values bigger than 1
- How does one create and display HDR images in web browsers?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?