You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// internal comparaison based on passed HALD size// should be 25, 64 or 144 to match internal HALDinferLut(myTunedHald_Size_25, samples{2...144});
// User pass its own HALD as referenceinferLut(imageSource, imageTuned, samples{2...144});
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Hald is a 2D representation of a 3D .cube file that map pixel => pixel.
Given a HALD color template at specific definition and a tuned image
we can deduce the applicable LUT.
https://github.com/SirSerch/lut-creator-js is one approach.
I would like to generate LUT from libvips.
LUT Generation
This will generate a .cube file.
Lut from Vips chain of operation;
Apply LUT
A huge bonus would be to be able to apply .cube to image
as it the mechanics is already in the framework.
The feature is ubiquitous in all softwares and languages.
LibVips seems the best place to benefit for it :)
Thoughts about that?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions