Unleash your creativity with the Inkredible Image Automated Mockup Creation Tool! Designed with versatility in mind, our tool works seamlessly with any mockup file featuring replaceable smart object layers, transforming your workflow and making mockup creation a breeze.

Tried, tested, and trusted by us for years, we are now thrilled to share this cutting-edge tool with the broader community. Understanding the importance of trial before purchase, we’re offering a FREE TRIAL that allows you to create up to 100 mockups across 10 different uses. Get hands-on experience and discover the trans-formative power this tool can bring to your creative process.

If you love the trial version as much as we believe you will, you have two fantastic options to continue enjoying our tool:

  1. One Year Support & Updates Plan: Priced at an affordable $69.95, this plan offers a year’s worth of support and updates, ensuring your tool stays bug-free and operates smoothly.
  2. Lifetime Support & Updates Plan: For just $149.95, you get lifetime email support and updates, covering both major and minor versions. Includes all current and future sample Mockup PSDs. This is an investment in uninterrupted creativity and efficiency.

The Inkredible Image Automated Mockup Creation Tool is more than just a tool—it’s a game-changer for designers and creatives. Join us in revolutionizing the way we create and present our designs. Start your free trial today!

Note: Updates under both plans ensure your tool stays up-to-date with the latest functionalities and improvements, while our support ensures you always have a helping hand when you need it. Choose the plan that best suits your needs and let’s create something Inkredible together!

Inkredible Image – Automated Mock Up Creation & Watermarking Tool

  • 1) Open Photoshop: Make sure that Photoshop is running before executing this script.
  • 2) Run the Script: Run the Inkredible_Image_Automated_Mockup_Creation_Tool.jsx script from the File > Scripts > Browse… menu in Photoshop. A user interface (UI) will appear once started.
  • 3) Choose Input Folder: Click the “Choose…” button next to the “Input Folder” field to select the folder containing your PNG images. The script will remember your last-used folder, so next time you run it, the “Input Folder” field will already be filled in.
  • 4) Choose Mockup File: Click the “Choose…” button next to the “Mockup File” field to select the PSD file you want to use as a mockup.
  • 5) Select Mockup Layer: Choose the layer that should be replaced in your Mockup from the “Mockup Layer” dropdown menu.
  • 6) Click the “Enabled” checkbox then to choose your Watermark File: Click the “Choose…” button next to the “Watermark File” field to select the PSD file you want to use as a watermark.
  • 7) Select Watermark Layer: Choose the layer that should be replaced in your watermark from the “Watermark Layer” dropdown menu.
  • 8) Select your Watermark Output File Type, and Quality for JPG Files. It is recommend to use “JPG” with a quality of 6 or less to prevent or deter design theft.
  • 9) Set a Suffix for the Output Files:
    • In the “Output Suffix” field, enter the desired suffix that you want to be added to your output files.
    • An underscore “_” will be automatically added to the beginning of the suffix.
    • For example, if you enter “mu”, the output files will have “_mu” added to the end of their names.
  • 10) Start the Process: Click the “Start” button to begin the process.
    • The script will replace the selected layer in your mockup with each PNG image in the input folder,
    • apply the watermark, and save the resulting images as JPEGs in the same folder as the original PNGs.
    • The names of the new files will be the same as the original PNGs, but with the specified suffix added at the end.
  • Note: The script will only process PNG files and will ignore any other file types in the input folder. Also be aware the the script will PROCESS ALL PNG FILES in the Folder and ALL Sub-Folders.

File –> Scripts –> Browse
Find your mockupv4.0.0.jsxbin file
The GUI will load then you will need to select the folder your “PNG Design Files” are in.
Select your PSD file and the “Smart Object Layer” to replace. ** The LAYER MUST BE a “Smart Object Layer” other wise the script will error with a ” TypeError”.
If you wish to create a Watermarked version of your PNG files you can click the “Enabled” box, Then click browse and locate your watermark PSD file. Remember, it must contain a replaceable “Smart Object Layer” in order to work.
The default settings are recommended, but you can choose from JPG or PNG for your watermark output files. The quality only applies to JPG files.
By clicking the Options button you are able to choose the suffix added to the created files. Note that the underscore “_” is added to the beginning of the suffix automatically.
/*
Inkredible Image Automated Mockup Creation Tool.
Requires: PhotoShop CS6 or newer.

Change Log:
Version 1.0.0 Concept Creation:
Initial version of the script with basic functionality.

Version 2.0.0 Major Version Change:
Introduced support for folders and sub-folders and added a GUI.
Added a file extension check to process only PNG files.
Added a dropdown menu to select the layer to be replaced in the mockup PSD.

Version 3.0.0 Major Version Change:
Added input folder persistence by saving the last used folder path to a settings file.
Implemented the offsetX and offsetY variables for manual adjustment of the image position within the smart object.
Added whiteBackgroundLayer handling to ensure correct smart object content replacement.

Version 3.1.0 Minor Version Update / Bug Fix:
Updated the script's user interface with a version number.
Added script version tracking using a variable and version history comments.
Added offsetX and offsetY input fields in a collapsible options panel.

Version 3.2.0 Minor Version Update / Enhancements and New Features:
Removed the need for offsetX and offsetY by automatically centering the image within the smart object.
Refactored the replaceSmartLayerContents function for improved centering without offsets.
Added a new feature to apply a watermark to the output image, with the ability to select the watermark layer in the script GUI.
Introduced the option to set a custom suffix for the output files directly from the GUI.

Version 4.0.0 Major Version Change:
Implemented a licensing system to manage trial and registered users of the script.
Enhanced GUI with new features including the ability to save watermarks as PNG or JPG with a quality setting.
Several optimizations and improvements to script functionality.
*/