Skip to content

Releases: kana-ph/image-viewer-b64

UX Improvements

18 Apr 15:40
Compare
Choose a tag to compare
  • Fixed bug that enables resizing windows to almost a dot.
  • Fixed bug that enables dropping of directories.
  • Added fading message on various operations: open file, copy all, paste all
    • Message stays for 3 seconds, then fades away
  • Added prompt on dropping base64 text file - now asks if you want to open the file as-is or converted to base64.
  • Added error message on invalid Base64 input

image-viewer-b64-SA.zip file contains the executable jar file with the dependency jars.
Working on making the release smaller in size

File Identification and Better Dialogs

18 Apr 09:34
Compare
Choose a tag to compare
  • Added Feature to the Base64's metadata using Ctrl+I or File > Identify Base64
  • New dialogs for identification and about
  • Various refactors

SA.tar.gz file contains the executable jar file with the dependency jars.
Working on making the release smaller in size

Less Restrictions and DnD Support

13 Mar 17:00
Compare
Choose a tag to compare
  • Added feature to open raw base64 file without conversion.
    • Base64 file is limited to 100 MB
  • Added support for Drag-n-Drop for files.
  • Removed restrictions on file formats.
  • Opening large file now causes the application to lock and show spinner
  • Input file size limit increased to 30 MB.
  • Bunch of refactors.
  • Bunch of string changes.

Added Error Handlers

03 Mar 10:20
Compare
Choose a tag to compare
  • Errors are displayed in a dialog, rather than stderr
  • Base64 encoder is now limited to 5 MiB

Base64 To Image, vv.

03 Mar 08:13
Compare
Choose a tag to compare

Just run this JAR file.

Required JDK: 1.8.0_40 or later

Supported types:

"image/jpeg"
"image/png"
"image/bmp"
"image/gif"
"image/tiff",
"application/pdf"
"application/rtf"
"text/plain"

Can also convert file to base64