Skip to content

Compress Image to reduce bandwidth usage and compare result with different libraries. In this project different libraries are compared in terms of quality and compressed image size by giving different dimensions and quality..This project is in Java language with JSP files.. The libraries which compared are: ImageMagick DIP(Digital Image Processi…

kajoljain379/Image_Compression

Repository files navigation

Image Compression

Compress Image to reduce bandwidth usage and compare result with different libraries. In this project different libraries are compared in terms of quality and compressed image size by giving different dimensions and quality..This project is in Java language with JSP files..

The libraries which compared are:

  1. ImageMagick

  2. DIP(Digital Image Processing) using Java functions

  3. Imagej

Only by giving image URL this project create compressed image of diffrent dimension using all libraries and safe in local directory choosen at run time by user itself... alt tag #Folder Created on choosed Directory

alt-tag

#Benefits This project gives compressed image result of all libraries which display in JSP file So, user can directly compare the results at the same time and choose library according to their requirements...

alt-tag

#Images saved in folder alt-tag

#Prerequisite

1.Ubuntu

2.Imagemagick

3.Tomcat server

4.ANT or ECLIPSE IDE

#Steps to run project

1 Install Apache Tomcat Server in your system.

2 Goto build.properties file and change the value of "home" variable to the path to your tomact

3 Download ImageMagick using command

 sudo apt-get install imagemagick

4 To build this project either install ANT using command

 sudo apt-get install ant

Otherwise can use Eclipse IDE for build process

5 Run "build.xml" file using "ant build" and then run command "ant deploywar" command if ANT is installed or simply in Eclipse as ANT Build which create .war file on tomcat webapps folder.

6 Start tomcat by running "startup.sh" file which is in "bin" folder of tomcat using command

  ./startup.sh

7 Open browser and type

  http://localhost:8080/Image_Review/index

8 Give Image URL

9 Image Compression done...

About

Compress Image to reduce bandwidth usage and compare result with different libraries. In this project different libraries are compared in terms of quality and compressed image size by giving different dimensions and quality..This project is in Java language with JSP files.. The libraries which compared are: ImageMagick DIP(Digital Image Processi…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages