All notable changes to the "mdhvg-memscope" extension will be documented in this file.
- Improved loading speed: Switched to batched loading of image bytes from memory.
- Fix #2: Replaced buggy formula for canvas image display.
EXTENSION ICON
- Datatype selection: User can now select the datatype of image (
uint8,int8,uint16,float32, etc).
floattypes have some color discrepancy which corrupts the value of a few pixels. My guess is that the normalization formula forfloatvalues is wrong. (Contributions are welcome)
- Live Preview: View the image in real-time as you input pointer addresses, width, height, and channels.
- Expression Parsing: Supports evaluating expressions for width, height, and pointer, allowing dynamic updates.
- Save Image: Users can now save the rendered image as PNG or JPG.