Skip to main content

How to Create a Watercolor image in photoshop cs6

Finel Image





Open a new document 1500*800 pix. and set resolution 300 dpi
Set background white code #ffffff.



it's time to make background like a paper sheet.
now go to filter -filter  gallery-texturizer and select texturizer type .
set scaling 171 and relief 4 then ok



now put your image in new layer
to better painting color you need to make it look like hand make and black and white so select go to image -adjustment -and set saturation -100
now agnin go to image adjustment -brightness/contrast
set brightness -50
now make it like hand made or watercolor picture
go to filter- filter gallery-artistic-select watercolor
set value brush detail 14
shadow intensity 0
texture 2
then ok



you need some watercolor brush set
you can download it from this link http://qbrushes.net/watercolor-brushes/
now add a quick mask in the layer pannel
select brush preset choos white color give a soft strock on mask note that face should not be hide



now add a new layer for further paintin rename layer to paint
after paintinf your pic look like that



now a new layer for background color select another brush and strock like that and put it undet image layer
now your water color image is ready it will look like that




Comments

Popular posts from this blog

Wo-commerce sidebar navigation

There is Plus Minus Image you can change it in your own code

How to add attribute in input type onload

Add this script this will target your input type submit and set an attribute on it when page load. <script> function functionAddAttribute(){     $("input:submit").attr("accesskey","g"); }; window.onload = functionAddAttribute; </script> <noscript>Your browser does not support JavaScript!</noscript> This is html <input type="submit" value="this is button" />

HOW TO IMPLEMENT ADAPTIVE IMAGE IN WORDPRESS

If you don't know about Adaptive image please Read my last artical. STEP:1 COPY .htaccess , Adaptive-image.php, ai-cookie.php, DS_Store file in your root directory STEP 2: CREATE folder in wp-contant/uploads/adaptive/ai-cache if .htaccess file already exist then pest this code in it but be carefull take its backup CODE #START Adaptive-Images #Add any directories you wish to omit from the Adaptive-Images process on a new line. #Omit plugins, wp-includes and wp-admin content. RewriteCond %{REQUEST_URI} !wp-content/plugins RewriteCond %{REQUEST_URI} !wp-includes RewriteCond %{REQUEST_URI} !wp-admin #Send any GIF, JPG, or PNG request that IS NOT stored inside one of the above directories #to adaptive-images.php so we can select appropriately sized versions RewriteRule .(?:jpe?g|gif|png)$ adaptive-images.php #END Adaptive-Images UNDER # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On STEP3: Open Adaptive-image.php change with it $cache_path    = "wp-content/upl...