Skip to content

jamessofios/j-image-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About:

J-image-viewer is written in Java using Swing and AWT. The supported image file formats are jpg, png, bmp, wbmp, and gif. Basic image editing is availible using the rotate or mirror functions.

How to use:

In this git repository, run these commands:

$ ./make_jar.sh #makes a single jar file

$ java -jar j_image_viewer.jar #runs the program

$ ./make_clean.sh #cleans out the jar and class files

Example 1 Example 2 Example 3 Example 4