Reading ZIP and DOCX files and unpacking image files in memory
I wrote a program that scans the contents of ZIP, DOCX, XLSX, and EXE files, reads the entire file structure inside archives and without temporary files, unpacks and displays images in memory. It even...
View ArticleDemo Program I did for a radio engineer
I was contacted by a local radio station about developing an application to assist in creating their work scheduling sheets, It seems that Microsoft screwed them all up. The previous versions of media...
View ArticleClass for reading ZIP files
Hello everyone I have written a mini-class for reading information about files contained inside a ZIP. My class reads file attributes, date and time of files stored inside a ZIP. It even works in...
View ArticleVB6 - Show image Metadata (XMP, EXIF, Thumbnail, etc) with WinRT...
This project uses the BitmapDecoder WinRT class to enumerate the metadata properties of an image (such as those properties saved by a professional digital camera). A TypeLib with the required WinRT...
View ArticleImage Annotation & Markup Tools (RC6/Cairo Based)
Want to give users the ability to annotate images with lines, shapes, highlights, and text? This project provides flexible drawing tools and customization options for a variety of use-cases. Screenshot...
View Article