B4J Question [abmaterial] change the quality of jpg before upload?

alwaysbusy

Expert
Licensed User
Longtime User
No, only for png files you can use:

B4X:
Dim folders As List ' NEW
folders.Initialize
folders.Add(File.DirApp & "/www/" & ABMShared.AppName & "/images")   
ABM.ActivatePNGOptimize("DONATORKEY", folders, False , 9, False, True )

I haven't found a good library to do the same in java yet for jpg.
 
Upvote 0

liulifeng77

Active Member
Licensed User
Longtime User
thanks for your reply so quickly!
users often use mobile phone to take picture and upload. so if we can change the quality of jpg, the users will feel more convenient.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…