Hello, i want to load a bitmap from file into FNCSignatureCapture. If i do so, the component is filled complete with a color. i thoght the file was demaged or wrong, so i placed a normal VCL-TImage on the form and loaded the bitmap-file in both components. The TImage works fine but in FNCSignatureCapture, i have the issue above.
Loading image data into the signature capture is done with LoadFromFile / LoadFromStream, and the format is not an image. The signature capture has it's own format for saving and loading. It's possible to export to an image with the SaveToImageFile / SaveToImageStream but there are no load equivalents.