Anders Melander
Anders Melander
Based on the PSD Export example from #239 standard functionality should be added for writing PSD files. The PSD files should be layered when created from `TCustomImage32` (with layers) and...
Decomposing and normalizing the letter Å (Latin Capital Letter A with Ring Above, codepoint `$00C5`) produces the sequence `$0041 $030A`. This is correct. However, composing the sequence `$0041 $030A` produces...
In Delphi LongInt and LongWord are platform dependant types: 32-bit on Windows and 64-bit on Linux, iOS, and Android. In FreePascal LongInt and LongWord are 32-bit on all platforms. I...
The `GR32_LowLevel.Mirror*` functions are used in various places to clamp values to a given range. Notably, when sampling a bitmap, they are used to avoid out of bounds pixel coordinates....
https://github.com/spring4d/benchmark/blob/66ab629c91bdff9cae1e55a8c9b660b28510a3f0/Spring.Benchmark.pas#L810
The http://mctrl.org/tools.php site attempts to download malware.
- Kylix no longer supported. - Includes polygon rasterizers. - Now mentions anti-aliasing and alpha-blending which are some of the main features of the library. - Updated with recent performance...
Expanded details about map2pdb purpose and usage since it was pretty vague.
Updated URL. Nothing else.
**Describe the bug** Once in a blue moon an Access Violation is produced when the application is terminating. **To Reproduce** Steps to reproduce the behavior: 1. Start BTM 2. Do...