【发布时间】:2020-09-01 10:27:26
【问题描述】:
标题基本上说明了一切。 我找不到与您在 Colors->Map->Rotate Colors 菜单中获得的功能类似的脚本 fu gimp 程序。
此外,有没有一种通用的方法可以从菜单项中获取过程名称?
【问题讨论】:
-
我已经弄清楚如何将它与 GEGL 命令行一起使用(在 Ubuntu 上:
sudo apt-get install gegl)。Rotate Colors的示例:gegl 00001.png -o output.png -- color-rotate src-from=20 src-to=60 dest-from=200 dest-to=220。参数:https://www.gegl.org/operations/gegl-color-rotate.html