Giter VIP home page Giter VIP logo

etsy-mockup-generator's Introduction

T-Shirt Overlay

A python script that takes t-shirt images and applies an overlay graphic to each of them at specified positions and scales.

Prerequisites

Usage

The script uses two dictionaries to map t-shirt images to their corresponding overlay images and positions/scales.

  • overlay_images - Dictionary that maps each t-shirt image to its corresponding overlay image
  • tshirt_positions_scale - Dictionary that maps each t-shirt image to its corresponding position and scale

The script opens each t-shirt image, resizes the overlay image, positions it on the t-shirt image and saves the resulting image with a prefix "modified_".

Example

Dictionary that maps each t-shirt image to its corresponding overlay image

overlay_images = {
    "mockups/tshirt1.jpg": "graphic/graphic.png",
    "mockups/tshirt2.jpg": "graphic/graphic.png",
    "mockups/tshirt3.jpg": "graphic/graphic_black.png",
    "mockups/tshirt4.jpg": "graphic/graphic.png"
}

Dictionary that maps each t-shirt image to its corresponding position and scale.

tshirt_positions_scale = {
    "mockups/tshirt1.jpg": ((781, 372), (490,490)),
    "mockups/tshirt2.jpg": ((2535, 1004), (1500,1500)),
    "mockups/tshirt3.jpg": ((1680, 1116), (580,580)),
    "mockups/tshirt4.jpg": ((618, 448), (791,791))
}

etsy-mockup-generator's People

Contributors

moizkamran avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.