Temp error with BCMATCH
Posted: 2018-10-08T09:05:48-07:00
Hello
I tried to use BCMATCH to match a group of images to achieve same luminosity and saturation to a target image.
I'm not very familiar with linux but I already tried other scripts and they work perfectly...
I tried the following on Ubuntu as Windows 10 subsystem:
The image was done but with the following errors:
I tried to change ./ with ./tmp/ on temporary variable declarations suspecting permissions issue but with same result.
Is there anyone who can give me a hint?
Used images in:
https://www.dropbox.com/sh/1fyscpz2ucjd ... zkvYa?dl=0
Thank you so much
Rob
I tried to use BCMATCH to match a group of images to achieve same luminosity and saturation to a target image.
I'm not very familiar with linux but I already tried other scripts and they work perfectly...
I tried the following on Ubuntu as Windows 10 subsystem:
Code: Select all
pikkio123@pikkio123:/mnt/c/Users/ColorBoost/Desktop/test1$ bcmatch -c gray -s hsb 244a.jpg 244.jpg 1.jpg
Code: Select all
pikkio123@pikkio123:/mnt/c/Users/ColorBoost/Desktop/test1$ bcmatch -c gray -s hsb 244a.jpg 244.jpg 1.jpg
convert: unable to open image `./bcmatch_S1_81.mpc': No such file or directory @ error/blob.c/OpenBlob/2712.
convert: no images defined `info:' @ error/convert.c/ConvertImageCommand/3210.
convert: unable to open image `./bcmatch_S2_81.mpc': No such file or directory @ error/blob.c/OpenBlob/2712.
convert: no images defined `info:' @ error/convert.c/ConvertImageCommand/3210.
convert: unable to open image `./bcmatch_S1_81.mpc': No such file or directory @ error/blob.c/OpenBlob/2712.
convert: no images defined `info:' @ error/convert.c/ConvertImageCommand/3210.
convert: unable to open image `./bcmatch_S2_81.mpc': No such file or directory @ error/blob.c/OpenBlob/2712.
convert: no images defined `info:' @ error/convert.c/ConvertImageCommand/3210.
convert: divide by zero `(-1.0*)/' @ error/fx.c/FxEvaluateSubexpression/2188.
convert: unknown image property "%[fx:1+(-)/]" @ warning/property.c/InterpretImageProperties/3678.
convert: divide by zero `(-1.0*)/' @ error/fx.c/FxEvaluateSubexpression/2188.
convert: unknown image property "%[fx:(-)/]" @ warning/property.c/InterpretImageProperties/3678.
Is there anyone who can give me a hint?
Used images in:
https://www.dropbox.com/sh/1fyscpz2ucjd ... zkvYa?dl=0
Thank you so much
Rob