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