Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
image base64
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Developer Blog
Follow us on Twitter
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
(preview only)
Search
Advanced search
Recent
Exeption-class "External:...
by
howardpc
[
Today
at 11:16:48 pm]
Synedit wants too more ke...
by
Martin_fr
[
Today
at 10:33:33 pm]
Compiler case optimizatio...
by
damieiro
[
Today
at 10:29:20 pm]
Is posssible own MessageD...
by
wp
[
Today
at 10:03:56 pm]
fpreport: FPReportdesign ...
by
af0815
[
Today
at 09:48:06 pm]
BGRABitmap.Draw on TBitma...
by
winni
[
Today
at 08:54:33 pm]
Type "TMyType" is not com...
by
Shpend
[
Today
at 08:41:26 pm]
Chart tools[SOLVED]
by
jbmckim
[
Today
at 08:26:27 pm]
[CLOSED] Const vs define ...
by
julkas
[
Today
at 07:23:33 pm]
Copy Printer.Canvas to a ...
by
lucamar
[
Today
at 07:07:29 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: image base64 (Read 702 times)
kordal
New Member
Posts: 17
Re: image base64
«
Reply #15 on:
November 14, 2019, 10:46:21 pm »
Late noticed, this is not critical, there is one unnecessary division:
Code: Java
[Select]
float
ratio
=
width
/
height
;
replace:
Code: Java
[Select]
float
ratio
=
1
;
Logged
Print
Pages:
1
[
2
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
image base64