SimpleImageViewer lets you open a multitude of supported picturefiles and shows you its metadata.


Features

  • Supported filetypes: *.jpg, *.jpeg, *.png, *.bmp, *.tiff, *.gif
  • You can assign SimpleImageViewer as your default picture viewer and open files with a doubleclick to get them shown in SimpleImageViewer.

Program screenshot:
SimpleImageViewer

Metadata window:
SimpleImageViewerMetadata


Function to get the launch arguments:

string[] args = Environment.GetCommandLineArgs();

            if (args.Length > 1 && args[1] != string.Empty)
            {              
                if (args == null || args.Length == 0)
                {
                    //program was started without any arguments
                }
                else
                {                    
                    //send the imagelocation via the arguments to the picturebox
                    pb_mainView.ImageLocation = args[1];                    
                }                
            }

Github Repository

PictureDump was used to sort multiple pictures at once. It was designed to manage all the pictures taken during the day at the Kindergarten.


Features

  • Add Person or group to assign pictures to.
  • Select one or multiple pictures that belong to a person or group and collect them all in a designated folder.
  • Create a .zip archive of all the folders and send them to n USB stick.

Program screenshot:

PictureDump

Artis was a try to get the Kindergarten of my wife to switch off of an expensive 3rd party company with no success. So I put it on hold - a long time ago.

Development on hold


Features

  • Add / Remove / Edit / Search the dataset containing all enlisted children.
  • Deposit all the necessary documents that are frequently needed.
  • Add / Remove / Edit / Search parents dataset.
  • Manage the finances regarding lunch, trip, event - money.
  • Get a statistical overview about all you data.

Program screenshot:

Artis