kashifulhaque / product-mockup-node-python

Create near perfect product mockups using ImageMagick, Node.js and Python
https://ifkash.hashnode.dev/imagemagick-product-mockups
26 stars 7 forks source link

unable to open image 'tiled_images/*': No such file or directory #8

Open kension0929 opened 3 weeks ago

kension0929 commented 3 weeks ago

I just follow the instructions to execute the script: sh create_mockups.sh But I got follow errors.

convert: unable to open image 'tiled_images/*': No such file or directory @ error/blob.c/OpenBlob/3596. convert: no decode delegate for this image format ' @ error/constitute.c/ReadImage/746. convert: no images definedmpcs/mockup.mpc' @ error/deprecate.c/ConvertImageCommand/3368. dd

Why this could happen?

kashifulhaque commented 3 weeks ago

Hi @kension0929, I forgot to update the README. You might need to run the create_swatch_tile.py python script first and then try running the create_mockups.sh file.

If that doesn't work, you can try opening the create_mockups.sh file in a text editor, like VS Code, and then run the commands individually (except the for loop which iterates over tiled_images folder)