Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.15 KB

Gallery Image Manager Build status

Tool for creating and managing gallery images (single image build from multiple small images).

Gallery image manager

Blog posts

  1. Optimizing images usage in .NET – part 1
  2. Optimizing images usage in .NET – part 2

Using the tool:

The Gallery Image Manager tool has two flows:

  1. Take a collection of images to create a gallery image and a static class used to draw the image parts.
  2. Take the gallery image and the generated static class code to split the gallery image into the individual images it contains.

This two functionalities allows for efficient management of the gallery image: adding, removing and changing.

Demp app

demo app