Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Cross-Platform-Entwicklung (https://www.delphipraxis.net/91-cross-platform-entwicklung/)
-   -   Delphi PBitmapCodecSaveParams Windows ok / Android Signal 11 (https://www.delphipraxis.net/189349-pbitmapcodecsaveparams-windows-ok-android-signal-11-a.html)

stalkingwolf 3. Jun 2016 07:33

PBitmapCodecSaveParams Windows ok / Android Signal 11
 
Hallo.

wenn ich unter FireMonkey mit

Code:
var saveParams:PBitmapCodecSaveParams;
begin
.
.
.
saveParams.quality:=100;
image.savetofile(filename,saveParams);
.
.
.
end;
etwas abspeichere, dann funktioniert dies unter Windows. Aber unter Android (6) stürzt mir die APP mit Signal 11 ab.

Union 3. Jun 2016 08:32

AW: PBitmapCodecSaveParams Windows ok / Android Signal 11
 
Welches Format verwendest Du? Siehe hier.

stalkingwolf 3. Jun 2016 08:41

AW: PBitmapCodecSaveParams Windows ok / Android Signal 11
 
jpg. Darum kümmert sich savetofile selber.
Ohne PBitmapCodecSaveParamsgeht es auch, aber imo ist das JPG zu stark komprimiert.


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:24 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz