原文:图像滤镜艺术---Photoshop实现Instagram Amaro滤镜特效

本文是我收集的一些使用Photoshop来实现Instagram滤镜的一些内容,在这里跟大家分享一下,这些效果是完全可以使用程序实现的,这个感兴趣的可以使用ZPHOTOENGINE库来实现,这个PS算法库的下载地址:点击打开链接

下面开始介绍Amaro滤镜实现的内容,这些内容是英文版的,对于不懂英文的,直接看PS操作图即可。

1. Amaro

1. First, increase the brightness and contrast of your picture. Do this by going to Image > Adjustments > Brightness/Contrast.

2. To add a soft yellow light, create a new fill layer over the photo. Go to Layer > New Fill Layer > Solid Color. Play around until you find a good shade, or you could just enter the shade I used in the hex color code field: #f4eabd.


3. Click OK. While you still have the layer selected, click on the dropdown menu right above it and select "Multiply" instead of the default of "Normal." This will add a soft light over your photo as opposed to an opaque layer.

4. Next, open up the Levels menu. You can do this with Command / Ctrl + L, or you can go to Image > Adjustments > Levels. In the dropdown menu for "Channel," select "Blue." Increase the Output Levels at the bottom of the menu from 0 to 117 by dragging the left slider towards the center of the spectrum. This will add a blue tint to the photo.


5. From here, I had to make some more minor adjustments by decreasing the Contrast a bit more to give it a faded look.



6. Next, open up Color Balance with Command / Ctrl + B, or Image > Adjustments > Color Balance. Make sure the radio dial below is set to "Midtones." Play around until you have a good blend of colors, but I chose to increase my Red, Green and Yellow levels.


7. Finally, save the image as is and reopen it up in Camera Raw to add a vignette frame. You can do this by exiting out of the current window, then going to File > Open. Select the correct file, then select "Camera Raw" in the "Format" dropdown menu.

8. Once you have the file open in Camera Raw, select the Effects menu on the right-hand side of the editor. Make sure that "Highlight Priority" is selected in the "Style" dropdown menu. Move the "Amount" slider left to make a black vignette around the edges of the photo. Once you're satisfied with the vignette, move the "Highlights" slider to the right so that the vignette will not affect the highlights as much. Click "Save Image" once you're done.



到此,Amaro滤镜已经实现完成了,虽然无法和Instagram一模一样,但是整体效果已经出来了。如果大家需要一模一样的效果,那么可以直接联系我:QQ1358009172


最新文章

  1. C语言运算符优先级 详细列表
  2. codeforces 724D(贪心)
  3. LR性能指标分析
  4. android 入门-android属性介绍
  5. Handler基本概念
  6. FastSocket.Net
  7. Xcode 编辑时的爆炸效果
  8. DDR(一)
  9. 教你50招提升ASP.NET性能(二):移除不用的视图引擎
  10. TFS源代码管理
  11. JavaScript设计模式之代理模式
  12. Dot Product
  13. 【Java学习笔记之二十一】抽象类在Java继承中的用法小结
  14. [转载]浏览器事件window.onload、onfocus、onblur、ons
  15. Unique-paths (动态规划)
  16. PAT-013 L1-013. 计算阶乘和
  17. zabbix_agentd重装后启动时IPC和共享内存段问题
  18. zabbix自定义监控
  19. MongoDB、Hbase、Redis等NoSQL分析
  20. 8 -- 深入使用Spring -- 5...3 使用@CacheEvict清除缓存

热门文章

  1. linux网络编程实现投票功能
  2. git基本原理
  3. 窗体背景的绘制(Windows窗体每次都会重绘其窗体背景,所以我们可以通过拦截窗体重绘背景的消息(WM_ERASEBKGND),并自定义方法来实现重绘窗体背景)
  4. 小强的HTML5移动开发之路(22)—— Adobe DreamWeaver CS6安装与破解
  5. 战略游戏 - 树型DP
  6. Java访问修饰符(转)
  7. TensorFlow 学习(六) —— TensorFlow 与 numpy 的交互
  8. windows下Eclipse启动tomcat提示port已被占用 already in use
  9. url参数解析
  10. 配置文件——App.config文件读取和修改