Giter VIP home page Giter VIP logo

imv's Introduction

This Java application, compatible with Java 8 and above, is designed to copy images from one directory to two separate directories.

Downloads

get it from the release page.

How To Run

 java -jar IMV-x.x-x.jar 

How To Build

Linux:

  1. Clone the repository to your local machine:
git clone https://github.com/Anonymous2716/IMV
  1. Navigate to the project directory:
cd IMV
  1. Maven:
mvn clean package

Gradle:

./gradlew jar --no-daemon

in which case the final jar file would be in build/libs directory.

Or use your own commands if you know what you are doing.

Requirements

To Run:

  1. JDK(JRE) 8 or later.

To Build:

  1. maven or gradle.
  2. Active Internet Connection for downloading dependencies and maven plugins.

Screanshots

Screen Size: 1536x864 (80% WxH of 1920x1080).

Start Window: Start Window

Second Window: Second Window

TODO

Further improvements will be done in the future if I have time and mind. such as:

  1. Displaying destination directories.
  2. Better scaling.
  3. default zooming scale.
  4. Theme management.
  5. Realtime text input validation. etc etc.

How Does It Work?

This Application goes through all the files in a given directory. And loops through the files one by one to check if its an image file. The isImageFile(Path filePath)check if a file is an Image by passing it to Metadata-Extractor library. and if the file is not an Image then the library will return null. Which is not perfect but fast enough to load thousands of images in a second or two. After loading the images in an ArrayList<Path> the application displays each image one after another and with metadata info . the given buttons to perform Actions on them.

The Copy Options uses SHA-1 checksum verification after copying to destinationFile and before sourcefile deletion. and if they do not match the source file will be kept and an Error message will be shown. Also most of the information should be printed in stdout also a logfile in the given log directory.

This application is designed to capture any potential exceptions that occur during runtime. In the event of an exception, it will display an error message using a JOptionPane.

INFO

This is a personal public project which means it is free and open-source, even if I may accept feature requests I don't guarantee implementing them.

I may rewrite Git history from time to time because it stores few binary files which take noticeable disk space. Coding quality is very far from perfect. I know that but don't care, the app works and this is good.

The IMV application is distributed under GPL v3.0 license.

I don't care whether you use or not. As I said, this is a personal project and it does what I need. Think about that before sending me a blaming email regarding support. If you have lost your data, then only you are responsible for mistakes and misuses. Remember that author does not owe anything for you.

Credits

  • Termux - Because I wrote this Application in Termux.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.