Search found 1 match

by antarey
Tue Mar 12, 2024 8:22 am
Forum: Support
Topic: Problem with image sizes
Replies: 1
Views: 17532

Problem with image sizes

Good afternoon.
I use TRichView FMX 22.2 and C++Builder 12.
I insert pictures *.png/*.jpg/*.webp
I insert the image like this:
TRVGraphicFM* Graphic;
OpenDialog->Filter = "Images|*.bmp;*.jpg;*.jpeg;*.png;*.gif;*.tif;*.tiff;*.ico;*.webp";

if (OpenDialog->Execute()) {
Graphic = RVGraphicHandler ...