技术领域technical field
本发明属于手机APP技术领域,尤其是一种基于苹果iOS的照片美化处理系统。The invention belongs to the technical field of mobile phone APP, in particular to a photo beautification processing system based on Apple iOS.
背景技术Background technique
在科技进步的同时,智能手机也在不断更新换代。我们总是喜欢携带手机去处理任务,这也就意味着手机的作用比PC这种重型机器设备更加流行。随处可见各种iOS设备在市面上应用,iOS的操作系统也深受大家喜爱。随着iOS的壮大,基于该系统设计出了各种各样的应用软件,其中值得注意的就是照相机及照片处理功能了。现在,我们很少看见有人再去用单反相机照相了,取而代之的则是随身携带的手机来拍摄照片。因此,对照片的处理功能也就呼之欲出了。不像Photoshop那么麻烦,移动终端上的简单照片处理应用实现了傻瓜式的处理模式,用户只需点击按键就能实现对照片的处理功能,照片处理应用让“平民艺术家”成为可能。但是,目前iOS系统中照片处理存在功能单一、使用不便等问题。While technology is advancing, smartphones are also constantly being updated. We always like to carry mobile phones to handle tasks, which means that the role of mobile phones is more popular than heavy machinery such as PCs. Various iOS devices can be seen everywhere in the market, and the iOS operating system is also deeply loved by everyone. With the growth of iOS, a variety of application software have been designed based on the system, among which the camera and photo processing functions are worth noting. Now, we seldom see people taking pictures with SLR cameras anymore, instead they take pictures with their mobile phones. Therefore, the photo processing function is ready to come out. Unlike Photoshop, the simple photo processing application on the mobile terminal realizes a fool-like processing mode. Users only need to click a button to realize the processing function of the photo. The photo processing application makes it possible for "civilian artists". However, there are problems such as single function and inconvenient use in photo processing in the current iOS system.
发明内容Contents of the invention
本发明的目的在于克服现有技术的不足,提出一种基于苹果iOS的照片美化处理系统,解决现有iOS系统中照片处理功能简单单一、专业软件技术不易掌握的问题,使得用户只需要一个手机客户端就能够制作美观时尚的照片。The purpose of the present invention is to overcome the deficiencies in the prior art, and propose a photo beautification processing system based on Apple iOS, which solves the problem that the photo processing function in the existing iOS system is simple and single, and professional software technology is difficult to master, so that users only need a mobile phone Clients can create beautiful and stylish photos.
本发明解决其技术问题是采取以下技术方案实现的:The present invention solves its technical problem and realizes by taking the following technical solutions:
一种基于苹果iOS的照片美化处理系统,包括以下模块:A photo beautification processing system based on Apple iOS, including the following modules:
过滤模块:通过一个滑动条来选择过滤的参数值;Filter module: select the filtered parameter value through a slide bar;
调节模块:使用滑动条来改变图片的亮度、饱和度和对比度;Adjustment module: use the sliders to change the brightness, saturation and contrast of the picture;
效果模块:定义一个文件CLEffectBase,并在该文件的.h文件中定义如下方法:iconImage表示显示图标、title表示每个特效的名字、dockedNumber则定义了tool bar中的第几个tool effect、isAvailable来确定机型是否能够使用;Effect module: define a file CLEffectBase, and define the following methods in the .h file of the file: iconImage indicates the display icon, title indicates the name of each special effect, dockedNumber defines the number of tool effects in the tool bar, isAvailable to Determine whether the model can be used;
虚化和聚焦模块:采用正常虚化、圆形虚化和带状虚化,并且调节虚化的程度;Blur and focus module: use normal blur, circular blur and band blur, and adjust the degree of blur;
裁剪模块:进行View的初始化工作,定义一个裁剪面板,定义一个menu的容器,在menu中添加一个scrollView,用来滚动显示图标,其次调用setCropMenu方法对图片进行裁剪工作;Cropping module: perform View initialization, define a cropping panel, define a menu container, add a scrollView to the menu to scroll and display icons, and then call the setCropMenu method to crop the image;
旋转模块:选择对图片进行旋转的模式,按照任意角度进行旋转,实现上下翻转和左右翻转功能。Rotation module: Select the mode to rotate the picture, rotate according to any angle, and realize the functions of flipping up and down and flipping left and right.
本发明的优点和积极效果是:Advantage and positive effect of the present invention are:
1、本发明设计合理,针对目前苹果手机的照片处理需求,实现了照片处理的核心功能,不仅仅可以对照片的属性进行编辑,比如说照片的色调、饱和度、对比度,此外,还能进行对照片的裁剪、旋转、模糊处理等功能。用户可以通过调节属性值功能实现对照片颜色的编辑,也可以用设计好的效果来更改图片特效。1. The design of the present invention is reasonable. Aiming at the photo processing requirements of the current Apple mobile phone, the core function of photo processing is realized. Not only can the properties of the photo be edited, such as the hue, saturation, and contrast of the photo, but also can be edited. Cropping, rotation, blurring and other functions of photos. Users can edit the color of the photo by adjusting the attribute value function, and can also use the designed effect to change the special effect of the picture.
2、本发明实现了照片处理的色调、饱和度、对比度、裁剪、旋转、模糊处理等功能。用户可以通过调节属性值功能实现对上述功能,裁剪和旋转功能也本着良好的用户体验效果,设置了各种比例的裁剪方式以及上、下、左、右翻转照片的功能。2. The present invention realizes functions such as hue, saturation, contrast, cropping, rotation, and blur processing of photo processing. Users can realize the above functions by adjusting the attribute value function. The cropping and rotating functions are also based on a good user experience effect, and the cropping methods of various ratios and the functions of flipping photos up, down, left, and right are set.
附图说明Description of drawings
图1是本发明的系统架构图;Fig. 1 is a system architecture diagram of the present invention;
图2a是Effect效果模块的Spot场景示意图;Figure 2a is a schematic diagram of the Spot scene of the Effect effect module;
图2b是Effect效果模块的Pixelate马赛克场景示意图;Figure 2b is a schematic diagram of the Pixelate mosaic scene of the Effect module;
图3是Crop裁剪模块的示意图。Figure 3 is a schematic diagram of the cropping module.
具体实施方式Detailed ways
以下结合附图对本发明实施例做进一步详述。Embodiments of the present invention will be described in further detail below in conjunction with the accompanying drawings.
如图1所示,本发明能够在苹果手机iOS上实现照片处理的核心功能,不仅仅可以对照片的属性进行编辑,比如说照片的色调、饱和度、对比度,此外,还能进行对照片的裁剪、旋转、模糊处理等功能。用户可以通过调节属性值功能实现对照片颜色的编辑,也可以用设计好的效果来更改图片特效。裁剪和旋转功能也本着良好的用户体验效果,设置了各种比例的裁剪方式以及上、下、左、右翻转照片的功能。As shown in Figure 1, the present invention can realize the core function of photo processing on the Apple mobile phone iOS, not only can edit the attributes of the photo, such as the hue, saturation, and contrast of the photo, but also can edit the photo Crop, rotate, blur, and more. Users can edit the color of the photo by adjusting the attribute value function, and can also use the designed effect to change the special effect of the picture. The cropping and rotating functions are also based on a good user experience effect, and the cropping methods of various ratios and the functions of flipping photos up, down, left, and right are set.
一种基于苹果iOS的照片美化处理系统包括如下模块:A photo beautification processing system based on Apple iOS includes the following modules:
Filter过滤模块:在Filter模块中,可以通过一个滑动条来选择过滤的参数值。Filter module: In the Filter module, a sliding bar can be used to select the filtered parameter value.
Adjustment调节模块:Adjustment模块中,使用滑动条来改变图片的亮度、饱和度和对比度。Adjustment adjustment module: In the Adjustment module, use the sliders to change the brightness, saturation and contrast of the image.
Effect效果模块:在Effect模块中定义了一个文件CLEffectBase,该文件的.h文件中定义了如下方法:iconImage表示显示图标、title表示每个特效的名字、dockedNumber则定义了tool bar中的第几个tool effect、isAvailable来确定机型是否能够使用,如图2a及图2b所示。Effect module: A file CLEffectBase is defined in the Effect module, and the following methods are defined in the .h file of the file: iconImage indicates the display icon, title indicates the name of each special effect, and dockedNumber defines the number in the toolbar tool effect, isAvailable to determine whether the model can be used, as shown in Figure 2a and Figure 2b.
Blur&Focus虚化和聚焦模块:在Blur&Focus模块中,分别采用了正常虚化、圆形虚化和带状虚化三个功能,并且都能够调节虚化的程度去呈现更好的效果。Blur&Focus and focusing module: In the Blur&Focus module, three functions of normal blurring, circular blurring and ribbon blurring are adopted respectively, and the degree of blurring can be adjusted to present better effects.
Crop裁剪模块:在Crop模块中,首先进行View的初始化工作,定义一个裁剪面板,再定义一个menu的容器,在menu中添加一个scrollView,用来滚动显示图标,其次调用setCropMenu方法对图片进行裁剪工作,如图3所示。Crop cropping module: In the Crop module, first initialize the View, define a cropping panel, then define a menu container, add a scrollView to the menu to scroll and display icons, and then call the setCropMenu method to crop the image ,As shown in Figure 3.
Rotate旋转模块:在Rotate模块中,可以选择对图片进行旋转的模式,用户可以根据自己的喜好,按照任意角度进行旋转,也可以实现上下翻转和左右翻转功能。Rotate module: In the Rotate module, you can choose the mode to rotate the picture. Users can rotate according to any angle according to their preferences, and can also realize the functions of flipping up and down and flipping left and right.
本发明的使用方法为:用户在手机上安装本系统后,点击iOS照片美化处理系统的APP。进入到APP首页,即可进入照片编辑界面,可以对照片的属性进行编辑,比如说照片的色调、饱和度、对比度,此外,还能进行对照片的裁剪、旋转、模糊处理等功能。用户可以通过调节属性值功能实现对照片颜色的编辑,也可以用设计好的效果来更改图片特效。裁剪和旋转功能也本着良好的用户体验效果,设置了各种比例的裁剪方式以及上、下、左、右翻转照片的功能。The usage method of the present invention is: after the user installs this system on the mobile phone, clicks the APP of the iOS photo beautification processing system. Enter the APP homepage, you can enter the photo editing interface, you can edit the properties of the photo, such as the hue, saturation, and contrast of the photo, in addition, you can also perform functions such as cropping, rotating, and blurring the photo. Users can edit the color of the photo by adjusting the attribute value function, and can also use the designed effect to change the special effect of the picture. The cropping and rotating functions are also based on a good user experience effect, and the cropping methods of various ratios and the functions of flipping photos up, down, left, and right are set.
需要强调的是,本发明所述的实施例是说明性的,而不是限定性的,因此本发明包括并不限于具体实施方式中所述的实施例,凡是由本领域技术人员根据本发明的技术方案得出的其他实施方式,同样属于本发明保护的范围。It should be emphasized that the embodiments described in the present invention are illustrative rather than restrictive, so the present invention includes and is not limited to the embodiments described in the specific implementation, and those skilled in the art according to the technology of the present invention Other implementations derived from the scheme also belong to the protection scope of the present invention.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201810426964.0ACN108898545A (en) | 2018-05-07 | 2018-05-07 | A kind of photo landscaping treatment system based on apple iOS |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201810426964.0ACN108898545A (en) | 2018-05-07 | 2018-05-07 | A kind of photo landscaping treatment system based on apple iOS |
| Publication Number | Publication Date |
|---|---|
| CN108898545Atrue CN108898545A (en) | 2018-11-27 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201810426964.0APendingCN108898545A (en) | 2018-05-07 | 2018-05-07 | A kind of photo landscaping treatment system based on apple iOS |
| Country | Link |
|---|---|
| CN (1) | CN108898545A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111352557A (en)* | 2020-02-24 | 2020-06-30 | 北京字节跳动网络技术有限公司 | Image processing method, assembly, electronic equipment and storage medium |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20150293672A1 (en)* | 2007-09-21 | 2015-10-15 | Adobe Systems Incorporated | Guided edits for images and/or video |
| CN105677325A (en)* | 2015-12-29 | 2016-06-15 | 努比亚技术有限公司 | Mobile terminal and image processing method |
| CN107995352A (en)* | 2016-10-27 | 2018-05-04 | 长沙云昊信息科技有限公司 | A kind of Graphic Arts Special Effect System design of ios platform |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20150293672A1 (en)* | 2007-09-21 | 2015-10-15 | Adobe Systems Incorporated | Guided edits for images and/or video |
| CN105677325A (en)* | 2015-12-29 | 2016-06-15 | 努比亚技术有限公司 | Mobile terminal and image processing method |
| CN107995352A (en)* | 2016-10-27 | 2018-05-04 | 长沙云昊信息科技有限公司 | A kind of Graphic Arts Special Effect System design of ios platform |
| Title |
|---|
| 刘长德: "美图秀秀网页版使用更方便"* |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111352557A (en)* | 2020-02-24 | 2020-06-30 | 北京字节跳动网络技术有限公司 | Image processing method, assembly, electronic equipment and storage medium |
| WO2021169830A1 (en)* | 2020-02-24 | 2021-09-02 | 北京字节跳动网络技术有限公司 | Image processing method and assembly, electronic device and storage medium |
| CN111352557B (en)* | 2020-02-24 | 2021-09-14 | 北京字节跳动网络技术有限公司 | Image processing method, assembly, electronic equipment and storage medium |
| US12086394B2 (en) | 2020-02-24 | 2024-09-10 | Beijing Bytedance Network Technology Co., Ltd. | Image processing component and image processing method for editing operations, and electronic device and storage medium |
| Publication | Publication Date | Title |
|---|---|---|
| CN112492212B (en) | Photographing method, device, electronic device and storage medium | |
| CN111373727B (en) | A shooting method, device and equipment | |
| US9519978B2 (en) | Cursor for application of image adjustments | |
| US20180160053A1 (en) | Image processing device that changes extent of image altering by first and second image processing | |
| CN115484395B (en) | Video processing method and electronic device | |
| CN101500082B (en) | The Camera and Its Personalization Methods | |
| JP2014183425A (en) | Image processing method, image processing device and image processing program | |
| WO2016107055A1 (en) | Processing method and device for image splicing | |
| CN105812650A (en) | Image obtaining method and electronic device | |
| US20200120269A1 (en) | Double-selfie system for photographic device having at least two cameras | |
| CN105049695A (en) | Video recording method and device | |
| CN113905175A (en) | Video generation method and device, electronic equipment and readable storage medium | |
| CN105163041A (en) | Method, device and mobile terminal for realizing partial double exposure | |
| CN110191286B (en) | Shooting method and device | |
| CN106534649A (en) | Composing method and device for double rotary cameras and mobile terminal | |
| CN108174082A (en) | A method for capturing images and a mobile terminal | |
| US9582179B2 (en) | Apparatus and method for editing image in portable terminal | |
| CN104618660A (en) | Photographing method and terminal for user-defined flash lamp photographing effect parameters | |
| CN101945202A (en) | Method for processing photo by using digital camera and digital camera | |
| CN108898545A (en) | A kind of photo landscaping treatment system based on apple iOS | |
| CN117177052B (en) | Image acquisition method, electronic device and computer readable storage medium | |
| CN104679383B (en) | Automatically switch the method and apparatus of button of taking pictures | |
| CN111757012A (en) | Image processing method based on the combination of individual and photographic aesthetics | |
| CN201699823U (en) | Digital camera with user-defined background photo frame function | |
| CN114449134B (en) | A shooting method and terminal equipment |
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| WD01 | Invention patent application deemed withdrawn after publication | Application publication date:20181127 | |
| WD01 | Invention patent application deemed withdrawn after publication |