Apply Image Manipulations to an image to make a new image
I am working on an Image manipulation application which will be developed using Flash/ C#.Net. Is this possible to save the image manipulations (not the image) saved from Adobe Lightroom for a specific image & then merge these change sets with an image to make a new image using C#.Net?
Also, the application for image manipulation will be developed in the Flash/ Action Script. Please share some links as to how we can save the image manipulations for an image (not开发者_JAVA百科 the image) so that it can be merged with an image later on.
Kindly suggest some links.
Just store a list of commands e.g.
1 -> rotate on 90 degree
2 -> move 10px. left
....
精彩评论