Code Monkey home page Code Monkey logo

hanami's Introduction

Hanami

Java Image Viewer

Very similar to IrfanView, but capable of running on any system with a JRE.

###Download Latest

Capabilities

  • Can open PNG, GIF, BMP, and JPG files.
  • Plays animated GIF.
  • Fullscreen Mode.
  • Left and Right to navigate through directory.
  • UI doesn't lockup while loading images.
  • Can load images from unicode paths on windows using Custom Launcher.

Key Bindings

  • Home Moves to the first image in the directory.
  • End Moves to the last image in the directory.
  • Left, Right, Up, Down Scrolls image. Left and Right will move to next/previous file if it cannot scroll left or right.
  • Page Up, Backspace, Left Moves to previous image, loops at start of directory.
  • Page Down, Space, Right Moves to next image, loops at end of directory.
  • Enter Enter fullscreen mode.
  • Esc Exits full screen mode, exits program in windowed mode.

Notes

There are many more options available that can only be configured by editing the cfg file that is produced. These are planned to be added to the options dialog in the near future.

Plans

  • More file types
  • Animated PNG
  • Copy and Paste support
  • Basic Editing (Cropping, Resizing, Rotation, Flipping)
  • Directory Sorting Options
  • Key Binding Editing
  • Status Bar, Image Information
  • Basic Plugins (for supporting extra file types)
  • More Options

hanami's People

Contributors

chase-san avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

hanami's Issues

Scaled images lose contrast

When opening some files (such as black and white ones), once scaled, they lose a bit of contrast during the scaling operation.

Cleanup Hanami.class ViewController/Model split.

Java tends to combine the view and controller into the same class. But I need to separate all the view and controller code from it still, so it acts as a pure model.

This also means that the model should never call anything from the view (directly). It should be as best it can a one sided operation.

Lock up on loading large image after another

The program can lock up when loading a large image after loading a previously large image. This is due probably due to resource issues. A 6500*4800 image uses up about 90 mb of raw when uncompressed (which I have to do to display it).

Flushing the old images should help prevent this lockup.

Delete file option.

Add the ability to delete files from within Hanami. So that we can browse through a directory and delete images we don't want.

Image information dialog (with hotkey).

Ability to display information about a given image. Including size, dimensions, image type, colors, and color depth information.

Also a shortcut to easily bring up or hide this information.

Code Cleanup/Refactor

Cleanup and Refactor code to allow modifications to the program to be made easier.

Missing files lockup program.

Currently when a file is deleted in a directory and you try to navigate to it from within Hanami the program locks up on loading.

Zoom feature.

The ability to zoom in and out on a image. Optional resample option.

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.