Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Photoshop curve with more than 16 points?

Enthusiast ,
Oct 16, 2020 Oct 16, 2020

I have a strange application that needs an accurate adjustment curve with more than 16 points (probably more like 40). I'm wondering if there's a workaround for the 16 point limit in the Photoshop Curves adjustment.  I know that Gradient Maps can have many more stops (probably up to 100), but the stops must be placed at whole percentage values.  This makes Gradient Maps inherently less precise than Curves entered with Light (0-255) display option.  Just wondering.

578
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Oct 16, 2020 Oct 16, 2020

Maybe you could do something using the Pencil option in the Curves dialog. Davide Barranca does this in his Parametric Curves plugin.

While using the Pencil, each Input value has its own Output value, like an 256 wide array, until you click on the Curve option, which smooths it (sometimes a little agressively, it seems).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Oct 16, 2020 Oct 16, 2020

Thank you.  That's a very interesting idea.  I will look into it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 16, 2020 Oct 16, 2020

Yea, using scripts, you can create some unique curves, like this circular one:

 

FB_IMG_1602909226795.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Oct 25, 2020 Oct 25, 2020
LATEST

I think I found an answer.  A 1D LUT with 256 rows from (0,0,0) to (1,1,1) is equivalent to a Photoshop curve from (0,0,0) to (255,255,255).  That is, it is a linear curve that has no effect when applied as an adjustment layer.  But if you change the values in any row of the LUT to some other value, it makes the curve shift up or down at that point. It's like using the pencil at a given input value to change the output value.  Extend the idea to all 256 points and you have the equivalent of a 256 point generalized curve.  Like the one below!

sin LUT for forum post.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines