Add Shareaholic Share button & bar to Blogger/below posts

Add Shareaholic Share button & bar to Blogger/below posts
Shareaholic is one of the most used all in one content sharing platform (like Addthis, Sharethis). The difference with other sharing platform of Shareaholic is;
  • Shareaholic has much cooler icons (Eye catchy, trendy and stylish)
  • Got all the basic sharing services
  • Shows share counts
  • Very customizable (Position, Icon size, Layout, Align, Headline)
  • Analytic, Fast loading, Responsive, and optional monetization option

Adding Shareaholic Sharing widgets in Blogger blog is easy, for your consideration setup process of adding
Shareaholic widgets into Blogger blogs written below, read on-

Add Shareaholic Share button & bar to Blogger blog/below posts

 

  • Verify and login to your account
  • Hit (Add Website) from Website Tools Dashboard page
  • Insert your BlogSpot Domain name and site name
  • Select platform ‘Blogger’, Content category, site Language, Hit continue
  • Next page you’ll see ‘Apps’ option, Turn on ‘Floating Share Buttons’, Click on ‘Setting’ icon
  • Now in ‘Layout’ fix Size, Counter, Align, Vertical offset, and services,
  • Additionally click on ‘Display rules’, Hit Save Settings
  • Now you’ll return to the Dashboard page, Get your mouse over ‘Location’ option
  • Select ‘Share Buttons’, In share button page, in Location input type ‘Below post’
  • Select your Theme, Headline, Position, Layout, Counter, Align and services
  • After all configurations complete, select ‘Save settings’,
  • You’ll redirect to Dashboard page, now click on ‘Get setup code’ and
  • Log into your Blogger blog on the other tab, select your blog
  • Go to ‘Template’ tab, and select ‘Edit HTML’
  • Search for </head> (using CTRL+F or CMD+F) into code snippet
  • Before </head> tag, paste ‘Get setup code’s codes
  • Again, Get back to Shareaholic tab, from location configuration, click on ‘</> icon’
  • And copy all codes from pop-up page
  • And from Blogger’s tab (into code snippet) search for,

<div class='post-footer-line post-footer-line-1'>
  • You may find this code phrase twice, ignore first phrase, after second phrase paste those codes,
  • You may add these codes too, with default codes cause default codes widget will appear on homepage too, re-edit the default code with this codes, like this-

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='shareaholic-canvas' data-app='share_buttons' data-app-id='your id'></div>
</b:if>
  • If you can’t find <div class='post-footer-line post-footer-line-1'> than search for </article>, and paste codes below </article>
Save Template finally, And check your blog out for live preview

Content sharing widgets are very necessary tool for a blogsite, so share your content with style with Shareaholic sharing efforts make your Blogger blog little bit stylish and trendy. Any problem facing with tutorial leave with comments, new tutorial will release soon stay subscribed. Chill…..

Simple CSS3 Images Gallery for Blogger

Simple CSS3 Images Gallery for Blogger
Sometime into Blogger posts, we require to show some images in row. After a mass Image upload, all images shows together without any order and visual effects. That’s why an image gallery widget we should use in those posts. These widgets present images cleanly alongside with effects and increase beauty of posts too. Here such kind of image gallery I presenting to you created with HTML and CSS enhanced with CSS3 animation "transform" property (adds a smooth hover effect to images whereby the image enlarges) and shadow appears. Light weighted, high-end designed and presents images in a stylish way. Let’s see how it looks like, how to add and configure on your Blogger blog.

CSS3 Images Gallery for Blogger

 

Preview-


How to install & apply:
This gallery set up has few steps, read on-

Step 1: CSS Embedding
  • Log into your Blogger, select your blog
  • Go to ‘Template’ tab and select’ Edit HTML’
  • Search for ]]>< into code snippet (using CTRL+F or CMD+F)
  • Before ]]>< paste below codes

/*crawlist.net gallery CSS starts*/
.ks-galleri {height:auto; width:100%; margin:auto; padding:20px 20px;}
.ks-galleri img{
-webkit-transform:scale(0.8);
-moz-transform:scale(0.8);
-o-transform:scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
opacity: 0.7;
margin: 0 10px 5px 0;
height:150px; width:200px;
}
.ks-galleri img:hover{
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
box-shadow:0px 0px 30px gray;
-webkit-box-shadow:0px 0px 30px gray;
-moz-box-shadow:0px 0px 30px gray;
opacity: 1;
}
/*crawlist.net gallery CSS ends*/

Configuration:
In .ks-galleri img CSS class you will find default gallery images Height and Width, Change the value with your suitable Height and Width, Small resolution will be better; And ‘Save template’

Step 2: Gallery set up
  • Go open a “New post” or an existing post,
  • Upload some images what you intend to put into gallery
  • After upload is done, Switch ‘HTML’ view from post editor (Compose/HTML)
  • You will see all uploaded images source codes,
  • Locate the very first uploaded image’s code and paste this line,
    CSS3 Images Gallery for Blogger

<div class="ks-galleri">
  • And locate the very last uploaded image’s code and paste this word,
    CSS3 Images Gallery for Blogger

</div>

Configuration:
You may delete Blogger system’s default image HTML rules, Shown in image below, if you don’t remove these code, default configuration of gallery won’t work nicely.
CSS3 Images Gallery for Blogger

Get back to ‘Compose’ part, and publish the post

So how your images gallery working on your blog and any problem facing with gallery don’t forget to mention, new tutorials and widget will be release soon stay subscribed, Goodluck

Add CSS3 Author Box widget below posts in Blogger

Add CSS3 Author Box widget below posts in blogger
After publishing couple of normal looking Author information box/biography box widget here today I am publishing A High end design base Author bio box build with CSS3, CSS and HTML. This widget offers:
  • Black unique background
  • Round author’s image frame
  • Fast loading, clean codes
This widget is easy to install and configure. Looks elegant with any types of blogs and highlight easily Author’s Bio and social profiles. Let’s see how it looks like, how to install in Blogger blogs and How to configure. Read on-

Add CSS3 Author Box widget below posts in blogger


Preview:
Add CSS3 Author Box widget below posts in blogger

Live Demo: Click Here

How to install:
This widget set up has two easy steps: Read on-

Non Necessary step:
Back up your template first! Just in case;
  • Log in to your blogger, select your blog,
  • Select ‘Template’ tab, click 'backup/restore' from upper right corner.
  • Download full template and save it on Hard-drive
Mandatory step 1:
  • Go to ‘Template’ tab, select ‘Edit HTML’
  • Search for </head> into code snippet (using CTRL+F or CMD+F)
  • Before </head> tag, copy and paste below line

<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'/>

Mandatory step 2:
Again Search for

<div class='post-footer-line post-footer-line-1'>

Before <div class='post-footer-line post-footer-line-1'> copy and paste below codes, {You may find this code phrase twice, ignore first phrase, after second phrase paste codes}

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style>/*crawlist.net CSS starts*/
.ks-auth {height:160px; width:500px; background:#151515; margin:auto;overflow:hidden;    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: 0px 1px 5px rgba(0,0,0,.25);
          box-shadow: 0px 1px 5px rgba(0,0,0,.25);}
.ks-auth1 {width:120px;height:100%; float:left;}
.ks-auth2 {float:right; margin-top:-155px;}
.ks-auth2 h3 { color:#fff; margin-left:135px; margin-top:8px; margin-bottom:8px; border-bottom:1px dashed #5C97BF;font-family: 'Droid Serif', serif; font-weight:300;font-size:16px;}
.ks-auth2 img { float:right; margin-right:7px; height:20px; width:20px; margin-top:-4px}
.ks-auth2 img:hover { opacity:.9;}
.ks-auth2 p {font-size:13px; color:#fff; margin-left:135px;font-family: 'Droid Serif', serif; line-height:1.5; margin-top:5px; font-weight:100}/*crawlist.net CSS ends*/
</style><!--crawlist.net widget starts-->
<div class='ks-auth'><div class='ks-auth1'>
  <img src="Your Image Link" style='float:left; border-radius:50%; border:2px #f5f5f5 solid; width:100px; height:100px; margin-left:15px; margin-top:18px;'/>
</div>
<div class='ks-auth2'>
<h3>About Author <a href="http://plus.google.com/your profile" title="Find me on Google plus" target="_blank"><img src="http://4.bp.blogspot.com/--1lfIW2iDys/VTzElG5tp0I/AAAAAAAAALk/Y-arrpZIeoA/s1600/google-plus_64.png"/></a>
<a href="http://www.twitter.com/your profile" title="Find me on Twitter" target="_blank"><img src="http://1.bp.blogspot.com/-9jxa8inY7NA/VTzElUoUMEI/AAAAAAAAALo/CVnckZyfwaM/s1600/twitter_64.png"/></a>
<a href="http://www.facebook.com/your profile" title="Find me on Facebook" target="_blank"><img src="http://3.bp.blogspot.com/-dmQ4niEV31g/VTzElDuYzZI/AAAAAAAAALg/EgES5KfNWXA/s1600/facebook_64.png"/></a></h3>
<p>Your Bio write/paste {30-40 words}</p>
</div></div><!--crawlist.net widget ends--></b:if>


[For HTML5 template users]
If your Template doesn’t contains <div class='post-footer-line post-footer-line-1'>, then search for

</article>
And below </article> paste all codes.

How to configure:
  • To configure: Author image; Upload your image (200x200 png/jpg) to Tiny Pic and get the raw image link, paste it on ‘Your Image Link’
  • To configure: Social icons; Collect your following profiles direct address link and paste on defaults
  • To configure: Bio texts; Write/paste your bio within <p> to </p> tag. Should be 30-40 words
And finally ‘Save Template’, and check your bio in live action

Template Compatibility

This Author box is compatible with almost all stranded templates but unique designed templates, highly modified templates will not accept this. It also will not work on Blogger's default Dynamic view templates. and Will not appears on homepage.

The necessity of Author box widget is so to speak. So add this Author box widget on your Blogger blog and make your blog more detailed, personality full and stylish. Any feedback, problem you facing with this widget don’t forget to mention, Goodluck.....

Add Foldable Sharing Widget below posts of Blogger

Add Foldable Sharing Widget below posts of Blogger
Previously I had published lots of Social Sharing/Bookmarking widget what appears below every post of your Blogger bogs. Few of them are Truck icon style, Elegant silver icon style, Share with counter + Feedburner email subscription, Coldblooded sharer etc. To continue that sharing widgets making and publishing here I am publishing another super smart compact Social Share/bookmarking widget. This widget created with HTML, CSS and CSS3. Got 8 slots of service (Facebook, Twitter, Google plus, Stumble upon, Pinterest, Delicious, Reddit and a Feedburner email subscription slot), Easy to add on your blogger blog. This widget will look cool on any site no matter what kind of site they are. Let’s see how it looks like and how to add it on your site.

Add Foldable Sharing Widget below posts of Blogger


Preview-

Live Demo- (Click here)

How to add-

Step 1: Back up your template(Optional step)
  • Log in to your blogger, select your blog,
  • Select 'Template' tab option, click 'backup/restore' from upper right corner.
  • Download full template and save it on your pc's Harddrive

Step 2: Then, Installing (Mandatory step)
  • From 'Template' tab, select 'Edit html'
  • And find (using CTRL+F) or (CMD+F) this line-
<div class='post-footer-line post-footer-line-1'>
  • You may find this code phrase twice, ignore first phrase, after second phrase paste all given codes. 
<!--crawlist.net sharer starts-->
<div class="ks-koolsharer">
    <input type="checkbox">
    <label data-default="Share This Post!" data-focus="Select one of the social media service..."></label>
    <ul>
<li><a class="facebook" expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' rel='external nofollow' target='_blank'>Facebook</a></li>
<li><a class="twitter" expr:href='&quot;http://twitter.com/?status=&quot; + data:post.title + &quot; - &quot; + data:post.url ' rel='nofollow' target='_blank'>Twitter</a></li>
<li><a class="google" expr:href='&quot;http://plus.google.com/share?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank'>Google+</a></li>
<li><a class="stumble" expr:href='&quot;http://www.stumbleupon.com/refer.php?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'>Stumble upon</a></li>
<li><a class="pinit" expr:href='data:post.sharePostUrl + &quot;&amp;target=pinterest&quot;' expr:title='data:top.shareToPinterestMsg' target='_blank'>Pinterest</a></li>
<li><a class="delicious" expr:href='&quot;http://delicious.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'>Delicious</a></li>
<li><a class="reddit" expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'>Reddit</a></li>
<li><a class="feed" href='http://feeds.feedburner.com/you' target='_blank'>Subscribe</a></li>
</ul> </input> </div> <!--crawlist.net sharer ends-->
<style>/*crawlist.net css starts*/
.ks-koolsharer {
  display:inline-block;
  font:normal bold 12px Arial,Sans-Serif;
  position:relative;
  width:300px;
  background-color:#111;
  text-align:left;
  background-image:linear-gradient(top,rgba(255,255,255,.4) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,.1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#333333',endColorstr='#111111');
  border-radius:7px;
  box-shadow:inset 0 1px 1px 1px rgba(255,255,255,.1), 0 1px 3px rgba(0,0,0,.7);
  float:right;
}
.ks-koolsharer:before,
.ks-koolsharer:after {
  content:"";
  display:block;
  width:0;
  height:0;
  border:3px solid transparent;
  border-width:5px 3px;
  border-bottom-color:#999;
  position:absolute;
  top:25%;
  right:5px;
  z-index:4;
}
.ks-koolsharer:after {
  border-color:#999 transparent transparent;
  top:auto;
  bottom:25%;
}
.ks-koolsharer input {
  display:block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:15px;
  height:100%;
  opacity:0;
  z-index:10;
  cursor:pointer;
}
.ks-koolsharer label {
  display:block;
  line-height:45px;
  color:rgba(255,255,255,.5);
  padding:0 15px;
  transition:all 0s ease-out;
}
.ks-koolsharer label:before {
  content:attr(data-default);
}
.ks-koolsharer label:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:15px;
  border-left:1px solid rgba(0,0,0,.4);
  border-radius:0 7px 7px 0;
  box-shadow:inset 1px 0 0 rgba(255,255,255,.1),-1px 0 0 rgba(255,255,255,.1);
}
.ks-koolsharer input:hover + label {
  color:white;
}
.ks-koolsharer input:hover + label:after {
  background-color:rgba(255,255,255,.04);
}
.ks-koolsharer ul {
  margin:0 0;
  padding:0 0;
  position:absolute;
  top:100%;
  left:14px;
  right:14px;
  background-color:#222;
  border:1px solid #111;
  box-shadow:0 1px 2px rgba(0,0,0,.4),0 5px 7px -2px rgba(0,0,0,.4);
  visibility:hidden;
  opacity:0;
  z-index:99;
}
.ks-koolsharer li {
  margin:0 0;
  padding:0 0;
  list-style:none;
  float:left;
  width:50%;
  display:inline;
}
.ks-koolsharer a {
  display:block;
  position:relative;
  color:#999;
  text-decoration:none;
  text-shadow:0 0 2px black;
  line-height:30px;
  border-top:1px solid #111;
  border-right:1px solid #111;
  padding:0 15px 0 32px;
  box-shadow:inset 0 0 0 1px #333;
  border-radius:1px;
}
.ks-koolsharer a:nth-child(even) {
  border-right-width:0;
}
.ks-koolsharer a:before {
  content:"";
  display:block;
  width:16px;
  height:16px;
  position:absolute;
  top:7px;
  left:7px;
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:50% 0;
}
.ks-koolsharer a:hover:before {
  background-position:50% 100%;
}
.ks-koolsharer .facebook:before {background-image:url('http://2.bp.blogspot.com/-PL2_qVil_4Q/U8lfNAwrjaI/AAAAAAAAEhc/VIWncEeFCAA/s1600/facebook-16x16.png')}
.ks-koolsharer .twitter:before {background-image:url('http://3.bp.blogspot.com/-mROwY2MqdpM/U8lfdXh2kXI/AAAAAAAAEik/etjFv6l0KLg/s1600/twitter-16x16.png')}
.ks-koolsharer .google:before {background-image:url('http://1.bp.blogspot.com/-IgOO89uTv84/U8lfSUH_WgI/AAAAAAAAEh0/UelxcDrB02U/s1600/google+-16x16.png')}
.ks-koolsharer .stumble:before {background-image:url('http://2.bp.blogspot.com/-lJp8eROzZnI/U8lfc6WMVBI/AAAAAAAAEic/bvcnmSHT4mY/s1600/stumbleupon-16x16.png')}
.ks-koolsharer .pinit:before {background-image:url('http://2.bp.blogspot.com/-zxyYy9V2w9c/U8lfWIcKDAI/AAAAAAAAEiE/f6Hq9S8dOzE/s1600/pintrest-16x16.png')}
.ks-koolsharer .delicious:before {background-image:url('http://3.bp.blogspot.com/-exfzQl3Tj8Q/U8qp0-ZCsKI/AAAAAAAAEk8/PhoOesgmrKE/s1600/delicious-16x16.png')}
.ks-koolsharer .reddit:before {background-image:url('http://3.bp.blogspot.com/-35Olk2kGf5Q/U8lfXSXwSaI/AAAAAAAAEiM/N6qzIncUXSw/s1600/reddit-16x16.png')}
.ks-koolsharer .feed:before      {background-image:url('http://3.bp.blogspot.com/-Xn_R-YC2wtk/U8lfPm9riHI/AAAAAAAAEhk/fQ9ut3xlSbY/s1600/feed-16x16.png')}

.ks-koolsharer a:hover {
  background-color:rgba(0,0,0,.2);
  color:#ccc;
}
.ks-koolsharer input:checked + label {
  color:rgba(255,255,255,.4);
  transition-duration:.4s;
}
.ks-koolsharer input:checked + label:before {
  content:attr(data-focus);
}
.ks-koolsharer input:checked + label:after {
  background-color:rgba(0,0,0,.2);
  box-shadow:inset 1px 0 1px rgba(0,0,0,.4),-1px 0 0 rgba(255,255,255,.1);
}
.ks-koolsharer input:checked ~ ul {
  visibility:visible;
  opacity:1;
}/*crawlist.net css ends*/
</style>
Configure:
  • To configure the Feedburner email subscription, place your Feed Id in the red marked link.
  • Finally Save Template; Check out your Blog for live action.

Template Capability and Faq
  • This widget is compatible with almost all stranded templates, but unique designed templates or highly coded templates will not accept this. 
  • If your template build with HTML5/Following tutorial fails to show the widget on blog; then search </article> instead of <div class='post-footer-line post-footer-line-1'> And paste all codes after </article>
How it looking in your Blogger blogsite don't forget to mention, Any feedback don’t forget to mention too. Goodluck…..

9 Best software to add Watermark on images

9 Best software to add Watermark on images
We always want to protect our images from being copied, misused and stolen. To protect our images using watermark on images is very popular. Placing watermark on images we basically use Adobe Photoshop, but when time runs short we always want a smarter way. Watermarking software makes that job easier that time. Here such time saver, easy user interface base, multiple functions offering best watermarking software listed. Let’s read, download ‘em and start watermarking your images:-

9 best software to add watermark on images easily

uMark Image Watermarking Software, is a free and paid ($29) software for watermarking your digital images with a name, logo, or a copyright notice.
  • Batch Watermarking supports Watermark hundreds of photos in one go.
  • Add various shapes and fill them with solid or gradient colors. Add QR codes as watermark on your photos
  • Border and shadow Applicable
  • Fully Customizable Watermarks choose the font, font size, style and color for your watermarks. Set custom transparency level, add shadows or rotate watermarks to your taste.
  • Select from one of the 9 predefined positions to place your watermark or put the watermark at your desired location on the image by specifying top, left coordinates or by drag and drop.
  • Add EXIF and other metadata as watermarks (geo tagging)
  • Save Watermarks for Later Use
  • Windows PC (Requires .Net 4 framework) or a Mac. uMark is available
  • uMark supports 8 languages - Dutch, English, French, German, Italian, Portuguese, Spanish and Turkish.
Mass Watermark is a free and paid ($30) software to Add Text or Image Watermarks to a collection of Images with Few Clicks
  • Automated Batch Image Watermarking in a simple, fast and Unified Workflow, Watermark 100s of Photos within Minutes with few Clicks
  • Batch/Individual Resize Images to meet Web standards
  • Retouch your Images before Watermarking with unique Image Optimizer
  • Create your own Branding Watermark with Custom Text and Custom Logo, Special effects for text watermarks
  • Supports Wide Range of image formats JPEG,PNG,BMP,TIFF and GIF
  • Inbuilt Watermark Designer
  • MetaData adder
  • Direct Upload to Flickr, Picasa
  • Create Zip file (This is Ideal for Upload to Websites via FTP and Unzipping at the Website Side)
  • Line Watermarking, Save Watermark Templates
Aoao Watermark for Photo is an easy to use Photo Watermark Software provides professional photo protection solutions for your digital photos. It’s paid ($30-$200) software, trial available.
  • Zero Image Quality Loss and Faster Speed
  • Batch watermarking - watermarking 300 photos less than 1 minute
  • Full control over placement and size of your photo watermark
  • Awesome watermark library – 150 + free watermark materials
  • Text Watermark:  Add text watermark to photo, the text can be signature, date, EXIF info, copyright symbols © ® ™, etc.
  • Image Watermark:  Add image watermark to photo with logo, avatar, icon, etc. Many free image watermarks are offered to users
  • Animated GIF Unique Feature: Enable to add watermark to animated GIF image and keep its dynamic effects.
  • Photo Frame:  Provide free frame materials with different styles like oil painting style, modern style, etc
  • Crop Photo, Resize Photo, Batch renaming,
  • Photo Conversion: Easily convert photo files among all popular formats like JPG, GIF, BMP, TGA, PNG, etc.
Visual Watermark is a free and paid ($20-$40) watermarking software with lot’s of features and function,
Watermark 100 Photos in Just 1 Minute
  • 12 built-in watermark templates and appearance options help you get the watermark look you want.
  • Batch Rename and resize features make publishing images much easier.
  • Runs on Windows and Mac
  • Use logo and text in any combination. Fill images with watermark for strong protection, or make the watermark glasslike for unobtrusive protection.
  • Choose one of 260 fonts, 66 effects and 100 transparency levels to watermark your photos with your unique watermark, software allows to change watermark size and position using visual drag-n-drop editor. 
  • Supports JPEG, PNG, TIFF, GIF and BMP photo formats.
  • Copyright Metadata, Shadow & Background enhanced
  • Integrates with iPhoto on Mac
  • Watermark Effects Visual Watermark comes with 66 effects combinations.
Arclab Watermark Studio is an easy to use image watermarking software to add visible and transparent watermarks to multiple images and photos in a batch. It comes up with lite version and paid version ($20-$50)
  • Add a true-transparency watermark with custom opacity
  • Watermark or logo could be added at any position
  • Add a watermark on multiple positions
  • Flood-Fill with custom watermark size (mosaic)
  • Batch processing of directory structures
  • The image conversion software support jpeg, png, gif, tiff, bmp and psd images and can convert the images into the image formats jpeg, png, gif, tif and bmp.
WatermarkLib software is a free professional digital photo watermark creator
  • This photo watermark software places very strong watermarks that no one can remove.
  • Batch mode: protect a photo group of any size at a time.
  • Edit watermarks in a convenient interface.
  • Create watermarks out of graphics and text.
  • Make watermarks more detailed for better protection.
  • Customize font type, size, color and opacity of your watermark text
  • Support all popular image formats, including JPEG, JPG, GIF, BMP, PNG, TGA, TIFF.
  • Add Date and Time Stamp
Alamoon Watermark is powerful watermarking software for protecting and enhancing your images. Paid version available ($30)
  • Simple yet effective software helps you to watermark thousands of photos/images in seconds.
  • Alamoon Watermark supports major picture format like: JPEG, BMP, TIFF, PCX, PNG, TGA, PBM, PGM, PPM, GIF, VDA, ICB, VST, PIX, WMF, FAX, PSD, PDD, PSP, CUT and PCD Image Formats.
  • Watermark with visible text, logo, or URL
  • Add date-stamp to your photos
Simple and quick Watermarking Software. Comes up with lite version and paid version ($30-$100)
  • Batch watermark thousands of photos without user action.
  • Photos can be watermarked with a text, logo, photo, or picture
  • Customizable options for color and style of text to use for watermarking
  • Resizing option for logos/images used to watermark the image/photo
  • Output of watermarked photos to: JPEG, TIFF, PNG, BMP, GIF file format
  • Border design addition to the watermarked text
  • Support for storing of METADATA information
  • The EXIF file information can be embedded or retrieved
  • Create solid watermarks that are hard to remove.
  • Retain or Reject EXIF information in JPEG images.
  • Options to maintain a single or a separate destination directory for all batch-watermarked images
  • Innovative one click upload for Facebook, Wordpress and FTP
Kigo Image Converter is a free and easy to use image converter for Windows users.
  • It is designed to change image format, scale image size, compress image and add watermark by batch. 
  • This free image converting tool supports kinds of image formats, which include BMP, JPG, J2K, JPC, PNG, TIF, TIFF and more. 
  • With the image converter's main functions, you can find the right solutions to convert images for different situations.
Image watermarking is important for reserving copyrights of your images. Who when going to re-use your images without permission you’ll never know. That’s why using a suitable watermarking software is recommended for everybody who shares images on web. So which one you use/you are going to use don’t forget to mention by comment.