In order to complete this project, it is necessary that you find a program capable of generating the RGB component images for a given jpg color image. For example, MATLAB's Image Processing Toolbox can do this, but you can also do it with image edit

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/05 19:27:15

In order to complete this project, it is necessary that you find a program capable of generating the RGB component images for a given jpg color image. For example, MATLAB's Image Processing Toolbox can do this, but you can also do it with image edit
In order to complete this project, it is necessary that you find a program capable of generating the RGB component images for a given jpg color image. For example, MATLAB's Image Processing Toolbox can do this, but you can also do it with image editing programs like Adobe's Photo-Shop or Corel's Photo-Paint. It is acceptable for the purposes of this project to convert an image to RGB (and back) manually.
(a) Write a computer program that converts an arbitrary RGB color image to a web-safe RGB image (see Fig. 6.10 for a definition of web-safe colors).
(b) Download the image in Fig. 6.8 and convert it to a web-safe RGB color image. Figure 6.8 is given in jpg format, so convert your result back to jpg (see comments at the beginning of this project). Explain the differences between your result and Fig. 6.8.

In order to complete this project, it is necessary that you find a program capable of generating the RGB component images for a given jpg color image. For example, MATLAB's Image Processing Toolbox can do this, but you can also do it with image edit
想要完成这个任务,你必须使用一个能生成RGB模式、jpg格式彩色图片的软件.例如,MATLAB图像编辑工具,或者图像编辑软件,类似于Photoshop或者Corel’s photo-paint.这样,你就可以把一张图片的格式转换成RGB,也可再转换成原格式.
a)写一个电脑课题,讲一个RGB模式的彩图转换成网络安全RGB彩图.(查看6.10对网络安全色的定义)
b)下载6.8的图片,然后,将它转换成一个网络安全模式的色图.6.8是提供的jpg格式,所以你需要如上述方法,将转换后的色图再还原成jpg格式的图片.完成这些操作后,解析下你经过两轮转换后的jpg图和原6.8的jpg图有什么区别