-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangesFMX.txt
31 lines (24 loc) · 1.37 KB
/
ChangesFMX.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2023-10-19
New resampling filters: Mitchell, Robidoux etc..
Simplified and corrected MakeGaussContributors in uScaleCommon.pas.
2023-10-10
Added options to properly handle the alpha-channel for unsharp-mask.
2023-10-3
More efficient code for unsharp-mask.
2023-10-2
New parallel unsharp-mask routine. You can use it in ThreadsInThreadsFMX.dproj for sharpening the thumbs.
2023-5-13
Added Zoom/Pan demo. Thumb size in ThreadsInThreads can be changed (small, medium, large).
2023-5-10
Moved code common to FMX and VCL into a new unit uScaleCommon. This unit needs to be added to the uses-clause together with uScaleFMX. Folders BitmapScaling and BitmapScalingFMX have been merged into one.
The parallel routines are now all threadsafe, if each thread uses a separate thread-pool. See ThreadsInThreadsFMX in
Demos\DemosFMX
Utilities used can now be found in Utilities. There is a brandnew directory-explorer-tree, which is used in ThreadsInThreadsFMX. Please report, if there are issues with it.
2023-5-5
More functionality in DemoScaleFMX: Alpha-combine-modes and zoom-tool.
2023-5-3
First (prototype) version of a port to FMX.
Supports Windows platform only, and the thread-pools have not been implemented yet,
so the parallel-threads-routine cannot be used in threads.
One simple Demo DemoScaleFMX.dproj, which shows basic use.
Speed with FMX is a bit disappointing.