Negate during composite
Posted: 2019-03-07T09:28:46-07:00
Hello, I trying learn somethink but i get stuck. Im using Windows cmd and ImageMagick 7.0.8-4 Q16 x64 2018-07-03;
What im trying do is negate black pixel to white during my process, But when im doing this my whole result is negatived.
This is my command
How can i only negate -W-.png not whole file.
What im trying do is negate black pixel to white during my process, But when im doing this my whole result is negatived.
This is my command
Code: Select all
cmd /c convert ( "\mockupImages\Backpack_black.jpg" ) ^ "\D0-1999\162 - Alien head (pocket)\-W-.png" -geometry 582.0829986613119x740.4979919678715+989.1880856760375+832.5997322623829 -composite "D:\out.jpg"