Recent

Author Topic: image base64  (Read 6532 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][+][-]
  1.  float ratio = width / height;
  2.  
replace:
Code: Java  [Select][+][-]
  1.  float ratio = 1;
  2.  

 

TinyPortal © 2005-2018