开发者

Need help regarding Image Processing App [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I am developing one image processing app for iPad. In which I am using different sliders for applying different effect on some image.

My problem is how can I save the state of any slider?

Suppose I changed Hue slider and then Brightness slider and then Contrast slider, and again I go back to Hue Slider and changed it, Here i need to save the state so only Hue effect become change in image and rest Brightness and Contras looks same as it is.

I have around 10 sliders for different effects like: Brightness, Contrast, Hue, RGB, Blur, Vignette... etc. All are working perfectly independently, not together. I need开发者_运维知识库 that they all should work together.


Obviously, when you need to apply the effect, you're going to respond on the sliders' actions to get their values and pass them to your effects function.

Remember these values that you pass in some class, either in the ViewController, or better, in the model layer.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜