Hi all

I just got tapped for another project and im not sure what direction im going to take to get it done but here it is in a nut shell


we currently have adobe photoshop that we have "actions" stored for that are basically macros. The macros basically prompt the user for a series of crop dimensions and then outputs the data to network folder


so its probably using .000001% of photoshops power.


So my question would how hard is it to set up a series "prompts" to crop in C# Is there something already setup to do this like photo.crop(x,y,x1,y1) or would i have to figure out the entire thing from scratch?