RGB / CYMK - 可以解析吗? [英] RGB/CYMK - Can it be parsed?

查看:57
本文介绍了RGB / CYMK - 可以解析吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

自20世纪90年代以来,我没有编程,但我刚刚下载了免费版的Visual Studio 2017所有好东西


- 我的问题是这个 -


我想编写一个简单,重量轻,独立的屏幕保护程序,它使用RGB像素级数值或所选图像的CYMK像素级数值来创建分形。我需要在没有用户输入的情况下解析这个图像,并按照设置中指定的预定义模式自动执行
,这将允许用户根据他们指定的变量和他们合并的源图像创建不同类型的分形设计。代码必须能够从程序代码指定的单元格中提取RGB / CYMK
的特定像素值,并使用它们的数值作为分形的变量。它必须在后台完成所有操作,并且只在程序启动后才显示分形。


本质上,我需要知道我需要专注于学习的Visual Studio的哪个部分这个?此外,任何关于将使用哪些代码块/命令来进一步缩小我的研究范围的提示都会有所帮助。任何信息将不胜感激: - )



 

解决方案

Hi Animus Corpus,


欢迎来到MSDN论坛。


首先,您可以决定运行应用程序的平台,Windows或手机吗?


Winform,WPF应用程序适用于Windows ,UWP应用可以同时运行Windows和手机。


选择你想要使用的语言,C#,C ++还是其他?  


在上面,您可以在Visual Studio中找到相应的模板。


我碰巧找到了几个类似项目的样本供您参考:


  https://www.codeproject.com/Articles/ 38514 / the-beauty-of-fractals-A-simple-fractal-rendering


https://www.codeproject.com/Articles/353651/Visualizing-Fractals


希望有所帮助。




祝你好运,


Fletch


I have not programmed since the 1990s, but i just downloaded the free version of Visual Studio 2017 with all the goodies

- my question is this -

I want to program a simple, light weight, stand alone screen saver that uses the RGB pixel-level numerical values or CYMK pixel-level numerical values of a selected image to create a fractal. I need to parse this image without user input and do it automatically in a predefined pattern as specified from settings, which will allow the user to create different types of fractal designs based on the variables they specify and the source image they incorporate. The code must be able to pull specific pixel values of RGB/CYMK from program code specified cells and use their numerical values as a variable for the fractal. It must do this all in the background and only display the fractal once the program is launched.

In essence, I need to know which part of Visual Studio I need to concentrate on learning to do this? Also, any hints as to what code blocks/commands would be used to further narrow my study would be helpful. Any info would be appreciated :-)

 

解决方案

Hi Animus Corpus,

Welcome to MSDN forum.

First, you could decide on which platform you want the application to run, for windows or mobile phone?

Winform, WPF apps are for windows, and UWP app could run both windows and mobile phone.

Pick a language you want to use, C#, C++ or other?  

After above you could find the corresponding template in Visual Studio.

I just happened to find a couple of samples of similar project for you to refer:

 https://www.codeproject.com/Articles/38514/The-beauty-of-fractals-A-simple-fractal-rendering

https://www.codeproject.com/Articles/353651/Visualizing-Fractals

Hope it helps.

Best regards,

Fletch


这篇关于RGB / CYMK - 可以解析吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆