19 Jul
2019
File Type Analyzer Intro
My next tiny online tool for analyzing file types
www.sisik.eu/file
Sometimes when I'm cross-compiling native C libraries for Android, I like to check the ABI of the final .so library file. Some project's don't compile straight away and I need to hack the build system before I get my compiled l...
26 Apr
2019
Online Histogram Tool Intro
Recently I've been playing with Android's Bitmap processing using NDK (C++) and RenderScript. I used these technologies to create an Image Histogram. I later decided to create a similar tool for web using WebAssembly
www.sisik.eu/histo
The online tool has the following features
- can extract...