开发者

Apply Image Manipulations to an image to make a new image

开发者 https://www.devze.com 2023-03-11 19:31 出处:网络
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 specifi

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
....
0

精彩评论

暂无评论...
验证码 换一张
取 消