Fast and Lean Image Processing Solution?

Do you need consulting from ImageMagick experts and are willing to pay for their expertise? Or are you well versed in ImageMagick and offer paid consulting? If so, post here otherwise post elsewhere for free assistance.
Post Reply
bdharvey74
Posts: 2
Joined: 2019-01-14T08:40:39-07:00
Authentication code: 1152

Fast and Lean Image Processing Solution?

Post by bdharvey74 »

Hello everyone,
We are looking for some advice, consulting and help with improving our current image processing solution. We are a t-shirt ecommerce company that sells licensed apparel to schools and teams across the US. Due to the nature of our business we need to produce or dynamically produce millions of images which combine designs with model shots (see images below) while making a photo realistic combination that takes into account wrinkles in the shirt, shadows etc.. While we have a current program that does this, the time and processing power it takes is far too high.

We are looking for a company or solution that can help us improve both the time to create and reduce the processing power needed to do this. If you think you can help or have suggestions of who we should talk to please let me know.

-Brad

Design: https://www.dropbox.com/s/l64xod3eau5oo ... n.png?dl=0
Model Shot: https://www.dropbox.com/s/2n1id9bip7qfi ... t.jpg?dl=0
Final: https://www.dropbox.com/s/959rxlon3yzpy ... .jpeg?dl=0
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Fast and Lean Image Processing Solution?

Post by fmw42 »

I have some tshirt processing ImageMagick scripts (in bash unix shell script format) that can be use from PHP exec(). You can find: tshirt, tshirtwarp, tshirtwarper at my web site http://www.fmwconcepts.com/imagemagick/index.html. However, I do not know if they will be faster than your current solution. The tshirt script is the basic one. The others can be used to improve performance once you have run tshirt on a give style shirt one time to save certain files and variable. There is also an Imagick conversion of my tshirt script that someone else is developing right now.
bdharvey74
Posts: 2
Joined: 2019-01-14T08:40:39-07:00
Authentication code: 1152

Re: Fast and Lean Image Processing Solution?

Post by bdharvey74 »

Hey fmw42,
Thank you so much for reaching out and we will definitely check it out.
Post Reply