Photoshop轻松绘制树叶上的露珠
前几天发了个"树叶上的露珠"的练习,很多朋友很感兴趣,现在把它翻译下来供大家分享。
先看看素材:
素材
第一步:在photoshop中打开我们的素材,新建一层,命名为“露珠”。使用椭圆
本文由中国教程网 Derek-Yu 翻译整理。
前几天发了个"树叶上的露珠"的练习,很多朋友很感兴趣,现在把它翻译下来供大家分享。
先看看素材:
素材
第一步:在photoshop中打开我们的素材,新建一层,命名为“露珠”。使用椭圆选择工具,同时按住Shift键在合适的位置画一正圆选区。如下图所示:
图1
第二步:观察树叶上光线的方向,本例中很明显,光线是从右上方射入的,这决定露珠阴影和高光的位置。据此,我们在选区内用渐变工具拉出从黑到白的渐变如下图所示。(个人经验:每次在做效果时,应先对素材进行粗略的分析,诸如:光线、透视、色泽等,尽量使做出的效果和素材一致)
图2
第三步:图层样式,投影,为此图层加上投影参数如图3。Ctrl D取消选择,改变图层模式为“叠加”,得到如图4的效果。
图3
图4
第四步:在露珠的上部使用减淡工具做出如下图所示的高光效果。
图5
第五步:按住ctrl键点“露珠”图层载入选区,添加图层蒙板,在蒙板上使用高斯模糊,半径为5,得到如下图示的效果:
图6
第六步:再次载入“露珠”层的选区,回到素材“树叶”图层上,执行:滤镜-扭曲-球面化,数量100,这样使露珠更有立体感。然后Ctrl D取消选择,效果如图图7所示,最后再用自由变换的变形或液化工具对露珠的形状略做调整,图8:
图7
图8
也可以复制几个放置在不同的位置,仔细观察一点,根据情况做一些小的调整,做出多个露珠的效果。
总结:通过此例的学习可以了解:图层模式“叠加”的基本用法,用渐变和减淡制作质感。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

During the development process, we often need to perform syntax checks on PHP code to ensure the correctness and maintainability of the code. However, when the project is large, the single-threaded syntax checking process can become very slow. Recently, I encountered this problem in my project. After trying multiple methods, I finally found the library overtrue/phplint, which greatly improves the speed of code inspection through parallel processing.

When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

In the process of developing a website, improving page loading has always been one of my top priorities. Once, I tried using the Miniify library to compress and merge CSS and JavaScript files in order to improve the performance of the website. However, I encountered many problems and challenges during use, which eventually made me realize that Miniify may no longer be the best choice. Below I will share my experience and how to install and use Minify through Composer.

I'm having a tricky problem when developing a front-end project: I need to manually add a browser prefix to the CSS properties to ensure compatibility. This is not only time consuming, but also error-prone. After some exploration, I discovered the padaliyajay/php-autoprefixer library, which easily solved my troubles with Composer.

I encountered a tricky question when developing an e-commerce platform: How to efficiently integrate payment processing capabilities? Especially how to handle PayPal's API calls. This issue not only involves technical implementation, but also includes how to ensure the security and stability of the payment process. After some research, I discovered the PayPalServerSDK, a tool designed specifically for PayPalRESTAPI, which helped me solve this problem easily.

When developing websites using CraftCMS, you often encounter resource file caching problems, especially when you frequently update CSS and JavaScript files, old versions of files may still be cached by the browser, causing users to not see the latest changes in time. This problem not only affects the user experience, but also increases the difficulty of development and debugging. Recently, I encountered similar troubles in my project, and after some exploration, I found the plugin wiejeben/craft-laravel-mix, which perfectly solved my caching problem.
