B4A Library [B4X] BitmapCreator Effects

Pitag

Member
Licensed User
Longtime User
It seems that i found a solution, but i m not sure if it is the good one

This code do not works
B4X:
effects.ImplodeAnimated(1500, OriginalBmp,B4XImageView1,50)

the following works
B4X:
effects.ImplodeAnimated(1500, OriginalBmp, B4XImageView1.mbase,50)
 

John Naylor

Active Member
Licensed User
Longtime User
I was in need of some cross platform photographic functions for an app I am writing so I have taken the liberty of extending the BitmapCreatorEffects library and am posting here in case anyone can make use of it.

Image manipulation additions -

Blacks, Whites, Clarity, Contrast, Exposure, Highlights, Shadows, Temperature, Vibrance and Tint

Other addition -

Histogram generator



Demo in B4J only for the moment
 

Attachments

  • Demo.zip
    106.7 KB · Views: 59
  • BitmapCreatorEffectsExt.b4xlib
    5.2 KB · Views: 62
Cookies are required to use this site. You must accept them to continue using the site. Learn more…