question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: colour grading

See original GitHub issue

I’m interested in being able to apply 3D LUTs to images on the fly, eg. .cube files. I think vips_maplut() is the right function under the hood for this, perhaps I’ll need to figure out how to generate LUT images from those files first though.

I’ve been trying to use some node libraries to do this, extracting the pixels as an ndarray, applying the LUT, then saving the modified pixels back to an image buffer but it’s super slow and error prone (truncated image data etc).

If it’s not something that makes sense for sharp no worries, hopefully I can find info on transforming an image as a readableStream assuming that’s doable 😃

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:2
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
lovellcommented, Nov 2, 2018

If you didn’t see it, #1323 is the existing feature request relating to custom output profiles.

1reaction
lovellcommented, Nov 1, 2018

Ah, sorry, I was thinking of 3x 1D LUTs, e.g. one for each channel of an RGB image. For maplut I guess a HALD image would need to be parsed/converted/interpolated into separate R, G and B tables first, if such a thing is possible, then combined into a 3-channel image.

It might be worth you asking this question over on the libvips repo. Perhaps a 3D LUT could be converted to an ICC profile and applied that way?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature request - color grading before Fusion
2. I went in to Fusion, used the LUT to color the live footage and then composited the graphic image over the graded...
Read more >
What Is Color Grading? Learn the Importance of Stylizing ...
From an artistic perspective, the color grading process plays an essential role in filmmaking. By grading your footage, you add a unified sense ......
Read more >
Lightroom COLOR GRADING HACK Adobe PLEASE add this
color #colour #lightroomLightroom recently received a BIG update with ... Problem 03:43 - Color Grading HACK 05:08 - Adobe Feature Request ...
Read more >
COLOR GRADE like your FAVOURITE MOVIE in LIGHTROOM
Movie Color Grading Hack using ... Movie Colour 07:08 - Wrap Up Adobe Feature Request NOTE: ...
Read more >
Feature Request - More colours available in Split Toning module
I'd love to have more colour options to choose from in the Split Toning module as with the current limited selection I am...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found