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
Hi,
It would be great to have the possibility for more complex pixel transformations than linear.
For example, for every pixel, it would be nice if it was possible to specify some 3(/4) functions r(r, g, b, [a]), g(r, g, b, [a]), b(r, g, b, [a]), a(r, g, b, a) using linear transformation of these parameters. This would enable applying nice effects like Sepia.
Specifically. JVips could take 4 parameters for newR, newG, newB and optionally newA, each of the form
Hi,
It would be great to have the possibility for more complex pixel transformations than linear.
For example, for every pixel, it would be nice if it was possible to specify some 3(/4) functions
r(r, g, b, [a]), g(r, g, b, [a]), b(r, g, b, [a]), a(r, g, b, a)
using linear transformation of these parameters. This would enable applying nice effects like Sepia.Specifically. JVips could take 4 parameters for newR, newG, newB and optionally newA, each of the form
meaning:
(respectively for newG, newB, newA).
Thanks!
The text was updated successfully, but these errors were encountered: