Skip to main content

How to create lightning image in photoshop cs6

 Final Image





step 1


convas size 1500*1200

Tool Used :- Pen Tool

Select Pen tool and drag a shap like that and make it select







Step2:

Now click on new layer in layer panel

select brush and fill it with  black color

Step 3:


Again take pen tool an drag further shape like that



Step 4::

create new layer take brush tool fill it with black color 
repeat this step until it take proper shape



Step 5 :


You may need up to 12 or 18 layer 

change bland mode into screen of all layers



Step 6:


Now Select background and fill it with black color it will look like that




Step 7:
\
Now select all layer and press CTRL+E

Now give it with outer glow chang color u like better



Step 8:

for double shade copy that image into new layer and you can do it

with Ctrl+A,  Ctrl+C,  Ctrl+V

Now you have to reduce it a little bit so Ctrl+T

Click a corner with shift and reduce it a little bit



Step 9:

Give it a different color outer glow
 in this new layer u have to give inner glow for better attractive


Step 10:


create a new layer 

choose brush with a different shape
choose color black

and drag it like that


Step 11:

you can make it more better using per and other tool 


   I have Create One 



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...