Transfering edited images to enable us to replicate.

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
BAF
Posts: 1
Joined: 2014-03-26T00:57:40-07:00
Authentication code: 6789

Transfering edited images to enable us to replicate.

Post by BAF »

We are a digital print company looking to build a new user friendly website/application that will enable our customers to perform basic functions to edit their image (zoom, crop, filters etc) before they transfer there now print ready files to use to print. We use Photoshop CS for pre-press, am I able to incorporate ImageMagick functionality into the new website/mobile application and retrieve the postscripts to enable us to replicate the edits within Photoshop or alike?
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Transfering edited images to enable us to replicate.

Post by Bonzo »

You should be able to do what you want to a certain extent. Interactive cropping would need to be done with JavaScript; there are a couple of javascript/GD examples on the internet that could be modified to use Imagemagick. Depending how you want the rest of your interface works JavaScript/Ajax would probably be the best way to go.

A couple of forum users have developed a page that does most of what you want but I think it is private; but they might be willing to sell or develop you a copy?
Post Reply