Search found 3 matches

by stalker
Fri Jan 05, 2024 9:46 pm
Forum: NConvert
Topic: Apply curve with NConvert?
Replies: 5
Views: 4248

Re: Apply curve with NConvert

I found another approach, very around, but works. I use Curves action in XnConvert , save preset to .xbs file, read curve(s) parameter, calculate polynomial coefficients using IM and Gnuplot functions described here: https://imagemagick.org/Usage/color_mods/#curves and then use convert to apply the ...
by stalker
Fri Jan 05, 2024 6:56 pm
Forum: NConvert
Topic: Apply curve with NConvert?
Replies: 5
Views: 4248

Re: Apply curve with NConvert

Thank you. I use Imagemagick sometimes but it could be very handy to "design" the curve in XnView and then use it in NConvert.
by stalker
Fri Jan 05, 2024 6:03 pm
Forum: NConvert
Topic: Apply curve with NConvert?
Replies: 5
Views: 4248

Apply curve with NConvert?

Hello (X)NConvert users and developers.

I know XnConvert and XnView GUI. I need do some operation in batch, in Linux version of NConvert. Exactly, I want apply a color curve to dozens of images. I found a curve perfect for my needs and... what now? I know I can save it as .xbs file, to check curve ...