Skip to main content

RESIZE IMAGE WITHOUT LOOSING QUALITY – HOW TO GUIDE

RESIZE IMAGE WITHOUT LOOSING QUALITY – HOW TO GUIDE


People hate to visit websites which require more time for loading. So one should always seek to improve the webpage load time, so to do so you have to look at many things like loading sources, page cache, media files etc. One among such media file is images, adding beauty to your page, but at the same time, it is regarded as the most bulky resources which takes much time to load on the page, thereby causing inconvenience to the visitors.
But one can improve the page load time by cutting the size of an image to a significant amount. But even resizing the image without any proper knowledge may be troublesome as you may lose the quality it had. Though photoshop provides a nice feature to save the original quality of the pic, it is not preferred much as it’s too expensive to purchase the photoshop application for desktop or web version. So here I’m going to provide you with free online tools to Resize Image without loosing Quality

WEB BASED TOOLS TO RESIZE IMAGE WITHOUT LOOSING QUALITY


1.KRAKEN.IO :

JPEG, PNG, GIF, SIV are some of the image formats that can be compressed with this online application. This reduces the image to a quite considerable point without losing the image size.

2.IMAGEOPTIMIZER.NET:

After uploading the image from your computer, give the size of the image and quality you wish to have after processing. This provides only some control of the output and compression ratio But Greatly Helps to Resize Image without loosing Quality.

3.SMUSH.IT:

Smush.it is the best and popular online application you can have to compress images. It is present with an up-loader as well as URL box to have the image. In this you will not be provided with the ‘enter’ option to enter the image quality as that of previous one because it automatically optimizes the image by compressing it to a limit.

4.COMPRESSJPG.COM & COMPRESSPNG.COM :

I would suggest you to have these application, for more control of the image quality. A slider appears as soon as you upload an image to auto control the quality of the last image. A preview panel is provided for showcasing the changes according to the quality slider change. So before downloading the image you can have the review of your final image. This application is available on different domains for JPG and PNG images.

5.PUNYPNG.COM :

This application is available to compress the PNG files. Upload an image and you can get a compressed size of the image. Besides this, tinypng.com , a quick tool to compress the PNG images to the best level without affecting the image quality.

DESKTOP TOOL TO RESIZE IMAGE WITHOUT LOOSING QUALITY

If you need a Desktop tool to do this task then i would suggest you to have PNG Gauntlet as your first choice, You will need .Microsoft Net Framework 4.0 to run this tool on your Windows.
You won’t Face any difficulty in Using this tool as it is very User Friendly. While Optimizing the images PNG Gauntlet will show you older size and Optimized size of the image. this Program is not that Fastest at it work but Usefull.

Popular posts from this blog

CONVERTING TORRENT FILE TO ZIP FILE

HOW TO CONVERT TORRENT FILE TO ZIP FILE 1>>click the link below  http://www.zbigz.com   2>>upload your .torrent file  3>>wait until conversion, after conversion your  file can be downloadable in .zip format.

Responsive PanelGrid in JSF Primeface

Here, we are going to learn about responsive PanelGrid in JSF Primeface component. As we know primefaces providing lots of good stuffs for JSF. In Primeface, there is a component name Panel Grid which we are going to use for our convenience. In most of the cases, PanelGrid used for making our content in a proper way. If users opens our website which we have made in jsf using panelGrid component that not in responsive manner, that could be really ugly as for as user concern, So here we are going to break it just by using Layout attribute in the panel Grid component. for exaple, < h3 >Responsive</ h3 > < p:panelGrid columns = "3" layout = "grid" >                 < h:outputText value = "Content" />      < h:outputText value = "Content" />      < h:outputText value = "Content" />      < h:outputText value = "Content" />      < h:outputText value = "Content" />

How to clear Filter value in Primefaces Datatable?

As we Know, primefaces provides plenty of components for JSF. In this discussion, we are going to uncover filter attribute mystery in Datatable. Above the pic represents the filter option which is available in primeface . we can easily inherit filter option to datatable. PROBLEM WE FACE: while doing filter in datatable primeface, if we want to go further action. for example, you have 1000 of records, you're filtering option to filter those records. while filtering, you have seen your records and you need to go another action, at the time filter wont be clear. it will be remains same. Inorder to overcome that issue, we need to use below scripts, RequestContext.getCurrentInstance().execute("PF('any_name').clearFilters()"); Add widgetwar attribute in your datatable component <p:datatable id="d_id"   widgetVar ="any_name">