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
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Modern For Loop question
by
Peter H
[
Today
at 02:32:51 am]
LazPaint (alpha-blending,...
by
lainz
[
Today
at 02:17:46 am]
Cocoa - content mirrored ...
by
AL
[
Today
at 12:59:29 am]
Video unit and updating t...
by
lucamar
[
Today
at 12:42:33 am]
Sqr function
by
Peter H
[January 27, 2021, 11:38:04 pm]
working with GPS coordina...
by
wp
[January 27, 2021, 11:27:27 pm]
Compiler Generated Tempor...
by
BeniBela
[January 27, 2021, 10:52:44 pm]
SIGSEGV after calling a D...
by
jamie
[January 27, 2021, 10:47:17 pm]
[LAMW] Using App Bundles ...
by
jmpessoa
[January 27, 2021, 10:33:55 pm]
MOVED: Programming for An...
by
trev
[January 27, 2021, 10:29:52 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: image base64 (Read 2035 times)
kordal
New Member
Posts: 20
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
TinyPortal
© 2005-2018