-
Notifications
You must be signed in to change notification settings - Fork 257
Lib.image.analyze.CompareImages
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
A simple helper to verify an image effect before and after. It shows both images divided by a movable border which also acts as a comparison monitor.
Also see: [ImageLevels] [WaveForm]
| Name (Relevancy & Type) | Description |
|---|---|
| Texture2d (Texture2DRequired) | Input Image A |
| Texture2d2 (Texture2DRequired) | Input Image B |
| Rotate (Single) | Rotates the border |
| Center (Vector2) | Defines the center of the border |
| IntensityRange (Single) | Defines how large the border / monitor is displayed |
| Name | Type |
|---|---|
| TextureOutput | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.