<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>ernteSKY</title>
	<atom:link href="https://www.erntesky.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://www.erntesky.com/</link>
	<description>Marcell's Blog Website</description>
	<lastBuildDate>Sun, 02 Mar 2025 22:27:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>
	<itunes:explicit>no</itunes:explicit><itunes:subtitle>Marcell's Blog Website</itunes:subtitle><item>
		<title>Install Ruby on Windows 11 with IDE</title>
		<link>https://www.erntesky.com/blog/programming-languages/ruby/install-ruby-on-windows-11-with-ide/</link>
					<comments>https://www.erntesky.com/blog/programming-languages/ruby/install-ruby-on-windows-11-with-ide/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Sun, 17 Sep 2023 13:07:28 +0000</pubDate>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[Programing Language]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://www.erntesky.com/?p=574</guid>

					<description><![CDATA[<p>Ruby is a dynamic, object-oriented, general-purpose programming language that features automatic memory management and supports multiple programming paradigms, including functional, procedural, and object-oriented programming. It has a simple and expressive syntax allows developers to write code quickly and efficiently. Ruby is mainly used for web development, particularly in developing server-side applications and frameworks like Ruby...</p>
<p>The post <a href="https://www.erntesky.com/blog/programming-languages/ruby/install-ruby-on-windows-11-with-ide/">Install Ruby on Windows 11 with IDE</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Ruby is a dynamic, object-oriented, general-purpose programming language that features automatic memory management and supports multiple programming paradigms, including functional, procedural, and object-oriented programming. It has a simple and expressive syntax allows developers to write code quickly and efficiently.</p>
<p style="text-align: justify;">Ruby is mainly used for web development, particularly in developing server-side applications and frameworks like Ruby on Rails. It can also create desktop applications, mobile apps, and scripting tasks. Ruby&#8217;s popularity has grown due to its ease of use, flexibility, and availability of many libraries and frameworks. It is often used in startups and agile development environments, where rapid prototyping and iteration are critical.</p>
<p style="text-align: justify;">RubyInstaller is a software package for Microsoft Windows that provides a self-contained installation of the Ruby programming language, including the Ruby language interpreter, development tools, and libraries. It is designed to make it easy for developers to install Ruby on their Windows machines and develop Ruby applications quickly.</p>
<p style="text-align: justify;">The RubyInstaller includes a precompiled version of the Ruby interpreter and many libraries and tools commonly used in Ruby development, such as the RubyGems package manager and the Bundler dependency management tool. The installer also includes many development tools, such as the Ruby Development Kit (DevKit), which provides development tools and libraries that allow developers to build native C/C++ extensions for Ruby.</p>
<p style="text-align: justify;">Step 1 &#8211; Download the RubyInstaller</p>
<p style="text-align: justify;">Open your browser and head over to the <a href="https://rubyinstaller.org/downloads/" target="_blank" rel="noopener">RubyInstaller</a> downloads page.</p>
<p style="text-align: justify;">You will find two options on the downloads page: one with DevKit and the other without a DevKit.</p>
<p style="text-align: justify;">If you want to use the system for developing software, ensure to include the Ruby version with a DevKit; otherwise, if you are only interested in the Ruby interpreter, select the one without.</p>
<p><img fetchpriority="high" decoding="async" class="size-full wp-image-580 aligncenter" src="https://www.erntesky.com/wp-content/uploads/2023/09/step1_windows11-ruby-install.webp" alt="" width="304" height="424" srcset="https://www.erntesky.com/wp-content/uploads/2023/09/step1_windows11-ruby-install.webp 304w, https://www.erntesky.com/wp-content/uploads/2023/09/step1_windows11-ruby-install-215x300.webp 215w" sizes="(max-width: 304px) 100vw, 304px" /></p>
<p style="text-align: justify;">Step 2 &#8211; Launch the Installer</p>
<p style="text-align: justify;">Once the download is complete, double-click to open the installer program. This may prompt you whether you wish to install Ruby for you or all accounts in the system.</p>
<p><img decoding="async" class="size-full wp-image-581 aligncenter" src="https://www.erntesky.com/wp-content/uploads/2023/09/step2_windows11-ruby-install.png" alt="" width="356" height="247" srcset="https://www.erntesky.com/wp-content/uploads/2023/09/step2_windows11-ruby-install.png 356w, https://www.erntesky.com/wp-content/uploads/2023/09/step2_windows11-ruby-install-300x208.png 300w" sizes="(max-width: 356px) 100vw, 356px" /></p>
<p style="text-align: justify;">In the next step, accept the License and click Next to proceed.</p>
<p><img decoding="async" class="size-full wp-image-582 aligncenter" src="https://www.erntesky.com/wp-content/uploads/2023/09/step2-1_windows11-ruby-install.webp" alt="" width="489" height="385" srcset="https://www.erntesky.com/wp-content/uploads/2023/09/step2-1_windows11-ruby-install.webp 489w, https://www.erntesky.com/wp-content/uploads/2023/09/step2-1_windows11-ruby-install-300x236.webp 300w" sizes="(max-width: 489px) 100vw, 489px" /></p>
<p style="text-align: justify;">Next, configure the destination directory. Once satisfied with the configuration options, click Install to setup Ruby on your machine.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-583 aligncenter" src="https://www.erntesky.com/wp-content/uploads/2023/09/step2-2_windows11-ruby-install.png" alt="" width="475" height="348" srcset="https://www.erntesky.com/wp-content/uploads/2023/09/step2-2_windows11-ruby-install.png 475w, https://www.erntesky.com/wp-content/uploads/2023/09/step2-2_windows11-ruby-install-300x220.png 300w" sizes="(max-width: 475px) 100vw, 475px" /></p>
<p style="text-align: justify;">In the Components page, choose the target components you wish to install or skip.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-584 aligncenter" src="https://www.erntesky.com/wp-content/uploads/2023/09/step2-3_windows11-ruby-install.png" alt="" width="478" height="347" srcset="https://www.erntesky.com/wp-content/uploads/2023/09/step2-3_windows11-ruby-install.png 478w, https://www.erntesky.com/wp-content/uploads/2023/09/step2-3_windows11-ruby-install-300x218.png 300w" sizes="(max-width: 478px) 100vw, 478px" /></p>
<p>&nbsp;</p>
<p style="text-align: justify;">Once the installation is complete, the installer may require you to install the MSYS2 Package.</p>
<p style="text-align: justify;">Select the option and click Finish.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-585 aligncenter" src="https://www.erntesky.com/wp-content/uploads/2023/09/step2-4_windows11-ruby-install.webp" alt="" width="319" height="349" srcset="https://www.erntesky.com/wp-content/uploads/2023/09/step2-4_windows11-ruby-install.webp 319w, https://www.erntesky.com/wp-content/uploads/2023/09/step2-4_windows11-ruby-install-274x300.webp 274w" sizes="(max-width: 319px) 100vw, 319px" /></p>
<p style="text-align: justify;">In the Prompt window, choose the MSYS2 Base Installation to configure and set up MSYS2 on your system. The best just hit ENTER (witch installing the number 3rd option) or choose the number 1 option.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-586 aligncenter" src="https://www.erntesky.com/wp-content/uploads/2023/09/step2-5_windows11-ruby-install.webp" alt="" width="572" height="272" srcset="https://www.erntesky.com/wp-content/uploads/2023/09/step2-5_windows11-ruby-install.webp 572w, https://www.erntesky.com/wp-content/uploads/2023/09/step2-5_windows11-ruby-install-300x143.webp 300w" sizes="(max-width: 572px) 100vw, 572px" /></p>
<p style="text-align: justify;">What is MSYS2?</p>
<p style="text-align: justify;">MSYS2 is a collection of software packages for Microsoft Windows that provides a Unix-like environment for the development and execution of command-line applications and scripts. It is designed to provide a full-featured POSIX environment on Windows, including a bash shell, GNU utilities, and other development tools commonly found on Unix-like operating systems.</p>
<p style="text-align: justify;">Wait for the process to complete, and you should set up the Ruby interpreter on your system.</p>
<p>Step 3 &#8211; Install IDE</p>
<p>It will sound funny, but this will be the hardest part. The problem is not with the installer, but the search for the right IDE. I can mostly recommend <a href="https://github.com/atom/atom/" target="_blank" rel="noopener">Atom</a> and <a href="https://github.com/ActiveState/OpenKomodoIDE" target="_blank" rel="noopener">Komodo IDE</a>.</p>
<p>The post <a href="https://www.erntesky.com/blog/programming-languages/ruby/install-ruby-on-windows-11-with-ide/">Install Ruby on Windows 11 with IDE</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/programming-languages/ruby/install-ruby-on-windows-11-with-ide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Blend Images Together Using Adjustment Layers</title>
		<link>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-blend-images-together-using-adjustment-layers/</link>
					<comments>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-blend-images-together-using-adjustment-layers/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Mon, 26 Dec 2016 21:40:18 +0000</pubDate>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Adjustment]]></category>
		<category><![CDATA[Bear]]></category>
		<category><![CDATA[Blend]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Layer]]></category>
		<category><![CDATA[Manipulation]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Realistic]]></category>
		<category><![CDATA[Scene]]></category>
		<guid isPermaLink="false">http://www.erntesky.com/?p=488</guid>

					<description><![CDATA[<p>In this tutorial you will learn how to blend different images together using adjustment layers and simple but effective photo realistic illustrations. Resources Used (The following resources were used during the production of this tutorial.): Step 1 Make a new document, sized 4960 x 2920 px, resolution 300. Step 2 Add the picture of a...</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-blend-images-together-using-adjustment-layers/">How to Blend Images Together Using Adjustment Layers</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone wp-image-490 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-final.jpg" width="1000" height="589" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-final.jpg 1000w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-final-300x177.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-final-768x452.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p align="justify">In this tutorial you will learn how to blend different images together using adjustment layers and simple but effective photo realistic illustrations.</p>
<p align="justify">Resources Used (The following resources were used during the production of this tutorial.):</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-525" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-1.jpg" width="1137" height="1300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-1.jpg 1137w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-1-262x300.jpg 262w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-1-768x878.jpg 768w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-1-896x1024.jpg 896w" sizes="(max-width: 1137px) 100vw, 1137px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-526" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-2.jpg" width="1300" height="854" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-2.jpg 1300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-2-300x197.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-2-768x505.jpg 768w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-resources-2-1024x673.jpg 1024w" sizes="(max-width: 1300px) 100vw, 1300px" /></p>
<p><u>Step 1</u></p>
<p align="justify">Make a new document, sized 4960 x 2920 px, resolution 300.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-494 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-1.jpg" width="537" height="321" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-1.jpg 537w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-1-300x179.jpg 300w" sizes="(max-width: 537px) 100vw, 537px" /></p>
<p><u>Step 2</u></p>
<p align="justify">Add the picture of a forest and name the layer. Use free transform (Cmd+T), hold down Shift and draw the image to cover the whole canvas.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-495 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-2.jpg" width="600" height="351" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-2.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-2-300x176.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 3</u></p>
<p align="justify">Now add adjustment layers for the forest layer. Use Layer &gt; New Adjustment Layer &gt; Hue/Saturation and bring down the master saturation to -85.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-496 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-3.jpg" width="213" height="370" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-3.jpg 213w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-3-173x300.jpg 173w" sizes="(max-width: 213px) 100vw, 213px" /></p>
<p><u>Step 4</u></p>
<p align="justify">Add a gradient map adjustment layer. You can pick another color if you like; I chose petrol blue for a cold feel.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-497 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-4-1.jpg" width="213" height="370" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-4-1.jpg 213w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-4-1-173x300.jpg 173w" sizes="(max-width: 213px) 100vw, 213px" /></p>
<p align="justify">Now your image should look something like this:</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-498 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-4-2.jpg" width="600" height="351" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-4-2.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-4-2-300x176.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 5</u></p>
<p align="justify">Next add the picture of a bear. To cut out the bear you can use the pen tool (P) or any other technique, but because of the grass in this picture I found out that the best way to cut it out was just to mask the grass. It will take some time but the end result looks much better than by using the pen tool.</p>
<p align="justify">To mask the grass, first add a vector mask to the bear layer. With the mask selected, mask the surroundings with a black brush. Use a small brush for the fur on the edges. When you are done, copy the layer twice for later use.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-499 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-1.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-1.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-1-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-1-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-1-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-1-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-1-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-500 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-2.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-2.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-2-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-2-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-2-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-2-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-5-2-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 6</u></p>
<p align="justify">Now add adjustment layers for the bear. Make a new levels adjustment layer with the settings: 8, 0.70 and 255. Add a Hue/Saturation adjustment layer and bring down the master channel by -50. Also desaturate the yellow, green, cyan and blue channels by -100.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-501 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-6.jpg" width="600" height="404" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-6.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-6-300x202.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 7</u></p>
<p align="justify">To create shadows for the bear, choose one of the copied bear layers, left-click and select Convert to Smart Object. Left-click again and select Rasterize Layer. Make sure that the layer is selected and go to Layer &gt; Transform &gt; Flip Vertical. Use free transform to adjust the shadow to its place (Cmd + T). Hold down Cmd when in free transform to adjust the angle of the shadow. Select Filter &gt; Blur &gt; Gaussian Blur, with a Radius of 15 px, to soften the shadow. Finally bring down layer opacity to 40%.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-502 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-1.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-1.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-1-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-1-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-1-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-1-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-1-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-503 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-2.jpg" width="316" height="323" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-2.jpg 316w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-7-2-293x300.jpg 293w" sizes="(max-width: 316px) 100vw, 316px" /></p>
<p><u>Step 8</u></p>
<p align="justify">Now select the second copied bear layer and press Cmd + U to bring out the Hue/Saturation panel. Bring down the lightness to -100. Add a vector mask for the layer and use the gradient tool to draw the mask. Make sure that the gradient tool is set to default (from black to white).</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-504 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-1.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-1.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-1-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-1-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-1-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-1-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-1-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p align="justify">Now the forest and the bear have been blended together. Your image and your layer panel should look something like this:</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-505 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-2.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-2.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-2-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-2-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-2-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-2-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-2-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-506 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-3.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-3.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-3-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-3-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-3-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-3-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-8-3-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 9</u></p>
<p align="justify">Open the lamp picture. Cut out a lamp by using the pen tool. Drag the selection to the main illustration and duplicate it. Now place the other lamp to the ground next to a tree and use a vector mask to make it look like it&#8217;s behind the tree&#8217;s roots. Use free transform to adjust the size of the second lamp and place it to the tree on the right side.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-507 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-1.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-1.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-1-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-1-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-1-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-1-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-1-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-508 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-2.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-2.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-2-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-2-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-2-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-2-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-9-2-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 10</u></p>
<p align="justify">Create a new layer and select the brush tool with a color that matches with the lamps&#8217; light. Start drawing different sized dots and lines around the lamps with a small brush. When you&#8217;re done, use Gaussian blur and motion blur on the layer to make it look more vivid. Duplicate the layer as many times as you wish and play around with layer opacity and blending modes if you like. Do this for both lamps.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-509 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-10.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-10.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-10-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-10-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-10-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-10-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-10-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 11</u></p>
<p align="justify">Add some more light around the lamps. Make a new layer; pick an orange/yellow color and paint around the left lamp. Use Gaussian blur and set the blending mode to screen. Set the opacity to 30%. Do the same thing for the right lamp, but set the opacity 15%.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-510 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-1.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-1.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-1-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-1-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-1-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-1-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-1-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p align="justify">Here&#8217;s what your work should look like:</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-511 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-2.jpg" width="600" height="650" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-2.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-2-277x300.jpg 277w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-512 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-3.jpg" width="600" height="583" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-3.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-11-3-300x292.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 12</u></p>
<p align="justify">Now enhance some of the lines in the illustration. Make a new layer and select the brush tool with foreground color set to white. Set the brush size to 4 px and hardness to 100%. Start drawing lines that follow the shapes in the illustration. You can paint a lot or just focus on the bear. When you&#8217;re done, left-click one of the lines and select Stroke Path. Choose Brush and Simulate Pressure. Left-click the lines again and select Delete Path. Make a vector mask for the layer and start to mask them out so that they blend nicely but still clearly highlight your illustration.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-513 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-1.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-1.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-1-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-1-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-1-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-1-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-1-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-517" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-2.jpg" width="600" height="600" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-2.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-2-150x150.jpg 150w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-2-300x300.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-2-270x270.jpg 270w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-2-207x207.jpg 207w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-2-75x75.jpg 75w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-518" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-3.jpg" width="600" height="583" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-3.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-12-3-300x292.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 13</u></p>
<p align="justify">Bring out the bear&#8217;s eyes by painting white dots over the eyes using the brush tool. Duplicate the layer, and set the blending modes to overlay.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-519" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-13-1.jpg" width="600" height="583" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-13-1.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-13-1-300x292.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-520" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-13-2.jpg" width="600" height="583" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-13-2.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-13-2-300x292.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 14</u></p>
<p align="justify">Add some mist in the front. Once again we&#8217;re going to use the good old brush tool. Paint with white, use Gaussian blur and bring down the opacity to around 60%.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-521" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-14-1.jpg" width="600" height="583" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-14-1.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-14-1-300x292.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-522" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-14-2.jpg" width="600" height="583" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-14-2.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-14-2-300x292.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Step 15</u></p>
<p align="justify">Almost done! Let&#8217;s add some finalizing touches. At the very top of the layer panel, add a Photo Filter adjustment layer. For the filter, select deep blue and set density to 40%. Then add a Gradient Map adjustment layer. Make it go from dark blue to white and set the blending mode to overlay.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-523" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-15.jpg" width="600" height="583" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-15.jpg 600w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-step-15-300x292.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><u>Final Image</u></p>
<p align="justify">And bang, you&#8217;re done! You can keep working with the lighting, add some more stuff in there or change the colors as you wish. I hope that you learned something useful with this tutorial.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-490 size-full" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-final.jpg" width="1000" height="589" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-final.jpg 1000w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-final-300x177.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-blend-images-together-using-adjustment-layers-final-768x452.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p align="justify">All done! <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-blend-images-together-using-adjustment-layers/">How to Blend Images Together Using Adjustment Layers</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-blend-images-together-using-adjustment-layers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a Realistic Panoramic Matte Painting</title>
		<link>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-a-realistic-panoramic-matte-painting/</link>
					<comments>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-a-realistic-panoramic-matte-painting/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Fri, 09 Dec 2016 17:20:32 +0000</pubDate>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Matte]]></category>
		<category><![CDATA[Painting]]></category>
		<category><![CDATA[Panoramic]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Realistic]]></category>
		<guid isPermaLink="false">http://www.erntesky.com/?p=448</guid>

					<description><![CDATA[<p>Matte paintings are images commonly used in the film industry to create the illusion of an environment that would otherwise be too expensive or impossible to build. In this tutorial I will show you how to turn a single stock photo into a realistic panoramic scene. Step 1 I use the following stock image in...</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-a-realistic-panoramic-matte-painting/">Create a Realistic Panoramic Matte Painting</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-450" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-final-300x132.jpg" alt="" width="300" height="132" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-final-300x132.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-final.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Matte paintings are images commonly used in the film industry to create the illusion of an environment that would otherwise be too expensive or impossible to build. In this tutorial I will show you how to turn a single stock photo into a realistic panoramic scene.</p>
<p><u>Step 1</u></p>
<p align="justify">I use the following stock image in order to follow this step-by-step tutorial: if you choose to work on a different plate, try to find a photo with a mostly clear sky so it will be easier to enlarge the photo in the following steps.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-453" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-1-300x183.jpg" alt="" width="300" height="183" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-1-300x183.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Now open your stock of choice in Photoshop and increase the canvas size in all directions except for the ground. First right-click on the background layer in the layer palette and choose the option Layer From Background. Name your layer plate. After that go to Image &gt; Canvas Size and set Width to 3250 and Height to 1450 pixels. Make sure to select the bottom centre rectangle for your canvas extension area in the Canvas Size menu and click OK. The image should now be extended with a transparent background.</p>
<p><u>Step 2</u></p>
<p align="justify">Now we will start to fill the new transparent area with life. This might turn out to be a very time consuming step if you are not used to working with stock images in this way. Duplicate your plate layer and move the original layer with the Move Tool (V) about 200 pixels to the left where the background is to be enlarged. Make sure the Show Transform Controls in the upper menu is selected and then increase the size of the layer to about 101%. Why do we do this? Have you noticed the thin white line in our stock image? The new area has to blend seamlessly with our original image, therefore we have to move both lines to the same height.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-454" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-2-1-300x286.jpg" alt="" width="300" height="286" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-2-1-300x286.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-2-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Next we have to get rid of the sharp edges in the upper layer. For this, select your duplicated plate layer in the layer palette and add a Layer Mask by clicking on the Add Layer Mask button below. Select the Brush Tool (B) and pick a large 200 pixel round soft brush to delete unwanted areas of your layer. To do this you will have to set your Foreground Color to black and Opacity as well as Flow to 100%. Then start brushing on your edges while the layer mask is still selected.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-455" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-2-2-238x300.jpg" alt="" width="238" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-2-2-238x300.jpg 238w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-2-2.jpg 600w" sizes="(max-width: 238px) 100vw, 238px" /></p>
<p><u>Step 3</u></p>
<p align="justify">The left area now obviously looks duplicated, so we will use the Clone Stamp Tool (S) to fix that. First create a new layer on top of all other layers, then grab the Stamp Tool and select the option Sample: All Layers in the upper menu. This way the Stamp Tool will clone areas from all layers, while it will neglect everything except for the selected layer in case the option Current Layer is chosen. Again use a large round soft brush and set its opacity to about 50%. This is a very experimental step, so I recommend that you vary your brush sizes and opacities to get the optimal cloning result. Make sure you press Alt on your keyboard while you select the desired area in your image that you would like to clone. Do so with a single left-click.</p>
<p align="justify">After selecting your area, stop pressing Alt and click in your empty layer once again to start cloning. Depending on the direction you are moving with your mouse the Clone Stamp Tool will now recreate elements from the desired area in your new layer. Make sure you do not cross noticeable edges of your image while cloning as it will bring the quality of your result down a lot. With some patience you might get a similar result to mine. Feel free to merge your background layers whenever you are satisfied with the result. Be aware that it is not as simple to correct mistakes afterwards.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-456" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-3-300x150.jpg" alt="" width="300" height="150" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-3-300x150.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 4</u></p>
<p align="justify">Use the Clone Stamp Tool as described in step three in order to expand the background on the right as well. This is, again, very experimental. Try to clone some nice cloud formations and blend them as best as you can with your original plate layer by using methods from steps two and three. There is no need to be overly accurate here, as we will cover the sides with photos of trees and bushes later on.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-457" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-4-300x138.jpg" alt="" width="300" height="138" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-4-300x138.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-4.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 5</u></p>
<p align="justify">Create a new layer and then go to Image &gt; Apply Image with the settings shown in the following image and press OK. We will now fill the empty areas by increasing the size of this layer. Go to Edit &gt; Free Transform and increase the layer size to about 130% until all empty space is filled. The sky in our background is very dusty and grainy so this method does not hurt the quality that much. I usually do not recommend using this technique as it may bring down the quality of an image drastically. In our case the relevant areas will be hidden by other elements at the end, so it does not really matter to us.</p>
<p align="justify">Next, add a Layer Mask and erase all the parts in the center where the applied image and original layers overlap each other. That way we will keep the quality and sharpness in the central areas high. Like in step two, try to blend your layer as best as you can. You might want to use the Clone Stamp Tool again in order to fix all bad transitions, which you do not plan to cover with other elements in the end.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-458" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-5-300x288.jpg" alt="" width="300" height="288" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-5-300x288.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-5.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 6</u></p>
<p align="justify">In this step we will fill the canvas with more chimneys. Again go to Image &gt; Apply Image as explained in step five. After that select Edit &gt; Free Transform and rotate your layer 60 degrees clockwise. Then erase the chimneys but keep the smoke. We will add new chimneys instead to add variety to our scene. I have used the following stock photo: chimney.</p>
<p><img loading="lazy" decoding="async" class="size-medium wp-image-459" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-6-1-300x201.jpg" alt="" width="300" height="201" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-6-1-300x201.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-6-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>Drag this layer into your file and erase everything except for the chimney. You can use Adjustment Layers to blend the stock photo with our original plate. Create a new Adjustment Layer by clicking the fourth button at the bottom of your layer palette and choose Hue/Saturation from the menu. Our other chimneys have a dark purple color, so adjust the colors as followed: Hue = -108; Saturation = -43; Lightness = -14.</p>
<p align="justify">Right click on your new Adjustment Layer in the palette and choose Create Clipping Mask. Make sure your Hue/Saturation layer is right upon your chimney as a Clipping Mask only affects one single layer and not the entire image. Repeat this step if you need to add more chimneys. You may want to set the Blending Mode of your chimney layer to Darken in order to blend it nicely with the background (do not forget to extract it with a layer mask or whatever technique suits you best). I also reduced the opacity to about 40%. It is reasonable that objects in the distance are covered with a lot of dust and haze, which is why we have to decrease the contrast to create the illusion of depth.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-460" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-6-2-300x150.jpg" alt="" width="300" height="150" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-6-2-300x150.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-6-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 7</u></p>
<p align="justify">Use the Clone Stamp Tool (S) described in step three to compliment the smoke on the right with additional clouds. However, pay attention to lighting and shading of the smoke while cloning areas. Concerning other objects in our image, the smoke clouds should always be lit from the right. In order to blend elements properly you always have to keep track of your color of light and shadows, as those are essential for a coherent image and realistic atmosphere.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-461" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-7-300x135.jpg" alt="" width="300" height="135" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-7-300x135.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-7.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 8</u></p>
<p align="justify">Apparently there is enough empty space for another chimney. I was download from the Internet the following stock image which appears to have similar lighting conditions: chimney2. The photo is desaturated, so we will have to recolor it. Open the stock photo and go to Image &gt; Adjustments &gt; Color Balance and Image &gt; Adjustments &gt; Brightness/Contrast to adjust the image with the following settings. Start with Color Balance and then do brightness adjustments. Do not change this order as it will alter your results greatly! After that drag the photo into your work-file and erase all unneeded areas. I recommend extracting it with a large round soft brush at different opacity levels.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-462" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-8-129x300.jpg" alt="" width="129" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-8-129x300.jpg 129w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-8-439x1024.jpg 439w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-8.jpg 600w" sizes="(max-width: 129px) 100vw, 129px" /></p>
<p><u>Step 9</u></p>
<p align="justify">The new chimney does not blend very well with the scene yet, so we will apply a couple of additional adjustments. Firstly, create a new layer on top of your new chimney and set the Blending Mode to Soft Light. Pick a small soft round brush (about 20 pixels) and turn the Opacity of your brush down to 30%. Set the Foreground Color to white and then brush over the right of the chimney to brighten it according to the direction of our light source. Secondly, create a new layer, set the Blending Mode to Multiply and now brush over the chimney in order to darken it. This time be careful with your brush opacity as the Multiply Blending Mode tends to work more effectively than the Soft Light mode. Set the opacity to about 10% and change the Foreground Color to black or dark grey. Thirdly, create another new layer, again set its mode to Multiply, but this time grab a larger soft brush (about 100 pixel) and set the Foreground Color to #f0b5aa. By brushing over the smoke we will mainly adjust the colors of its highlights and therefore change the reflection of light. Depending on your result you might want to experiment with the layer opacity as well. Try to get a similar result to mine by varying brush sizes and opacities.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-463" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-9-300x278.jpg" alt="" width="300" height="278" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-9-300x278.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-9.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 10</u></p>
<p align="justify">Our image still looks awkward, but we will now finally add the missing foreground elements! Feel free to look for tree and bush images yourself. You may also can download any from the Internet.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-464" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-10-1-224x300.jpg" alt="" width="224" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-10-1-224x300.jpg 224w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-10-1.jpg 300w" sizes="(max-width: 224px) 100vw, 224px" /></p>
<p align="justify">First open stock image #2 and drag it into your work-file. The layer should be on top of everything else. Due to the fact it has a white background it can be extracted fairly easily. Go to Select &gt; Color Range and make sure Sampled Colors are selected in the drop-down menu. Then click left into the white area of your layer to get the right color with the Eyedropper Tool. Set the Fuzziness to 95, activate Invert and click OK. After that directly apply a mask to this layer by clicking the third button at the bottom of the layer palette. If you did everything correctly, the branch should now be almost entirely extracted. You will most likely see some awkward white lines around it. Don’t worry about them for now because first we will apply a few color and lighting adjustments.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-465" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-10-2-300x227.jpg" alt="" width="300" height="227" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-10-2-300x227.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-10-2.jpg 361w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 11</u></p>
<p align="justify">The most important aspect of a matte painting is that all elements in our composition have similar lighting conditions. The easiest method to blend your stocks properly is to check highlights and shadows of your original plate and adjust the new elements accordingly. In our image the foreground elements (the bushes) are very dark, so we must decrease the contrast of our branch a lot to ensure that it blends nicely with the scene. Click on the fourth button in your layer palette and add the following Adjustment Layers (see image below). Once again make sure you don’t change the order. After that turn every Adjustment Layer into a clipping mask applied to your branch as described precisely in step six. Lastly set the Opacity of your branch layer to 85% and change the blending mode to Darken. Hopefully all white edges are gone now.</p>
<p align="justify">Finish this step by mirroring the branch layer with Edit &gt; Free Transform and then move it to the upper right corner until you are satisfied with the composition.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-466" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-11-174x300.jpg" alt="" width="174" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-11-174x300.jpg 174w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-11-594x1024.jpg 594w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-11.jpg 600w" sizes="(max-width: 174px) 100vw, 174px" /></p>
<p><u>Step 12</u></p>
<p align="justify">Now open the other stock image and try to change the color of the trees to a dark and desaturated purple with less contrast. I recommend to experiment with adjustment layers yourself. If you can’t get a similar result, use the following settings and drag the finished product into your work-file. Put it below the branch so that the tree layers overlap each other nicely. Set the blending mode to Darken. In this tutorial we will only use the right half of that stock image, however, feel free to make use of the left half as well.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-467" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-12-168x300.jpg" alt="" width="168" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-12-168x300.jpg 168w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-12-572x1024.jpg 572w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-12.jpg 600w" sizes="(max-width: 168px) 100vw, 168px" /></p>
<p><u>Step 13</u></p>
<p align="justify">This needs more work on blending: Select the tree layer and then erase the red marked areas with a big round soft brush and brighten the green marked parts with the Dodge Tool. Make sure the Dodge Tool is set to Midtones with low Opacity (something around 15% will do it). Dodge the upper tree leaves until they disappear behind the branch we added in step 10. Do not overuse the Dodge Tool, though, as it also desaturates your stock image in the process. If the leaves appear to be too desaturated afterwards you might want to adjust them with Image &gt; Hue/Saturation again.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-468" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-13-300x293.jpg" alt="" width="300" height="293" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-13-300x293.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-13.jpg 441w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 14</u></p>
<p align="justify">There is still a small area to the left which needs to be fixed. Create a new layer upon your tree layer and set the Blending Mode to Color. Now pick a purple color from the background with the Color Picker Tool (I chose #a08999) and brush onto the yellow marked area. After that turn the layer into a Clipping Mask and set the layer Opacity to 75%.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-469" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-14-255x300.jpg" alt="" width="255" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-14-255x300.jpg 255w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-14.jpg 600w" sizes="(max-width: 255px) 100vw, 255px" /></p>
<p><u>Step 15</u></p>
<p align="justify">As you might know cutting stock images of trees can be really exhausting. I have a special technique that is very useful for extracting images with leaves or any other random and sharp pattern. The following stock image and adjust the colors and contrast as described prior: stock.</p>
<div id="attachment_470" style="width: 209px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-470" class="size-medium wp-image-470" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-15-1-199x300.jpg" alt="" width="199" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-15-1-199x300.jpg 199w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-15-1.jpg 300w" sizes="(max-width: 199px) 100vw, 199px" /><p id="caption-attachment-470" class="wp-caption-text">Detail of umbrella</p></div>
<p align="justify">Drag this image into your canvas and position it as you like. Now add a Layer Mask as explained in step two and grab the Brush Tool (B). Photoshop comes along with a lot of nice default brushes. We pick the leaf brush: Scattered Maple Leaves and set the size to 44 pixels. Check the attached images if you are unsure of what brush I am talking about. Also the settings for Scattering and Shape Dynamics are really important. Choose black as your Foreground Color and then draw into your Layer Mask to extract the leaves. You will notice that this technique is not very accurate, so you might want to vary with scattering, brush size and opacities in order to get a better result. This method works best for objects with a random pattern, and a graphic tablet can be of great use, too. In case the contrast of this layer comes off as too high, set the Opacity of this layer to about 80%.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-471" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-15-2-90x300.jpg" alt="" width="90" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-15-2-90x300.jpg 90w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-15-2-307x1024.jpg 307w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-15-2.jpg 600w" sizes="(max-width: 90px) 100vw, 90px" /></p>
<p><u>Step 16</u></p>
<p align="justify">Keep adding more trees and bushes in the foreground with the techniques listed in steps 10 to 15. Most importantly try to cover all the flawed areas which are still left. Also keep in mind that the basic composition tends to be central/symmetric, so try to fill equally as much space on the left as we did on the right to keep our composition in balance. Do not just simply copy + paste the existing layers. Matte Paintings have to be as realistic and convincing as possible, so any repetition in our scene will hurt the atmosphere of our piece badly.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-472" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-16-300x140.jpg" alt="" width="300" height="140" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-16-300x140.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-16.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 17</u></p>
<p align="justify">Now we need to fix some lines that disappear in our painting. This is very easy to do if you own a graphic tablet, if not use the Pen Tool (P) to create perfect lines. First create a new layer, then switch to the Pen Tool and click once for the starting point and a second time where you would like to end the line. Click and hold your mouse and then move it around to create perfectly curved lines. Before you go on, pick the Brush Tool and set the brush to Hard Round 3 pixels. After that choose your Foreground Color with the Color Picker Tool and pick up the color of the already existing lines, which should be #857082. Now switch to your Pen Tool again – make sure the paths are not gone yet – click right on your image and select the option Stroke Path. Select Brush from the drop-down menu and click OK. Finally deselect the path and repeat this step for all other missing lines.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-473" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-17-225x300.jpg" alt="" width="225" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-17-225x300.jpg 225w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-17.jpg 600w" sizes="(max-width: 225px) 100vw, 225px" /></p>
<p><u>Step 18</u></p>
<p align="justify">Since the basics of your image are done, all the following steps are optional. Feel free to proceed to step 20 where final touch-ups are made. In this step we keep adding more details to our composition to create more levels of depth and some interesting eye catchers. Let us start with adding more factories in the background.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-474" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-18-1-300x207.jpg" alt="" width="300" height="207" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-18-1-300x207.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-18-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">This stock image and make use of the fact that it has a dark silhouette on a bright background. In this case the Blending Mode Darken works very well. Try to brighten the sky of your stock image until it is brighter than the background of our work-file, but at the same time keep the silhouette dark, so that it will not disappear when we switch the Blending Mode.</p>
<p align="justify">Additionally, do not forget to change the color to purple with Image &gt; Adjustments &gt; Hue/Saturation. Use the attached settings if you are unsure. You may place the factories several times in your background, always using different elements of your stock image in order to keep variety. Keep in mind that your composition has a lot of distance haze, so the new factories should be similar in contrast to the already existing chimneys. It can be helpful to reduce the layer Opacity to a value of 60%.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-475" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-18-2-200x300.jpg" alt="" width="200" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-18-2-200x300.jpg 200w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-18-2.jpg 600w" sizes="(max-width: 200px) 100vw, 200px" /></p>
<p><u>Step 19</u></p>
<p align="justify">Add some animals to your composition and bring your picture to life in order to make the scene more convincing. Also think of any other details that may support your concept. Our image represents the typical conflict of nature and technology, so a good idea could be to search for images which present deforestation, for instance rotten trees or tree stubs. Some of these stocks can give you an idea of what I am talking about:</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-476" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-1-300x225.jpg" alt="" width="300" height="225" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-1-300x225.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-477" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-2-300x188.jpg" alt="" width="300" height="188" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-2-300x188.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-478" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-3-300x223.jpg" alt="" width="300" height="223" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-3-300x223.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-479" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-4-200x300.jpg" alt="" width="200" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-4-200x300.jpg 200w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-4.jpg 300w" sizes="(max-width: 200px) 100vw, 200px" /></p>
<p align="justify">Always pay attention to your light source while adding new elements. Use Adjustment Layers and Blending Modes to blend your images according to your light source.</p>
<p align="justify">I will give you one more example: Extract the tree stub and place it in your image where you like it best. Don’t forget to change the color to purple. Now create a new layer on top of your tree stub and turn it into a Clipping Mask. With the Color Picker Tool selected pick up a color from the highlights of the smoke in the background and then brush on your new Clipping Mask with this color to add highlights to your tree stub. Switch the Blending Mode of your Clipping Mask to Overlay.</p>
<p align="justify">Apply this technique on all other objects you would like to add. Experiment with the Blending Modes as the result always varies depending on the photo which you are planning to use. I can recommend the Blending Modes Soft Light, Overlay, Screen and Color Dodge for all actions which imply adding highlights to your composition.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-480" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-5-225x300.jpg" alt="" width="225" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-5-225x300.jpg 225w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-19-5.jpg 600w" sizes="(max-width: 225px) 100vw, 225px" /></p>
<p><u>Step 20</u></p>
<p align="justify">This is almost the final step. In this step we are going to add a lot of color and contrast Adjustment Layers, which will completely change the atmosphere of our image. The final result will look much more like an actual artwork rather than a photo-manipulated stock image. First we start off with a Curves Adjustment Layer in order to improve the contrast. Create new Adjustment Layers on top of all other layers with the following settings.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-481" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-20-95x300.jpg" alt="" width="95" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-20-95x300.jpg 95w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-20-323x1024.jpg 323w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-20.jpg 600w" sizes="(max-width: 95px) 100vw, 95px" /></p>
<p><u>Step 21</u></p>
<p align="justify">You can stop here if you like this surreal night scene. Otherwise add some more Adjustment Layers as we are going to turn night into day with this step.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-482" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-21-180x300.jpg" alt="" width="180" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-21-180x300.jpg 180w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-21.jpg 600w" sizes="(max-width: 180px) 100vw, 180px" /></p>
<p><u>Step 22</u></p>
<p align="justify">There is a small area to the left which pops out with blue color. Fix this area by creating a new layer and setting the Blending Mode to Color. Pick up a desaturated brown color (#6b6254) and then brush over those parts which have to be recolored. After that decrease the layer Opacity to 75%.</p>
<p align="justify">Furthermore, we are going to add some light rays. Create a new layer, select the Paint Bucket Tool (G) and fill it with black. Then grab a big round soft brush and pick a bright orange color. You can now draw diagonal orange lines onto your black layer (in case you own a graphic tablet), or click once with your mouse into your black canvas and create a big round circle. Then go to Filter &gt; Blur &gt; Motion Blur. Set Angle to 45° and Distance to 999, then press OK. After that set the Blending Mode to Linear Dodge, which will result in some nice lighting effects. Move your layer around and erase the parts which you do not like. You may also duplicate and distort this layer if you want to add even more light rays.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-483" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-22-180x300.jpg" alt="" width="180" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-22-180x300.jpg 180w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-realistic-panoramic-matte-painting-step-22.jpg 600w" sizes="(max-width: 180px) 100vw, 180px" /></p>
<p align="justify">That is all up to you&#8230;</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-a-realistic-panoramic-matte-painting/">Create a Realistic Panoramic Matte Painting</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-a-realistic-panoramic-matte-painting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create Apocalyptic Photo Manipulation</title>
		<link>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-apocalyptic-photo-manipulation/</link>
					<comments>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-apocalyptic-photo-manipulation/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Thu, 08 Dec 2016 23:50:24 +0000</pubDate>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Apocalyptic]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Manipulation]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photoshop]]></category>
		<guid isPermaLink="false">http://www.erntesky.com/?p=395</guid>

					<description><![CDATA[<p>In this tutorial, I will show you how to create apocalyptic manipulation using adjustment layers, vector masks, and some special effects. Let’s get started. Preparation You will need to search for compatible images to follow this tutorial. I also used an image of a gas mask, some crack brushes, curvy brushes, mist brushes and a...</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-apocalyptic-photo-manipulation/">Create Apocalyptic Photo Manipulation</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-399" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-final-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-final-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-final.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">In this tutorial, I will show you how to create apocalyptic manipulation using adjustment layers, vector masks, and some special effects. Let’s get started.</p>
<p><u>Preparation</u></p>
<p align="justify">You will need to search for compatible images to follow this tutorial. I also used an image of a gas mask, some crack brushes, curvy brushes, mist brushes and a grunge texture. You will also need an image of a person sitting down for Step 8.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-401" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-preparation-228x300.jpg" alt="" width="228" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-preparation-228x300.jpg 228w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-preparation.jpg 562w" sizes="(max-width: 228px) 100vw, 228px" /></p>
<p><u>Step 1</u></p>
<p align="justify">Blending the background… Create a new document. Open the pictures with the bottom part of the background and drag them into the new document. As you can see, I used the right picture twice to make the manipulation wider.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-402" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-1-300x143.jpg" alt="" width="300" height="143" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-1-300x143.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Now we have to blend all the parts nicely together. Start with the picture on the right. Add a vector mask to the layer. You can find the button Add Vector Mask in the palette Layers (If you don’t see the palette just click F7 on your keyboard and it will show up).</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-404" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-2.jpg" alt="" width="100" height="63" /></p>
<p align="justify">Open the Brush Tool (B). Pick a soft, round brush, then choose solid black color and lower the Opacity on about 25%. Start painting over the parts of the image which should be hidden. Do the same also with the middle and right part of the background.</p>
<p align="justify">Using a vector mask instead of the eraser tool (which is so popular among Photoshop users) is better because you can very simple reverse all steps you did. You just choose white for the color and paint over the areas which you want to see again. With the eraser tool there is no way to recover. The right part of the background is very bright. Fix it by adding an adjustment layer with Levels and set it as shown.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-405" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-3-300x228.jpg" alt="" width="300" height="228" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-3-300x228.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-3.jpg 405w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Right click on the adjustment layer and choose the option Create Clipping Mask. Thanks to clipping mask, the adjustment layer effects only one layer under itself. After this step, your image should look like that shown below.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-406" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-4-300x142.jpg" alt="" width="300" height="142" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-4-300x142.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-1-4.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 2</u></p>
<p align="justify">Blending the sky… It’s time to add sky. Open the proper sky photos and drag them into the manipulation. Blend them in the same way as you did with the bottom part, by adding in a vector mask to each layer, then with a black brush paint over the parts which should be hidden. Be very careful with blending because if you don’t do it accurately the whole manipulation will never look realistic.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-407" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-2-300x179.jpg" alt="" width="300" height="179" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-2-300x179.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 3</u></p>
<p align="justify">Coloring the background… In this step, we will desaturate the picture and add a decent cyan tinge. Click on the top of the layers and add an adjustment layer Hue/Saturation. Lower the Opacity to -100. Then add an adjustment layer of Color Balance and set it as shown.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-408" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-3-1-300x173.jpg" alt="" width="300" height="173" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-3-1-300x173.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-3-1-305x175.jpg 305w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-3-1.jpg 443w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">The sky seems a little boring. To make it more dramatic, add an adjustment layer of Brightness/Contrast and turn up the contrast a little. You can not use a clipping mask because the sky is made of two layers. But you can reach the same effect if you fill a vector mask of adjustment layer Brightness/Contrast with black, then you paint over the sky with a soft, white brush. The vector mask should look like the one below.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-409" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-3-2.jpg" alt="" width="235" height="28" /></p>
<p align="justify">After this step your manipulation should look like the image below.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-410" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-3-3-300x179.jpg" alt="" width="300" height="179" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-3-3-300x179.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-3-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 4</u></p>
<p align="justify">Fixing perspective… In this step, we’ll fix the perspective of the manipulation. Grab the Marque Tool (M) and select the whole manipulation. Now go to Edit &gt; Copy Merged (Command + Shift + C). Paste (Command + V) the merged image. Click on this newly created layer and add apply Filter &gt; Distort &gt; Spherize…set the value Amount to 20%, then press OK.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-411" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-4-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-4-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-4.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 5</u></p>
<p align="justify">Adding nuclear power station… Open the picture of the nuclear station, then select the station area out of it using your preferred method. You don’t have to care about the smoke much, but be very careful with selecting the cooling towers. After you’re satisfied with selecting, grab the Move Tool (V) and drag the station into the manipulation.</p>
<p align="justify">Add the vector mask to the layer with the station, then using a soft brush paint over the areas you want to have hidden. You can change the opacity and size of the brush as often as you need, as the result will look more realistic. Just a little notice: it is better to use a lower opacity and paint over the layer more often. Thanks to it, there will be no hard edges and blending will look very realistic.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-412" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-5-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-5-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-5.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 6:</u></p>
<p align="justify">Adding the power station… Now we are going to add the power station. It would be hell to select all the parts with the Lasso Tool or something similar to that. Instead I will show you a little trick. Open the picture of the plant. Duplicate the layer. Now go to Image &gt; Adjustments &gt; Threshold. Set the Threshold Level to value 162. After this you should have something similar to the image below.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-413" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-6-1-300x67.jpg" alt="" width="300" height="67" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-6-1-300x67.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-6-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Grab the Magic Wand Tool (W). Make sure that you have unchecked all options as shown.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-414" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-6-2-300x61.jpg" alt="" width="300" height="61" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-6-2-300x61.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-6-2.jpg 375w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Now simply click on a black area and it will create the mask. Hide the layer with a threshold effect. Click on the layer with the station and drag it into the manipulation. Easy, isn’t it?</p>
<p align="justify">Since the plant is in the background, it should be little lighter. To do that I lowered the opacity a little. You can do the same or increase the brightness, or something else you usually use. There are some unwanted wires toward the right part of the picture. Grab the Eraser Tool (E) and simply erase them.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-415" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-6-3-300x179.jpg" alt="" width="300" height="179" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-6-3-300x179.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-6-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 7</u></p>
<p align="justify">Adding the car… Open the image of the car and separate it from the background. You can use any method you are comfortable with. I usually use the Lasso Tool, but there is no rule. After you’re done, drag the car into the manipulation. If you look carefully at the bottom part of the car, there is some mess to clean up.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-416" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-7-1-300x149.jpg" alt="" width="300" height="149" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-7-1-300x149.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-7-1.jpg 460w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Add a new layer above the layer with the car. Grab the Brush Tool (B), then choose a soft, round brush with a low Opacity. Pick some color similar to the shadow color under the car, then paint carefully over the mess. Now add an adjustment layer of Brightness/Contrast, set value of brightness to -20, and set the value of Contrast to -15.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-417" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-7-2-300x177.jpg" alt="" width="300" height="177" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-7-2-300x177.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-7-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 8</u></p>
<p align="justify">Adding a person… Search for a picture with a sitting person to use. I used one I had on file. Then separate it from the background and drag it into the manipulation. You don’t have the similar picture as I did so you may have to do some minor edits a little different than I will show you, but the overall process should be similar.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-418" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-1-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-1-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">As you can see, the woman is too saturated, with bright highlights and too much contrast. To fix that, add an adjustment layer of Hue/Saturation above the layer, then set Saturation on -65. Now create a clipping mask from the layer.</p>
<p align="justify">There is too much highlights and contrast is also high because the photo was taken with internal light. This type of light is very hard and does not fit the global lighting of this manipulation. Add a new adjustment layer of Levels and set it as shown.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-419" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-2-300x228.jpg" alt="" width="300" height="228" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-2-300x228.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-2.jpg 405w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Now click on the vector mask of the adjustment layer and fill it with solid black color.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-420" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-3.jpg" alt="" width="276" height="104" /></p>
<p align="justify">Grab the Brush Tool (B). Choose a small, soft, round brush. Lower the Opacity to 20%. Choose a white color and paint carefully over the highlights you want to have darker, as shown below.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-421" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-4-300x182.gif" alt="" width="300" height="182" /></p>
<p align="justify">It would be better to have the trousers a little bit darker. Add adjustment layer Levels and set the Input Levels on: 0, 0,57, and 255. Fill the vector mask with black and paint with white over the trousers. The whole picture of person should be darker. Add a layer mask of Brightness/Contrast and set the Brightness to -25 and Contrast to -15.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-422" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-5-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-5-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-8-5.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 9</u></p>
<p align="justify">Gas mask… Download the photo of a gas mask somewhere from the Internet. Separate it carefully from the background and drag it into the manipulation. Go to Edit &gt; Transform &gt; Warp and change the grid to fit better on the face. The result should look similar to the image below.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-423" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-9-1-273x300.jpg" alt="" width="273" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-9-1-273x300.jpg 273w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-9-1.jpg 288w" sizes="(max-width: 273px) 100vw, 273px" /></p>
<p align="justify">In the original stock photo the light source comes from the top, but it does not fit to this manipulation. To fix that, add an adjustment layer of Levels above the layer with the gas mask, then set the values as: 0, 0,38, and 255. Create a clipping mask. Fill the vector mask with black and then paint with a white brush over the areas which should be darker. Now we are going to add more cyan colors. Add an adjustment layer of Color Balance and set similar to that shown below.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-424" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-9-2-260x300.jpg" alt="" width="260" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-9-2-260x300.jpg 260w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-9-2.jpg 443w" sizes="(max-width: 260px) 100vw, 260px" /></p>
<p align="justify">The final step in the gas mask adjustment is to lower the opacity. Add an adjustment layer of Hue/Saturation and set the Saturation on -40. Also, create a clipping mask from it.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-425" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-9-3-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-9-3-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-9-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 10</u></p>
<p align="justify">Adding the flower… Open the picture of the flower. Separate it from the background and drag it into the manipulation. As you can see, the flower doesn’t have a nice yellow color like the final image. To improve that add adjustment the layer Color Balance and set it as shown.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-426" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-10-1-173x300.jpg" alt="" width="173" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-10-1-173x300.jpg 173w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-10-1.jpg 443w" sizes="(max-width: 173px) 100vw, 173px" /></p>
<p align="justify">Increase the contrast a little (add an adjustment layer of Brightness/Contrast and increase the value of contrast) and lower the saturation (with an adjustment layer of Hue/Saturation). Don’t forget to create clipping masks from all the adjustment layers you’ve just added!</p>
<p align="justify">According to me, it would be nice to separate the flower from the background a little more by adding an outer glow. Right-click on the layer with the flower and choose Blending Options. Now check Outer Glow and set it as shown.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-427" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-10-2-300x222.jpg" alt="" width="300" height="222" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-10-2-300x222.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-10-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">After you are finished you should have something like the following image.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-428" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-10-3-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-10-3-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-10-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 11</u></p>
<p align="justify">Painting the steam… Don’t worry, you won’t have to paint anything difficult here, just one nice curve. If you have some big problem with doing that you can download some curvy brushes from the Internet. This is just a quick step. The results should look like the image shown below.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-429" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-11-1-300x175.jpg" alt="" width="300" height="175" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-11-1-300x175.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-11-1.jpg 588w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Alright! The basic part of this manipulation is done! We’ve placed all the main elements. Now we will work on some details and especially lighting. But before that, let me show you how your layers should look so far.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-430" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-11-2-159x300.png" alt="" width="159" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-11-2-159x300.png 159w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-11-2.png 482w" sizes="(max-width: 159px) 100vw, 159px" /></p>
<p><u>Step 12</u></p>
<p align="justify">Adding global lighting… In this step, we are going to change the global lighting to create a more dramatic atmosphere and catch the viewer’s attention. Click on the layer with the background and fixed perspective. Duplicate the layer. Now go to Filter &gt; Render &gt; Lighting Effects, and set it as shown.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-431" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-12-1-300x224.jpg" alt="" width="300" height="224" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-12-1-300x224.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-12-1.jpg 510w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Add an adjustment layer of Levels. Set it on these values: 0, 3,74, and 255, then press OK. Create a clipping mask and fill the vector mask of the adjustment layer with black. Grab the Brush Tool (B), choose a white color, lower the opacity of the brush, then paint over the areas of horizon in areas where you feel should be lighter.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-432" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-12-2-300x179.gif" alt="" width="300" height="179" /></p>
<p><u>Step 13</u></p>
<p align="justify">Destroying the nuclear station… According to me the nuclear station should be a little more destroyed and dirtier. At first we will fix the cleanness issue. Install the dirt brush. Create a new layer and paint dirt over one of the towers. Now go to Edit &gt; Transform &gt; Warp, and adapt the dirt to the shape of the tower.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-433" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-13-300x181.jpg" alt="" width="300" height="181" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-13-300x181.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-13.jpg 523w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Erase unwanted parts and lower the opacity. Do the same with the second tower. Now install the crack brushes. Create a new layer and paint some nice cracks.</p>
<p><u>Step 14</u></p>
<p align="justify">Fix the lighting on the nuclear station… Since we added quite strong light in the middle of manipulation, we have to fix the lighting on the station. Add an adjustment layer of Levels above the layers with the nuclear station. Set the Input Levels to: 0; 1,25; and 255. Fill the vector mask with black and choose a nice soft, round brush with low opacity. Now paint over the areas which should be lighter. If you are not sure, look at the picture below for reference.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-434" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-14.jpg" alt="" width="273" height="187" /></p>
<p><u>Step 15</u></p>
<p align="justify">Adding the mist… In this step, we will add a pretty mist to the background. Download some mist brushes and install them. Now add a new layer above the layers which are in the background (the layers with power and nuclear station, not the layers with car and person). Grab the Brush Tool (B), choose a white color, lower the opacity of brush, then paint the mist. If mist does not look natural, then try lowering the opacity more, or change the blending mode to Screen.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-435" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-15-300x176.jpg" alt="" width="300" height="176" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-15-300x176.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-15.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 16</u></p>
<p align="justify">Adding the lens flare… As you can see in the previous picture, light on the horizon isn’t still the same as in the final image. We will fix it with adding a lens flare. Create a new layer above the layer with the mist. Fill it with a solid black color. Go to Filter &gt; Render &gt; Lens Flare, then choose the type of flare you wish. I used Lens Type 105 mm Prime. Press OK. Now change the blending mode of the layer to Screen, or Lighten, and then lower the Opacity to about 40%.</p>
<p><u>Step 17</u></p>
<p align="justify">Shadows under the person… In this step, we will add shadows under the person and on the front of the car. Remember that shadows are very important and if you look carefully around you, you’ll realize that everything has some shadows. Keep this in mind when creating any of your manipulations!</p>
<p align="justify">Create a new layer under the layer with the person. Now Command-click on the thumbnail of the layer with the person. It activates the mask of the person.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-436" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-17-1-300x89.jpg" alt="" width="300" height="89" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-17-1-300x89.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-17-1.jpg 333w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Fill the selection with a solid black color and deselect it. Grab the Move Tool (V) and move the shadow down.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-437" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-17-2-300x156.jpg" alt="" width="300" height="156" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-17-2-300x156.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-17-2.jpg 405w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Now go to Filter &gt; Blur &gt; Gaussian Blur…and set Radius so it will nicely blur the edges of the shadow; I set it on 4 px. Lower the Opacity to 70%. Grab the Eraser Tool (E), then erase every parts of the shadow except the shadow under the leg.</p>
<p align="justify">Now do the same procedure as before, but lower the Opacity even more to about 40%. Very well, the shadows under the leg are done! Now we have to add shadows under the person’s back. The process is still same, except you move the shadows to the left and not down. After this step, your manipulation should look similar to the image below.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-438" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-17-3-300x177.jpg" alt="" width="300" height="177" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-17-3-300x177.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-17-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 18</u></p>
<p align="justify">Shadows in front of the car and person… There have to be shadows in front of the car and person because of the light source and background. We will fix it very easily though! Add a new layer under the layers with the car and person. Grab the Brush Tool (B), then choose a big, soft, round brush. Pick a black color and lower the Opacity to about 30%. Now just pain in front of the car and person. Easy isn’t it?</p>
<p><u>Step 19</u></p>
<p align="justify">Adding the highlights… In this step we will add some highlights to increase the contrast and make the whole scene a little more dramatic. Add an adjustment layer of Levels on the top of all your layers. Set the Input Levels to these values: 0; 2,30; and 208. Press OK. Now fill the vector mask of the adjustment layer with a solid black color. Grab the Brush Tool (B), choose a white color and lower the Opacity to 25%. Paint over the areas which should be highlighted. If you’re not sure, then look at the image below for reference.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-439" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-19-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-19-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-19.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 20</u></p>
<p align="justify">Shadows once again… Now we will add some more shadows. Add an adjustment layer of Levels again and set the Input Levels to: 17; 0,60; and 255. Fill the vector mask with black and with a white brush paint over the areas where you think there should be more shadows.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-440" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-20-300x176.jpg" alt="" width="300" height="176" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-20-300x176.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-20.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 21</u></p>
<p align="justify">Final adjustments… During this and next step we will create the atmosphere which you can see in the final image. Add an adjustment layer of Color Balance on the top of your layers, then set the Color Levels as: -3; +4; and +15.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-441" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-1-300x175.jpg" alt="" width="300" height="175" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-1-300x175.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Now we add a pretty vignette around the edges. Add an adjustment layer of Levels, then set the Input Levels as: 0; 0,50; and 255. Now fill the vector mask with black and then paint with a soft, white brush around the edges.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-442" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-2-300x177.jpg" alt="" width="300" height="177" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-2-300x177.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Open some grunge texture and drag it into the manipulation. Change the blending mode to Overlay and lower the Opacity to 25%. Texture adds some more contrast to the picture.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-443" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-3-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-3-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">I changed the Color Balance once more and lowered the opacity, but it depends on your personal taste. Below you can see final two adjustments.</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-444" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-4-300x173.jpg" alt="" width="300" height="173" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-4-300x173.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-4-305x175.jpg 305w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-4.jpg 443w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-445" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-5-300x233.jpg" alt="" width="300" height="233" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-5-300x233.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-step-21-5.jpg 411w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Well, that’s all. I hope that this tutorial was useful for you and you’ve learned some new techniques, or you have found inspiration for your own photo manipulations!</p>
<p align="justify"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-399" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-final-300x178.jpg" alt="" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-final-300x178.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-apocalyptic-photo-manipulation-final.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Done!</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-apocalyptic-photo-manipulation/">Create Apocalyptic Photo Manipulation</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/create-apocalyptic-photo-manipulation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Creating an Environmentally Friendly Green Type Treatment</title>
		<link>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/creating-an-environmentally-friendly-green-type-treatment/</link>
					<comments>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/creating-an-environmentally-friendly-green-type-treatment/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Thu, 08 Dec 2016 23:17:19 +0000</pubDate>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Environmentally]]></category>
		<category><![CDATA[Green]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[Treatment]]></category>
		<category><![CDATA[Type]]></category>
		<guid isPermaLink="false">http://www.erntesky.com/?p=364</guid>

					<description><![CDATA[<p>With oil prices the way they are today, everybody is thinking Green. I have done many projects recently that require a Green style applied to the design. In the following Illustrator tutorial, I’ll teach you how to create a Green type treatment. It works great for logos and other design elements. Step 1 Create a...</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/creating-an-environmentally-friendly-green-type-treatment/">Creating an Environmentally Friendly Green Type Treatment</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-366" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-final-300x132.jpg" width="300" height="132" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-final-300x132.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-final.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">With oil prices the way they are today, everybody is thinking Green. I have done many projects recently that require a Green style applied to the design. In the following Illustrator tutorial, I’ll teach you how to create a Green type treatment. It works great for logos and other design elements.</p>
<p><u>Step 1</u></p>
<p align="justify">Create a document that is 8.5 inches by 11 inches. Choose a typeface for the type treatment (I used Helvetica Bold) and type out what you want. Next, Outline the text by going to Type &gt; Create Outlines.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-367" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-1-300x184.jpg" width="300" height="184" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-1-300x184.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 2</u></p>
<p align="justify">With the text selected, create a Linear Gradient from the Gradient Panel. Change the color of the first swatch on the Gradient Slider (left swatch) to a light green (I used these CMYK values: C=40, M=0, Y=100, and K=0). Change the second swatch on the Gradient Slider to a darker green (C=60 M=16 Y=100 K=0). Use the Gradient Tool (G) to adjust the gradient by clicking at the top of the type and dragging to the bottom of the type so the dark part is at the bottom.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-369" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-2-279x300.jpg" width="279" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-2-279x300.jpg 279w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-2.jpg 600w" sizes="(max-width: 279px) 100vw, 279px" /></p>
<p><u>Step 3</u></p>
<p align="justify">Now we’re going to create some leaves. Start by drawing a leaf shape with the Pen Tool (P). Again, with the Pen Tool (P), draw a line that starts at the tip of leaf and ends in the middle of the bottom part of the leaf. After selecting the line and the leaf shape, press the Divide button in the Pathfinder Panel, located on the bottom left side of the panel. Ungroup (Command+Shift+G) the objects so you have two separate shapes.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-370" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-3-209x300.jpg" width="209" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-3-209x300.jpg 209w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-3.jpg 600w" sizes="(max-width: 209px) 100vw, 209px" /></p>
<p><u>Step 4</u></p>
<p align="justify">Select both shapes and create the same colored Linear Gradient as the Text. Next, select one shape and use the Gradient Tool (G) to click and drag at a 45 degree angle across the leaf half shape. Do this again for the other half of the leaf.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-371" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-4-254x300.jpg" width="254" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-4-254x300.jpg 254w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-4.jpg 600w" sizes="(max-width: 254px) 100vw, 254px" /></p>
<p><u>Step 5</u></p>
<p align="justify">With the Pen Tool (P) draw a highlight shape on the top leaf half. Change the highlight shape to a Radial Gradient. Change the left swatch to white and the right swatch to your green color (C=40 M=0 Y=100 K=0).</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-372" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-5-300x281.jpg" width="300" height="281" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-5-300x281.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-5.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 6</u></p>
<p align="justify">With the Pen Tool (P), create a stem shape and send it behind the leaf shapes. Create a Linear Gradient, make the gradient the same colors as the leaf shapes, and adjust the gradient so the darker green is at the top of the stem.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-373" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-6-300x251.jpg" width="300" height="251" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-6-300x251.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-6.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 7</u></p>
<p align="justify">Next come the water droplets. Create an oblong ellipse with the Ellipse Tool (L). Then create a Linear Gradient using the same colors as the leaf and text. Adjust the gradient so the dark side is on the bottom left.</p>
<p align="justify">Create another ellipse on top of the previous ellipse and create a Radial Gradient with the same swatches as the highlight gradient. Adjust this gradient so the light part of the gradient is coming from the bottom left.</p>
<p align="justify">Create two more smaller ellipses with Linear Gradients matching the highlight gradient. Once you are done, group all the ellipses, scale and place them on the leaf shapes. You can easily copy the droplet by holding down Alt and dragging a copy.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-374" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-7-194x300.jpg" width="194" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-7-194x300.jpg 194w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-7.jpg 600w" sizes="(max-width: 194px) 100vw, 194px" /></p>
<p><u>Step 8</u></p>
<p align="justify">The next couple of steps deal with creating the ladybug. Create an ellipse and fill it with a Linear Gradient. Make the first swatch in the gradient a red (C=0 M=100 Y=100 K=0) and the second an even darker red (C=0 M=100 Y=100 K=35). Adjust the gradient so the red color is at the bottom of the ellipse.</p>
<p align="justify">Copy (Command + C) the ellipse and Paste it in Front (Command + F). Draw another bigger ellipse that overlaps the center of the original ellipse. After selecting one of the original ellipses and the overlapping circle, press the Intersect Shape Areas button in the Pathfinder Panel. Make the intersected shape a Linear Gradient with the first swatch white and the second swatch red. Adjust the gradient so the white is at the top of the shape.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-375" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-8-212x300.jpg" width="212" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-8-212x300.jpg 212w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-8.jpg 600w" sizes="(max-width: 212px) 100vw, 212px" /></p>
<p><u>Step 9</u></p>
<p align="justify">Draw five more ellipses over the ladybug body shape and group them together. Copy (Command + C) the original body ellipse shape and Paste it in Front (Command + F). With the copied body shape and the five ellipse selected, Intersect the shapes.</p>
<p align="justify">Change the dots to a Linear Gradient with the first swatch a really dark red and the second swatch a black red. Adjust the gradient so the lightest red is at the bottom of the combined shapes. Next, Copy (Command + C) the top highlighted shape of the body and Paste it in Front (Command + F).</p>
<p align="justify">Copy (Command + C) the dots and Paste it in Front (Command + F). Select the copied highlight and one of the dots copy and Intersect them. Create a Linear Gradient with the first swatch at 60% black and the second at 90% black. Adjust the gradient so the lighter black is at the top of the shape.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-376" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-9-300x281.jpg" width="300" height="281" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-9-300x281.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-9.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 10</u></p>
<p align="justify">Create another ellipse for the ladybug’s head. Create a gradient the same as the top dots gradient and send the head behind the body shape. Draw an antenna shape with the Pen Tool (P) and place it behind the head. Copy (Command + C) the antenna and Paste it in Front (Command + F). Reflect the antenna by pressing the Flip Horizontal option from the pop-up menu of the Transform Panel.</p>
<p><u>Step 11</u></p>
<p align="justify">Draw an ellipse roughly the size of the completed ladybug. Create a Radial Gradient so the inside swatch is black and the outside is white. Set the ellipse to Multiply from the Transparency Panel and send it behind the ladybug to the bottom left, creating a drop shadow. After grouping the ladybug and drop shadow, place it on the leaf. Then scale and rotate the lady bug as needed.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-377" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-11-257x300.jpg" width="257" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-11-257x300.jpg 257w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-11.jpg 600w" sizes="(max-width: 257px) 100vw, 257px" /></p>
<p><u>Step 12</u></p>
<p align="justify">After selecting the leaf and all the elements on it, place them over your text. I placed mine over the first letter of the word.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-378" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-12-300x225.jpg" width="300" height="225" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-12-300x225.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-12.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 13</u></p>
<p align="justify">Copy (Command + C) the leaf and elements, except the lady bug, and Paste (Command + V). Flip the leaf horizontally and scale down the leaf. When scaling you don’t have to constrain the proportions, this helps the leaf look different from the other. Repeat this step a couple of times around the text.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-379" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-13-154x300.jpg" width="154" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-13-154x300.jpg 154w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-13-524x1024.jpg 524w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-13.jpg 600w" sizes="(max-width: 154px) 100vw, 154px" /></p>
<p><u>Step 14</u></p>
<p align="justify">For the other leaves we are going to create an Art Brush. You can draw these elements with the Pen Tool (P), but you’ll find it more consistent and easier to use a brush.</p>
<p align="justify">Draw an oblong ellipse. Then with the Direct Selection Tool (A), select the right anchor point in the ellipse. When you select an anchor point the Control Panel will default to the Anchor Point Options. Convert the anchor point to a Corner (the first button to the right on the Control Panel). Do this again for the left anchor point. Next, squish the ellipse down from the top to half its original size.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-380" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-14-255x300.jpg" width="255" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-14-255x300.jpg 255w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-14.jpg 600w" sizes="(max-width: 255px) 100vw, 255px" /></p>
<p><u>Step 15</u></p>
<p align="justify">Drag the oval into the Brush Panel and choose New Art Brush. In the Art Brush options change Colorization to Tints. This lets you change the color of the brush without creating a new brush. You don’t need to change the colors of the brush strokes for this tutorial, but it is good practice.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-381" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-15-172x300.jpg" width="172" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-15-172x300.jpg 172w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-15-587x1024.jpg 587w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-15.jpg 600w" sizes="(max-width: 172px) 100vw, 172px" /></p>
<p><u>Step 16</u></p>
<p align="justify">With your new brush, make a swirl shape for a leaf blade. You might need to change the stroke of the brush if it looks to small or too big. When you get a stroke you like, go to Object &gt; Expand. You will also want to clean up the unfilled stroke. An easy way to do this is to go Object &gt; Path &gt; Clean Up. Also, make sure all the check boxes are checked and press OK.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-382" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-16-227x300.jpg" width="227" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-16-227x300.jpg 227w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-16.jpg 600w" sizes="(max-width: 227px) 100vw, 227px" /></p>
<p><u>Step 17</u></p>
<p align="justify">Select the expanded brush shape and create a Linear Gradient with the same swatches as the original text gradient.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-383" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-17-300x219.jpg" width="300" height="219" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-17-300x219.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-17.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 18</u></p>
<p align="justify">Repeat the steps for creating the leaf blade around your text. Try to vary the shape and size of the blades.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-384" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-18-300x117.jpg" width="300" height="117" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-18-300x117.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-18.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 19</u></p>
<p align="justify">Next we’re going to add some more water droplets around the text. Simply Copy (Command + C) the droplets on the leaf you already made and Paste (Command + V) them around the text. Also, be sure to vary their size and shape.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-385" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-19-300x139.jpg" width="300" height="139" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-19-300x139.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-19.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 20</u></p>
<p align="justify">Now it is time to work on the dirt at the bottom of the text. Double click on the Pencil Tool (N) in the Tools Panel to bring up the Pencil Tool Options. Change the Fidelity to 5 to get really smooth lines.</p>
<p align="justify">Use you Pencil Tool (N) to draw a small circular shape. Press Alt before you let go to close the shape. Next, create a Radial Gradient with the interior swatch a brown color (C=35 M=60 Y=80 K=25) and the exterior swatch a dark brown color (C=50 M=70 Y=80 K=70) . Place the spot on the first letter of your word. Scale the dot down smaller than one of the droplets.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-386" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-20-160x300.jpg" width="160" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-20-160x300.jpg 160w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-20-548x1024.jpg 548w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-20.jpg 600w" sizes="(max-width: 160px) 100vw, 160px" /></p>
<p><u>Step 21</u></p>
<p align="justify">Repeat this till you have a pile of dirt spots on you first letter.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-387" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-21-300x241.jpg" width="300" height="241" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-21-300x241.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-21.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 22</u></p>
<p align="justify">Copy (Command + C) and Paste the dirt pile until you have covered the very bottom of all the letters.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-388" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-22-300x165.jpg" width="300" height="165" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-22-300x165.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-22.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 23</u></p>
<p align="justify">Draw a Radial Gradient ellipse like you did for the ladybug drop shadow. Squish the ellipse to about half the size. Send the ellipse behind all the artwork and set it to Multiply.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-389" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-23-217x300.jpg" width="217" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-23-217x300.jpg 217w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-23.jpg 600w" sizes="(max-width: 217px) 100vw, 217px" /></p>
<p><u>Step 24</u></p>
<p align="justify">Repeat this drop shadow under all the letters.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-390" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-24-300x116.jpg" width="300" height="116" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-24-300x116.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-24.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 25</u></p>
<p align="justify">For the background create a rectangle with the Rectangle Tool that is the size of you document. Give it a Radial Gradient, make the interior swatch white and the second swatch a light green (C=13 M=0 Y=38 K=0).</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-391" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-25-300x268.jpg" width="300" height="268" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-25-300x268.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/creating-an-environmentally-friendly-green-type-treatment-step-25.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">All done!</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/creating-an-environmentally-friendly-green-type-treatment/">Creating an Environmentally Friendly Green Type Treatment</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/creating-an-environmentally-friendly-green-type-treatment/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Grunge Text in Photoshop</title>
		<link>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/grunge-text-in-photoshop/</link>
					<comments>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/grunge-text-in-photoshop/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Thu, 08 Dec 2016 22:36:09 +0000</pubDate>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Grunge]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Text]]></category>
		<guid isPermaLink="false">http://www.erntesky.com/?p=350</guid>

					<description><![CDATA[<p>Transform any typeface with this great looking grunge effect in Photoshop, much like the awesome Band of Brothers and 28 Days Later logos. The weathered look is highly customisable, and each result is totally unique &#8211; based on the trick that an image is used as a “destroy” mask. This ones a goldie oldie that...</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/grunge-text-in-photoshop/">Grunge Text in Photoshop</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-353" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-final-300x170.jpg" width="300" height="170" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-final-300x170.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-final.jpg 592w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Transform any typeface with this great looking grunge effect in Photoshop, much like the awesome Band of Brothers and 28 Days Later logos. The weathered look is highly customisable, and each result is totally unique &#8211; based on the trick that an image is used as a “destroy” mask. This ones a goldie oldie that Ive used for a long time now, but the technique has been refined a bit over the last year. So I thought I&#8217;d share!</p>
<p><u>Step 1</u></p>
<p align="justify">Base text… In your Photoshop document, create some white text and rasterize the type (right click on layer, select &#8216;rasterize&#8217; type). Im really liking Helvetica Ultra Compressed at the moment – so Ive used that for my example! This background was created using textures from the awesome of any textures site.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-354" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-1-300x170.jpg" width="300" height="170" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-1-300x170.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-1.jpg 592w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 2</u></p>
<p align="justify">Choose a destroy mask… The idea behind this technique is to choose an image that can be used as a grunge layer&#8230; Have a look online and find an image that suits your requirements. The great thing about this process is that absolutely anything can be used, but some images are better than others. Pics with strong horizontal lines work to great effect, in my example I&#8217;ve used a scratched metal texture from the Internet.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-355" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-2-300x170.jpg" width="300" height="170" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-2-300x170.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-2.jpg 592w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 3</u></p>
<p align="justify">Threshold… Paste your chosen grunge image into the document, above the type layer.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-356" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-3-300x170.jpg" width="300" height="170" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-3-300x170.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-3.jpg 592w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">With your grunge layer selected, open up the Threshold dialog via Image &gt; Adjustments &gt; Threshold. Choose a Threshold level that produces a good looking result, the blacks will be the parts that ‘eat’ into your text.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-357" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-3-1-300x159.png" width="300" height="159" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-3-1-300x159.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-3-1.png 389w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-358" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-3-2-300x170.jpg" width="300" height="170" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-3-2-300x170.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-3-2.jpg 592w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 4</u></p>
<p align="justify">Clear the white… To get rid of the white parts of the grunge layer go Select &gt; Colour Range, when the dialog pops up set the Fuzziness to 200 and select a pure white area with the dropper. This will create a selection around everything that is white – hit delete, leaving you with just the grunge.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-359" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-4-300x170.jpg" width="300" height="170" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-4-300x170.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-4.jpg 592w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 5</u></p>
<p align="justify">Tweak as necessary… Theres lots that you can do with the grunge layer – you can rotate it, duplicate it to add more destruction to other parts of the text or simply move it to a more suitable position.</p>
<p><u>Step 6</u></p>
<p align="justify">Delete… Create a selection of your grunge layer (Ctrl / Cmd + click on the grunge layer). Go to the Type layer and hit delete. Hide the grunge layer (click eye icon on layer palette), you will be left with your type layer with the destroy effect applied.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-360" alt="" src="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-6-300x170.jpg" width="300" height="170" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-6-300x170.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/grunge-text-in-photoshop-step-6.jpg 592w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 7</u></p>
<p align="justify">Bonus tip… Want to get that gnarly Horror movie look with your new destroy text? Give this a whirl.. Set your destroy text to Overlay Layer Mode, and duplicate the layer (Right click Layer, select Duplicate Layer). The intensity of this effect will depend on your background – so keep duplicating your destroy text layer (set to Overlay) until you get the amount of punch that you require. In my example I used 4 copies of the layer (set to Overlay), with one copy at the bottom of the stack set to Normal Layer Mode, Opacity 1% (because my background was very dark).</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/grunge-text-in-photoshop/">Grunge Text in Photoshop</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/grunge-text-in-photoshop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a Grid Based Resume / CV Layout in InDesign</title>
		<link>https://www.erntesky.com/blog/incredible-creativities/adobe-indesign/create-a-grid-based-resume-cv-layout-in-indesign/</link>
					<comments>https://www.erntesky.com/blog/incredible-creativities/adobe-indesign/create-a-grid-based-resume-cv-layout-in-indesign/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Sun, 04 Dec 2016 23:26:09 +0000</pubDate>
				<category><![CDATA[Adobe InDesign]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[CV]]></category>
		<category><![CDATA[Grid]]></category>
		<category><![CDATA[InDesign]]></category>
		<category><![CDATA[Resume]]></category>
		<guid isPermaLink="false">https://www.erntesky.com/?p=311</guid>

					<description><![CDATA[<p>Use the power of grid based designs to create a structured and professional page layout in InDesign, which can then be populated with a range of information to produce a polished CV or Resume. My approach was to create a minimal two colour design that showcased Mr. Stevenson’s sophisticated Graphic Design skills through a clean...</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-indesign/create-a-grid-based-resume-cv-layout-in-indesign/">Create a Grid Based Resume / CV Layout in InDesign</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-314" alt="create-a-grid-based-resume-cv-layout-in-indesign-final" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-final-300x169.png" width="300" height="169" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-final-300x169.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-final.png 586w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Use the power of grid based designs to create a structured and professional page layout in InDesign, which can then be populated with a range of information to produce a polished CV or Resume.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-316" alt="create-a-grid-based-resume-cv-layout-in-indesign-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-1-298x300.png" width="298" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-1-298x300.png 298w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-1-150x150.png 150w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-1-207x207.png 207w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-1-75x75.png 75w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-1.png 450w" sizes="(max-width: 298px) 100vw, 298px" /></p>
<p align="justify">My approach was to create a minimal two colour design that showcased Mr. Stevenson’s sophisticated Graphic Design skills through a clean and structured layout.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-317" alt="create-a-grid-based-resume-cv-layout-in-indesign-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-2-271x300.png" width="271" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-2-271x300.png 271w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-2.png 450w" sizes="(max-width: 271px) 100vw, 271px" /></p>
<p align="justify">Let’s go process of creating the document, and see how the initial grid layout was produced. Hopefully these techniques will not only help put together your own Resume/CV design, but also span across other Graphic and Website design projects.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-318" alt="create-a-grid-based-resume-cv-layout-in-indesign-3" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-3-300x236.png" width="300" height="236" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-3-300x236.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-3.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Being a design aimed more towards print, and one that concentrates on the fine grid details, we’ll use Adobe InDesign as the application of choice. Being a desktop publishing package InDesign has a bunch of useful tools for creating complex layouts. Create a new document, set the page size to A4 and place margins at 10mm from each edge. We’re not planning on mass-producing the document so no bleed is necessary, but it could be handy if you’re planning on trimming down the final page if doubled up on an A3 printer.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-319" alt="create-a-grid-based-resume-cv-layout-in-indesign-4" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-4-300x175.png" width="300" height="175" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-4-300x175.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-4.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">With the basic document set up, go to Layout &gt; Margins and Columns. Create five columns with a gutter of 5mm.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-320" alt="create-a-grid-based-resume-cv-layout-in-indesign-5" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-5-300x227.png" width="300" height="227" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-5-300x227.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-5.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Go to the InDesign preferences and look under the Grids section. With the planned design using a lot of Cyan, it would be handy to change the colour of the gridlines from blue. Choose a colour such as Light Gray. Also change the start to 0mm from the Top Margin, Increment them to every 13pt and untick the Grids in Back option.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-321" alt="create-a-grid-based-resume-cv-layout-in-indesign-6" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-6-300x269.png" width="300" height="269" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-6-300x269.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-6.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Ensure all grids are visible through the View &gt; Grids and Guides menu. Our page is now ready to place elements accurately in relation to the structured gridlines.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-322" alt="create-a-grid-based-resume-cv-layout-in-indesign-7" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-7-300x197.png" width="300" height="197" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-7-300x197.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-7.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Use the Rectangle Frame Tool to draw a box in the top right corner, with the option to Snap to Grid active the shape should fit exactly to the gridlines. Fill the box with 100% Cyan.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-323" alt="create-a-grid-based-resume-cv-layout-in-indesign-8" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-8-300x188.png" width="300" height="188" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-8-300x188.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-8.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Create a text area with the Type tool and spell out your name. Here we’re using the fictional Steven Stevenson character along with all of his details.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-324" alt="create-a-grid-based-resume-cv-layout-in-indesign-9" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-9-300x197.png" width="300" height="197" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-9-300x197.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-9.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Change the font to a stylish classic, such as Meta. Adjust the size of the type so that the text fits perfectly between the baselines. Once the type is positioned correctly, go to Object &gt; Fitting &gt; Fit Frame to Content. With the title being large in size, any slight inaccuracies will be much more visible, spend a few moments to kern the letters. Place the cursor between two letters and nudge using the Alt and Arrow keys.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-325" alt="create-a-grid-based-resume-cv-layout-in-indesign-10" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-10-300x204.png" width="300" height="204" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-10-300x204.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-10.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Repeat the process with the second line of text, but this time make the type smaller in size. The key is to ensure the elements align accurately to the nearest gridlines.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-326" alt="create-a-grid-based-resume-cv-layout-in-indesign-11" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-11-300x221.png" width="300" height="221" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-11-300x221.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-11.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Draw a large text area spanning the first three columns of the page. Paste in a large selection of textual content.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-327" alt="create-a-grid-based-resume-cv-layout-in-indesign-12" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-12-300x217.png" width="300" height="217" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-12-300x217.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-12.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Edit the text by setting in the appropriate font, set the size to 10pt and leading to 13pt to match the baseline grid. Indent the text to provide easy scanning and clear sections for each area of information.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-328" alt="create-a-grid-based-resume-cv-layout-in-indesign-13" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-13-300x207.png" width="300" height="207" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-13-300x207.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-13.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Alter the titles in size and add the Cyan fill. Using variations in size and colour gives prominence to these elements, and helps display the various sections of information clearly.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-329" alt="create-a-grid-based-resume-cv-layout-in-indesign-14" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-14-300x284.png" width="300" height="284" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-14-300x284.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-14.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Also alter the sub-headings to develop a clear hierarchy. The main titles at the top of the page stand out the most with their size and vibrant background colour. The secondary information is displayed under medium sized titles, which are also displayed in blue. The next level of information is set is a stronger weight font, but is toned back slightly with an 80% black, and finally the body text uses the standard 10pt black styling.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-330" alt="create-a-grid-based-resume-cv-layout-in-indesign-15" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-15-300x219.png" width="300" height="219" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-15-300x219.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-15.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">List out the contact details at the top of the right hand column. Draw a blue rectangle behind the text, but shorten it in size to just under the height of the baseline. When duplicated this will leave a tiny dividing line between each item.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-331" alt="create-a-grid-based-resume-cv-layout-in-indesign-16" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-16-300x233.png" width="300" height="233" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-16-300x233.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-16-423x330.png 423w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-16.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Change the colour of the text to white and align it to the center of the rectangles, as opposed to the baseline itself. Notice how these elements flow neatly from the same gridline as the title.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-332" alt="create-a-grid-based-resume-cv-layout-in-indesign-17" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-17-300x185.png" width="300" height="185" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-17-300x185.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-17.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Enter the remaining details and align as appropriate.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-333" alt="create-a-grid-based-resume-cv-layout-in-indesign-18" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-18-300x242.png" width="300" height="242" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-18-300x242.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-18.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Add the remaining information to a text area spanning the remaining two columns. Use the same text styling and visual hierarchy on the titles and sub-headings.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-334" alt="create-a-grid-based-resume-cv-layout-in-indesign-19" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-19-300x239.png" width="300" height="239" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-19-300x239.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-19.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Select the bunch of list items and go to Type &gt; Bulleted &amp; Numbered Lists &gt; Apply Bullets. This will automatically indent the text and add points to each line.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-335" alt="create-a-grid-based-resume-cv-layout-in-indesign-20" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-20-300x248.png" width="300" height="248" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-20-300x248.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-20.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">With the list still selected, go to Type &gt; Bulleted &amp; Numbered Lists &gt; Convert Bullets to Text.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-336" alt="create-a-grid-based-resume-cv-layout-in-indesign-21" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-21-300x213.png" width="300" height="213" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-21-300x213.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-21.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">We can now go through and select each bullet point, and change the text colour to Cyan, adding a little visual tweak to the page design.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-337" alt="create-a-grid-based-resume-cv-layout-in-indesign-22" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-22-300x178.png" width="300" height="178" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-22-300x178.png 300w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-22.png 450w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Finish off the bottom of the page with a neat border using a rectangle at 210x2mm. Fill the shape with Cyan.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-338" alt="create-a-grid-based-resume-cv-layout-in-indesign-23" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-23-271x300.png" width="271" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-23-271x300.png 271w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-23.png 450w" sizes="(max-width: 271px) 100vw, 271px" /></p>
<p align="justify">Zoom out and review the layout. Make any final checks to the page elements and ensure all items are aligned to the underlying grid.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-339" alt="create-a-grid-based-resume-cv-layout-in-indesign-24" src="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-24-298x300.png" width="298" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-24-298x300.png 298w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-24-150x150.png 150w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-24-207x207.png 207w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-24-75x75.png 75w, https://www.erntesky.com/wp-content/uploads/2016/12/create-a-grid-based-resume-cv-layout-in-indesign-24.png 450w" sizes="(max-width: 298px) 100vw, 298px" /></p>
<p align="justify">When viewed without the guides the design holds itself together well with neatly aligned content and a clean, structured appearance. Go to File &gt; Print, or export the layout as a PDF document.</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-indesign/create-a-grid-based-resume-cv-layout-in-indesign/">Create a Grid Based Resume / CV Layout in InDesign</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/incredible-creativities/adobe-indesign/create-a-grid-based-resume-cv-layout-in-indesign/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create the Beard on a Face</title>
		<link>https://www.erntesky.com/blog/3d-graphics/3d-studio-max/how-to-create-the-beard-on-a-face/</link>
					<comments>https://www.erntesky.com/blog/3d-graphics/3d-studio-max/how-to-create-the-beard-on-a-face/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Sun, 04 Dec 2016 22:59:08 +0000</pubDate>
				<category><![CDATA[3D Studio Max]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Beard]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Face]]></category>
		<guid isPermaLink="false">https://www.erntesky.com/?p=288</guid>

					<description><![CDATA[<p>In this tutorial we will learn how to create facial hair for our character using 3ds max hair and fur modifier. This modifier gives you the freedom to create realistic hair and fur for your projects which I could say is fantastic. There is few more ways to add hair for your characters but this...</p>
<p>The post <a href="https://www.erntesky.com/blog/3d-graphics/3d-studio-max/how-to-create-the-beard-on-a-face/">How to Create the Beard on a Face</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-291" alt="how-to-create-the-beard-on-a-face-final" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-final-300x208.jpg" width="300" height="208" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-final-300x208.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-final.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">In this tutorial we will learn how to create facial hair for our character using 3ds max hair and fur modifier. This modifier gives you the freedom to create realistic hair and fur for your projects which I could say is fantastic. There is few more ways to add hair for your characters but this is more hassle free once you get to understand it.</p>
<p><u>Step 1</u></p>
<p align="justify">Fire up your 3ds max and bring the character you want to experiment. Since this is about to create facial hair for our character, so you have to select the faces where you want to grow hair from the face area. You could see I have selected the faces where I want to grow hair from his face.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-292" alt="how-to-create-the-beard-on-a-face-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-1-300x261.jpg" width="300" height="261" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-1-300x261.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 2</u></p>
<p align="justify">It&#8217;s time to detach the selected faces to have more control over the selected polygons, to bring them to the right shape by moving its vertices. Now with polygon still selected from your ribbon or from editable poly option hit detach.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-293" alt="how-to-create-the-beard-on-a-face-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-2-300x229.jpg" width="300" height="229" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-2-300x229.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 3</u></p>
<p align="justify">From the detach pop-up do as in the image showing below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-294" alt="how-to-create-the-beard-on-a-face-3" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-3.jpg" width="254" height="131"></p>
<p><u>Step 4</u></p>
<p align="justify">Now as you can see we have copy of our detached polygons.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-295" alt="how-to-create-the-beard-on-a-face-4" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-4-300x217.jpg" width="300" height="217" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-4-300x217.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-4.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 5</u></p>
<p align="justify">With new detached polygons, go to vertex mode and refine the edges to represent smooth surface to grow believable hair from detached polygons.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-296" alt="how-to-create-the-beard-on-a-face-5" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-5-300x215.jpg" width="300" height="215" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-5-300x215.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-5.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 6</u></p>
<p align="justify">Still with detached polygons, right click and choose &#8220;object properties&#8221;.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-297" alt="how-to-create-the-beard-on-a-face-6" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-6-201x300.jpg" width="201" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-6-201x300.jpg 201w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-6.jpg 346w" sizes="(max-width: 201px) 100vw, 201px" /></p>
<p><u>Step 7</u></p>
<p align="justify">Now from the object properties uncheck &#8220;visible to camera&#8221; and this will help us to hide detached surface from render.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-298" alt="how-to-create-the-beard-on-a-face-7" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-7-196x300.jpg" width="196" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-7-196x300.jpg 196w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-7.jpg 408w" sizes="(max-width: 196px) 100vw, 196px" /></p>
<p><u>Step 8</u></p>
<p align="justify">It&#8217;s time to create our hair around the detached polygon faces, with detached polygons. Select it from modify panel drop down menu and choose &#8220;Hair and Fur&#8221; as show in the image below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-299" alt="how-to-create-the-beard-on-a-face-8" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-8-295x300.jpg" width="295" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-8-295x300.jpg 295w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-8-75x75.jpg 75w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-8.jpg 556w" sizes="(max-width: 295px) 100vw, 295px" /></p>
<p><u>Step 9</u></p>
<p align="justify">We will see the hair is visible now around the surface we selected.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-300" alt="how-to-create-the-beard-on-a-face-9" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-9-300x239.jpg" width="300" height="239" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-9-300x239.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-9.jpg 548w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 10</u></p>
<p align="justify">It&#8217;s time to start tweaking the hair to represent proper beard around his face. Please follow the highlights showing in the image below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-301" alt="how-to-create-the-beard-on-a-face-10" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-10-300x212.jpg" width="300" height="212" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-10-300x212.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-10.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 11</u></p>
<p align="justify">Expand the &#8220;Material Parameters&#8221; and do the settings illustrated in the image below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-302" alt="how-to-create-the-beard-on-a-face-11" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-11-300x188.jpg" width="300" height="188" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-11-300x188.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-11.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 12</u></p>
<p align="justify">You could see the hair length is a bit longer, let&#8217;s fix it. Expand the &#8220;Styling&#8221; tab and click on the button &#8220;finish styling&#8221;. Choose that scissor icon to cut out the extra hairs from his face. If you notice a green circle is available now, with that click on the tip of the hair to cut out as showing in the image below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-303" alt="how-to-create-the-beard-on-a-face-12" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-12-300x219.jpg" width="300" height="219" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-12-300x219.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-12.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 13</u></p>
<p align="justify">After I cut out the extra hair around his face.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-304" alt="how-to-create-the-beard-on-a-face-13" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-13-300x189.jpg" width="300" height="189" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-13-300x189.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-13.jpg 586w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 14</u></p>
<p align="justify">To deactivate the styling again click on &#8220;Finish Styling&#8221; button to deactivate and also uncheck &#8220;display guides&#8221; as well as play with &#8220;percentage&#8221; and &#8220;Max. Hair&#8221; parameters.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-305" alt="how-to-create-the-beard-on-a-face-14" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-14-219x300.jpg" width="219" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-14-219x300.jpg 219w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-14.jpg 365w" sizes="(max-width: 219px) 100vw, 219px" /></p>
<p><u>Step 15</u></p>
<p align="justify">Expand &#8220;Multi Strand Parameters&#8221; and change the settings according to your suit.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-306" alt="how-to-create-the-beard-on-a-face-15" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-15-300x244.jpg" width="300" height="244" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-15-300x244.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-15.jpg 379w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 16</u></p>
<p align="justify">Expand &#8220;Fizz Parameters&#8221; and &#8220;Kink Parameters&#8221; and change the settings shown in the image below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-307" alt="how-to-create-the-beard-on-a-face-16" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-16-300x185.jpg" width="300" height="185" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-16-300x185.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-16.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 17</u></p>
<p align="justify">Again activate &#8220;Finish Styling&#8221; button and brush down his beard to down bottom for make it looks like realistic.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-308" alt="how-to-create-the-beard-on-a-face-17" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-17-300x150.jpg" width="300" height="150" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-17-300x150.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-the-beard-on-a-face-17.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 18</u></p>
<p align="justify">Deactivate brush styling and we are done, let&#8217;s have a test render. Here is my test render, play with the settings for get interesting results.</p>
<p>The post <a href="https://www.erntesky.com/blog/3d-graphics/3d-studio-max/how-to-create-the-beard-on-a-face/">How to Create the Beard on a Face</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/3d-graphics/3d-studio-max/how-to-create-the-beard-on-a-face/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create Flooded City Scene</title>
		<link>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-create-flooded-city-scene/</link>
					<comments>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-create-flooded-city-scene/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Sun, 04 Dec 2016 18:20:45 +0000</pubDate>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[City]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Flooded]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Scene]]></category>
		<guid isPermaLink="false">https://www.erntesky.com/?p=234</guid>

					<description><![CDATA[<p>In this tutorial, we will learn how to manipulate a simple photo into a flooding torrent of a scene. We will use some relatively simple techniques to give this image a semi-realistic, stylized feel. Let&#8217;s get started! Step 1 With the main image opened, use the Clone Stamp tool to remove any unwanted entities, like...</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-create-flooded-city-scene/">How to Create Flooded City Scene</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-236" alt="how-to-create-flooded-city-scene-final" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-final-300x132.jpg" width="300" height="132" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-final-300x132.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-final.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">In this tutorial, we will learn how to manipulate a simple photo into a flooding torrent of a scene. We will use some relatively simple techniques to give this image a semi-realistic, stylized feel. Let&#8217;s get started!</p>
<p><u>Step 1</u></p>
<p align="justify">With the main image opened, use the Clone Stamp tool to remove any unwanted entities, like the elderly couple walking. Try and clone areas around the couple so it doesn&#8217;t look odd and mix your usage of soft, and heavy round brushes to define those edges.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-238" alt="how-to-create-flooded-city-scene-step-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-1-300x145.jpg" width="300" height="145" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-1-300x145.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-240" alt="how-to-create-flooded-city-scene-step-1-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-1-1-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-1-1-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-1-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 2</u></p>
<p align="justify">Next you will want to cut around the edges of the roof tops so we can add in our stormy sky. Use the Polygon Lasso Tool for this. Don&#8217;t worry about accuracy, as we&#8217;ll be blending everything later, just make sure that the sky is cut out. Once selected, unlock the &#8220;background&#8221;. Now double-click the layer, then rename it to &#8220;backdrop&#8221; and hit Enter. Delete the sky.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-241" alt="how-to-create-flooded-city-scene-step-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-2-300x133.jpg" width="300" height="133" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-2-300x133.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 3</u></p>
<p align="justify">Open the Stormy Sky image and place it underneath your &#8220;backdrop&#8221; layer. Then press Command + T to Free Transform, hold Command while you drag the bottom corners inwards to add some perspective to the sky, don&#8217;t forget to resize if necessary. Apply the transformation when you are happy.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-242" alt="how-to-create-flooded-city-scene-step-3" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-3-300x130.jpg" width="300" height="130" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-3-300x130.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-243" alt="how-to-create-flooded-city-scene-step-3-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-3-1-300x78.jpg" width="300" height="78" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-3-1-300x78.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-3-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 4</u></p>
<p align="justify">It doesn&#8217;t look very nice does it? That&#8217;s because we&#8217;re not done yet. Open and place the wave image in the center of the image. Now use the eraser, and a soft brush on it. Get in close and erase the bits you don’t want. Don&#8217;t worry if your messy, as the tidying comes later. Then go to Image &gt; Adjustments &gt; Brightness/Contrast and use the settings shown below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-244" alt="how-to-create-flooded-city-scene-step-4" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-300x128.jpg" width="300" height="128" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-300x128.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-245" alt="how-to-create-flooded-city-scene-step-4-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-1-300x148.jpg" width="300" height="148" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-1-300x148.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-1.jpg 362w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Then go to Image &gt; Adjustments &gt; Hue/Saturation and use these settings.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-246" alt="how-to-create-flooded-city-scene-step-4-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-2-300x232.jpg" width="300" height="232" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-2-300x232.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-2.jpg 441w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Rename the layer to &#8220;Wave&#8221; and your image should now look like the one shown below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-247" alt="how-to-create-flooded-city-scene-step-4-3" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-3-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-3-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-4-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 5</u></p>
<p align="justify">Now comes the complicated bit. What you’ll need to do is add all the water files to you’re image and one by one, free transform them to flow with the perspective of the water then erase the hard edges.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-249" alt="how-to-create-flooded-city-scene-step-5-wave-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-wave-1-300x200.jpg" width="300" height="200" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-wave-1-300x200.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-wave-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-250" alt="how-to-create-flooded-city-scene-step-5-wave-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-wave-2-300x200.jpg" width="300" height="200" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-wave-2-300x200.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-wave-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">You might also need to duplicate some files in order to fill up areas. Always remember to play about with the textures using the distortion method in free transform and a soft eraser. The more you do, the better it will look. You can see the phases of building up the flooding water in this image.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-251" alt="how-to-create-flooded-city-scene-step-5" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-252" alt="how-to-create-flooded-city-scene-step-5-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-1-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-1-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-253" alt="how-to-create-flooded-city-scene-step-5-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-2-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-2-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-254" alt="how-to-create-flooded-city-scene-step-5-3" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-3-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-3-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-5-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 6</u></p>
<p align="justify">Now we have our water sorted, merge all the &#8220;water&#8221; layers into one single layer and go to Image &gt; Adjustments &gt; Color Balance and use the following settings. Your water should now be nice and blue and match the “wave” layer from earlier. Now merge the &#8220;wave&#8221; layer with the &#8220;water&#8221; one.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-255" alt="how-to-create-flooded-city-scene-step-6" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-6-300x179.jpg" width="300" height="179" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-6-300x179.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-6.jpg 470w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-256" alt="how-to-create-flooded-city-scene-step-6-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-6-1-300x179.jpg" width="300" height="179" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-6-1-300x179.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-6-1.jpg 470w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 7</u></p>
<p align="justify">Remember the tidy up I mentioned a while back? Well its time now. Turn off the &#8220;water&#8221; layer so you are left with just the backdrop and the sky. With the Burn Tool selected at highlights and at 50% exposure, and a soft brush set, start burning the rooftops and the sky around the rooftops so they appear darker.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-257" alt="how-to-create-flooded-city-scene-step-7" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-7-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-7-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-7.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Open the this next street image and place it at the right side of the street in the distance. Use a soft eraser to remove those sharp edges. Merge it with the &#8220;backdrop&#8221; layer.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-258" alt="how-to-create-flooded-city-scene-step-7-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-7-1-300x244.jpg" width="300" height="244" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-7-1-300x244.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-7-1.jpg 500w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-259" alt="how-to-create-flooded-city-scene-step-7-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-7-2-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-7-2-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-7-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 8</u></p>
<p align="justify">Let&#8217;s tidy up some more. Turn on the &#8220;water&#8221; layer sand and start tidying around the edges using a soft eraser. Then select the Smudge Tool and a 20px charcoal brush using the settings below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-260" alt="how-to-create-flooded-city-scene-step-8" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-249x300.jpg" width="249" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-249x300.jpg 249w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8.jpg 374w" sizes="(max-width: 249px) 100vw, 249px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-261" alt="how-to-create-flooded-city-scene-step-8-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-1-249x300.jpg" width="249" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-1-249x300.jpg 249w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-1.jpg 374w" sizes="(max-width: 249px) 100vw, 249px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-262" alt="how-to-create-flooded-city-scene-step-8-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-2-249x300.jpg" width="249" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-2-249x300.jpg 249w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-2.jpg 374w" sizes="(max-width: 249px) 100vw, 249px" /></p>
<p align="justify">Start smudging the edges of the &#8220;water&#8221; layer creating very small splashes and more defined edges to realistically create the effect of water hitting a surface. This might require patience and a steady hand, but time will pay off. It might also be wise to duplicate the layer before smudging as you don&#8217;t want to use all your undo&#8217;s.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-263" alt="how-to-create-flooded-city-scene-step-8-3" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-3-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-3-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-8-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 9</u></p>
<p align="justify">Next, select the backdrop layer and go to Image &gt; Adjustments &gt; Color Balance and use these settings.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-265" alt="how-to-create-flooded-city-scene-step-9" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-9-300x177.jpg" width="300" height="177" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-9-300x177.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-9.jpg 464w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-266" alt="how-to-create-flooded-city-scene-step-9-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-9-1-300x177.jpg" width="300" height="177" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-9-1-300x177.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-9-1.jpg 464w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-267" alt="how-to-create-flooded-city-scene-step-9-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-9-2-300x177.jpg" width="300" height="177" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-9-2-300x177.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-9-2.jpg 464w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">And your piece should now be coming together. Its still a little off, but there is a lot more to do, so lets move on!</p>
<p><u>Step 10</u></p>
<p align="justify">Time for the splashes. Now this is the hardest step of the tutorial, and requires a lot of patience, but persevere and you will find that patience is in fact a virtue (I know, silly right?). Open up the splash images and carefully cut out the splashes themselves one by one. Place them onto the canvas. Now use the Warp Transformation (Edit &gt; Transform &gt; Warp) to get the arches you need to create effective splashes, and erase any unwanted areas.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-268" alt="how-to-create-flooded-city-scene-step-10" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-10-211x300.jpg" width="211" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-10-211x300.jpg 211w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-10.jpg 413w" sizes="(max-width: 211px) 100vw, 211px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-269" alt="how-to-create-flooded-city-scene-step-10-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-10-1-300x250.jpg" width="300" height="250" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-10-1-300x250.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-10-1.jpg 410w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">You&#8217;ll need to do this for the two cars and for where the water hits the wall down the buildings of the street. You might also benefit from smudging the edges of the splashes to give them more movement, as well as adding some white brushing to a new layer and smudging it. Now merge all your &#8220;splash&#8221; layers.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-270" alt="how-to-create-flooded-city-scene-step-10-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-10-2-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-10-2-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-10-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 11</u></p>
<p align="justify">Getting there right? Now you need to do some tweaking to the colors of the image. This can mean anything from water, to the sky or the buildings. In my example, I think the water is a little too blue, so I’m going to desaturate it a little. Basically use this step for any odd bits and bobs to tweak your image to make it look more streamlined. Be creative, and more importantly, make it look tidy. I lowered the saturation of the water a little, and added some red to the buildings.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-271" alt="how-to-create-flooded-city-scene-step-11" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-11-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-11-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-11.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 12</u></p>
<p align="justify">Now we&#8217;ll work on the fog. Its sounds daunting but its actually fairly simple to do. Select a blue color from your water using the Eyedropper Tool. Now select the Gradient Tool and use the following settings.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-272" alt="how-to-create-flooded-city-scene-step-12" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-12-300x14.jpg" width="300" height="14" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-12-300x14.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-12.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">You will need to create a new layer underneath you&#8217;re &#8220;water&#8221; layer and create the gradient so it blocks out any backdrop behind the water. Duplicate the layer (Command + J) and place it on top of your water layer, at about 30% opacity. Set this layer to Multiply.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-273" alt="how-to-create-flooded-city-scene-step-12-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-12-1-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-12-1-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-12-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 13</u></p>
<p align="justify">This next step is to add rain. There are lots of tutorials on the web that show how to create rain.We&#8217;ll keep it relatively simple in this tutorial though. First, create a new layer and fill it with black. Go to Filter &gt; Noise &gt; Add Noise and use these settings.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-274" alt="how-to-create-flooded-city-scene-step-13" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-236x300.jpg" width="236" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-236x300.jpg 236w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13.jpg 347w" sizes="(max-width: 236px) 100vw, 236px" /></p>
<p align="justify">Then Filter &gt; Blur &gt; Motion Blur &gt; and use these settings.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-275" alt="how-to-create-flooded-city-scene-step-13-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-1-260x300.jpg" width="260" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-1-260x300.jpg 260w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-1.jpg 347w" sizes="(max-width: 260px) 100vw, 260px" /></p>
<p align="justify">Then Image &gt; Adjustments &gt; Levels and use the following settings.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-276" alt="how-to-create-flooded-city-scene-step-13-2" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-2-300x247.jpg" width="300" height="247" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-2-300x247.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-2.jpg 427w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Set the Layer to Screen and use a soft eraser to erase the bottom and top of the Layer, then go to Edit &gt; Transform &gt; Free Transform the &#8220;rain&#8221; Layer so it covers the whole screen.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-277" alt="how-to-create-flooded-city-scene-step-13-3" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-3-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-3-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-13-3.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 14</u></p>
<p align="justify">It looks a little bit empty in the middle of the water doesn&#8217;t it? Open up the car image and place it somewhere in the distance, underneath the &#8220;fog&#8221; layer. Resize the images and erase the edges carefully and use the splash image to give some life to the car.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-278" alt="how-to-create-flooded-city-scene-step-14" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-14-300x211.jpg" width="300" height="211"></p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-279" alt="how-to-create-flooded-city-scene-step-14-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-14-1-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-14-1-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-14-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 15</u></p>
<p align="justify">Now is the fun part. You’ll need to create a few gradient maps first. Click the Adjustment layer button located at the bottom of your layers window and select the Gradient Map option. Then Click the little arrow in the top-right of the box and select Pastels as shown.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-280" alt="how-to-create-flooded-city-scene-step-15" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-15-225x300.jpg" width="225" height="300" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-15-225x300.jpg 225w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-15.jpg 350w" sizes="(max-width: 225px) 100vw, 225px" /></p>
<p align="justify">Use the following settings. Finally, set the layer to Multiply at 100%.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-281" alt="how-to-create-flooded-city-scene-step-15-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-15-1-300x155.jpg" width="300" height="155" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-15-1-300x155.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-15-1.jpg 440w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><u>Step 16</u></p>
<p align="justify">Now its just a case of adding depth and a few other adjustments. Select the Blur Tool at 20% strength, then start blurring the &#8220;backdrop&#8221; layer in the distance and on the rooftops.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-282" alt="how-to-create-flooded-city-scene-step-16" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-16-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-16-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-16.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Create a new layer and go to Image &gt; Apply Image and then go to Filter &gt; Sharpen &gt; Sharpen, which gives the image a more detailed and stylized feel.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-283" alt="how-to-create-flooded-city-scene-step-16-1" src="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-16-1-300x190.jpg" width="300" height="190" srcset="https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-16-1-300x190.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/12/how-to-create-flooded-city-scene-step-16-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Now you’re done!</p>
<p>The post <a href="https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-create-flooded-city-scene/">How to Create Flooded City Scene</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/incredible-creativities/adobe-photoshop/how-to-create-flooded-city-scene/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Blitz World Assembler</title>
		<link>https://www.erntesky.com/blog/programming-languages/blitzbasic/blitz-world-assembler/</link>
					<comments>https://www.erntesky.com/blog/programming-languages/blitzbasic/blitz-world-assembler/#respond</comments>
		
		<dc:creator><![CDATA[Marcell Sebestyén Márton Németh]]></dc:creator>
		<pubDate>Tue, 22 Nov 2016 22:44:13 +0000</pubDate>
				<category><![CDATA[BlitzBASIC]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Assembler]]></category>
		<category><![CDATA[BASIC]]></category>
		<category><![CDATA[Blitz]]></category>
		<category><![CDATA[World]]></category>
		<guid isPermaLink="false">https://www.erntesky.com/?p=206</guid>

					<description><![CDATA[<p>Blitz World Assembler is a free tool for building outdoor and indoor worlds by placing meshes, shapes, and other objects in a 3d world. Blitz World Assembler while it supports grid-based placement its main placement system is a snap to surface tool that works out how far an object should move away from a surface...</p>
<p>The post <a href="https://www.erntesky.com/blog/programming-languages/blitzbasic/blitz-world-assembler/">Blitz World Assembler</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p align="justify">Blitz World Assembler is a free tool for building outdoor and indoor worlds by placing meshes, shapes, and other objects in a 3d world.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-208" alt="blitz-world-assembler-1" src="https://www.erntesky.com/wp-content/uploads/2016/11/blitz-world-assembler-1-300x225.jpg" width="300" height="225" srcset="https://www.erntesky.com/wp-content/uploads/2016/11/blitz-world-assembler-1-300x225.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/11/blitz-world-assembler-1.jpg 640w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Blitz World Assembler while it supports grid-based placement its main placement system is a snap to surface tool that works out how far an object should move away from a surface to be just resting of it.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-209" alt="blitz-world-assembler-2" src="https://www.erntesky.com/wp-content/uploads/2016/11/blitz-world-assembler-2-300x225.jpg" width="300" height="225" srcset="https://www.erntesky.com/wp-content/uploads/2016/11/blitz-world-assembler-2-300x225.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/11/blitz-world-assembler-2.jpg 640w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p align="justify">Blitz World Assembler is designed for use with blitz basic games, if you don’t have it go to BlitzBasic for a free demo, it is a great programming language for games.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-211" alt="blitz-world-assembler-3" src="https://www.erntesky.com/wp-content/uploads/2016/11/blitz-world-assembler-3-300x225.jpg" width="300" height="225" srcset="https://www.erntesky.com/wp-content/uploads/2016/11/blitz-world-assembler-3-300x225.jpg 300w, https://www.erntesky.com/wp-content/uploads/2016/11/blitz-world-assembler-3.jpg 640w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<div class='w3eden'><!-- WPDM Link Template: Call to Action 3 -->

<div class="well c2a3">
    <div class="media">
        <div class="mr-3" align="left">
            <img decoding="async" class="wpdm_icon" alt="Icon"   src="https://www.erntesky.com/wp-content/plugins/download-manager/assets/file-type-icons/zip.png" />
        </div>
        <div class="media-body">
            <h3 class="media-heading" style="padding-top: 0px;border:0px;margin: 0 0 5px 0;font-size:12pt;">
                <a style="font-weight: 700" href="https://www.erntesky.com/download/blitz-world-assembler-v0-1-2b/">Blitz World Assembler v0.1.2b</a>
                <span style="font-size:8pt;font-weight:300" class="text-muted ml-4">
                    <i class="fas fa-hdd mr-1"></i> 745.18 KB
                    <i class="ml-3 far fa-arrow-alt-circle-down mr-1"></i> 95 downloads
                </span>
            </h3>
            ...
        </div>
        <div class="ml-3" align="right">
            <a class='wpdm-download-link download-on-click btn btn-primary ' rel='nofollow' href='#' data-downloadurl="https://www.erntesky.com/download/blitz-world-assembler-v0-1-2b/?wpdmdl=179&refresh=67dfb61843bc81742714392">Download</a>
        </div>
    </div>

</div>
<style>
    .well.c2a3 .btn {
        padding: 11px 30px;
        font-size: 11pt;
    }

    .well.c2a3 .media-body {
        font-size: 11pt;
    }

    .well.c2a3 .wpdm_icon {
        height: 42px;
        width: auto;
    }</style>
</div>
<p>The post <a href="https://www.erntesky.com/blog/programming-languages/blitzbasic/blitz-world-assembler/">Blitz World Assembler</a> appeared first on <a href="https://www.erntesky.com">ernteSKY</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.erntesky.com/blog/programming-languages/blitzbasic/blitz-world-assembler/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>