B4A Question Split an Image - vecino (first post)    Jan 31, 2015   (1 reaction) Hi, I have found the solution. The "BitmapExtended" library. Thank you, friends. For example, I have an image of 300x100 and I divide it into 3 parts. Dim bex As BitmapExtended bex.Initialize("bex") img1.Bitmap = bex.createBitmap3( imgSrc.Bitmap, 0, 0, 100, 100 ) img2.Bitmap = bex.createBitmap3( B4A Question BitmapExtended save jpg file - hub73    Mar 14, 2016   (1 reaction) Hi !
i need some help to use BitMapExtended...
Could you post some code sample to show me how to save the final file...
... i've a 0 bytes final.jpg file !
many thanks !
Dim BitMap_Source As Bitmap
Dim BitMap_Travail As BitmapExtended
...
Out = File.OpenOutput (Chemin_clef, "final.jpg", False B4A Question CameraExClass, Image orientation problem - ivan.tellez (first post)    Oct 26, 2016   (1 reaction) A little late but... You can use BitmapExtended lib Dim bm2 As BitmapExtended bm=bm2.rotateBitmap(bm,180) B4J Question Shift a bitmap vertically - yo3ggx    Jul 19, 2022 Hello,
How can I shift a bitmap vertically with 1 pixel in B4J and then add a new line at the bottom from a byte array?
In b4A I'm using BitmapExtended library, but this one is not available in B4J.
Thank you. B4A Code Snippet CameraExClass save picture without rotation - Hamied Abou Hulaikah    Jun 02, 2022   (2 reactions) Hello everyone Anyone use CameraExClass.SavePictureToFile function, the image will be saved rotated horizontally. I changed this function to save picture as it without rotation, as the following: Public Sub SavePictureToFile(Data() As Byte, Dir As String, FileName As String) Dim inp As Inp B4A Question Crop an image and save it. - hub73 (first post)    Dec 25, 2015 Inside the BitmapExtended doc there are :
android.permission.BIND_WALLPAPER
android.permission.SET_WALLPAPERandroid.permission
Should i paste this inside my code ? B4A Question Newbie: how to set ImageView to a specific picture? - morosh (first post)    Mar 20, 2022 Thank you very much! Works great, but I didn't found such a documentation: in the online help, there is 3 libraries for bitmap: BitmapCreator - v4.70, BitmapExtended - v1.00, BitmapPlus. None contains "loadbitmap", where is this documented? Thanks again B4A Question How to convert bitmap to raw byte[] ? - Marcob (first post)    Jul 28, 2018   (1 reaction) Thank you MarkusR, I'll try getPixels(bmp,dst,0,bmp.Width,0,0,bmp.Width,bmp.Height) from BitmapExtended lib B4A Question Camera Orientation Problem using different phones - gezueb (first post)    Sep 24, 2020 Thank you, Erel, your support to dummies like me is very much appreciated. As I was only interested in rotating a bitmap from a camera according to the exif value, I have now opted for another option, the BitMapExtended Library from XverhelstX which does this nicely and easiliy together with the jpe B4A Library BitmapExtended Library - Urishev (first post)    May 19, 2019 Thanks. Everything is working. BitmapExtended library is not needed. Page: 1   2   3   4   5   6   7   Powered by ColBERT |