Skip to content

Releases: Storinob/limon

v4.3 Improvements

Choose a tag to compare

@Storinob Storinob released this 27 Jul 01:23
f66c406
  • Added function to check and terminate previous application processes at startup ;
  • Updated CaptureScreenWithBitBlt ;
  • Improved OverlayForm.BackColor ;
  • Replaced Format24bppRgb with Format32bppArgb ;
  • Updated GetPixelColor for 32-bit ARGB compatibility ;
  • Added CompositingMode.SourceCopy to retain exact pixel transparency during cropping.

v4.2 Improvements

Choose a tag to compare

@Storinob Storinob released this 26 Jul 19:16
feacdcf
  • Added drawing of empty red rectangles ;
  • Updated SRCCOPY to improve capture ;
  • Replaced Screen.PrimaryScreen.Bounds with SystemInformation.VirtualScreen for multi-monitor support ;
  • GDI+ Improvements in OverlayForm ;
  • Implemented Dispose(bool) in OverlayForm to free cached GDI+ resources .

v4.1 minor fixes

Choose a tag to compare

@Storinob Storinob released this 24 Jul 21:30
9f086e8
Update project metadata in screenshot.csproj

v3 Fixes

Choose a tag to compare

@Storinob Storinob released this 24 Jul 15:43
bfaded7

Graphics.CopyFromScreen has been replaced with CaptureScreenWithBitBlt ;
Removed SanitizeBitmapPixels ;
Optimized GetPixelColor ;
Removed GC. Collect() ;
StringBuilder and Random has been replaced with Guid.NewGuid().

v4 New Release

Choose a tag to compare

@Storinob Storinob released this 24 Jul 17:06
76dfe54
  • Rebranding.
  • Code fixes and optimisations.

v2

v2

Choose a tag to compare

@Storinob Storinob released this 21 Jul 16:15
7c14917
Refactor screenshot application with drawing features

v1

v1

Choose a tag to compare

@Storinob Storinob released this 11 Jul 15:39
bf6403c
Add files via upload