Topic: Rotate an image file (DBImage)

Hope everyone is safe.

I am working on a simple app and I need to be able to rotate the DBImage when adding it to a form. It is currently saving incorrectly
thx & b safe my friends!

Scribtx

Post's attachments

Attachment icon Screenshot_1.jpg 94.08 kb, 61 downloads since 2022-03-18 

2 (edited by k245 2022-03-19 07:40:30)

Re: Rotate an image file (DBImage)

Doing any image conversions in MVD is possible only for bitmap. Pictures are usually stored in JPG or PNG. That is, the process should look like this: create a bitmap. The source image copied onto its canvas. A transformation is made (rotation, compression, color correction, etc.), and then the canvas is copied back into a JPG image.

http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=8503&download=0

Post's attachments

Attachment icon img-2022-03-19-10-38-24.png 69.08 kb, 64 downloads since 2022-03-19 

Визуальное программирование: блог и телеграм-канал.

Re: Rotate an image file (DBImage)

Thanks for the feed back, but I do not understand..