B4A Question Problem with Bitmapdrawable (BitmapPlus) - grafsoft    May 5, 2014 Hi,
I am using this code (see below). Everything is fine. But when I use a picture in landscape for... B4A Question Where to download BitmapPlus (Bitmap drawable) - Rajesh kannan MJ (first post)    Nov 26, 2014 Thanks @DonManfred... Spanish Donde consigo la libreria BitmapPlus y como hago para tener todas las librerias - VASQUEZFRANKLYN    Jan 15, 2013 Ya conosco estos enlaces de librerias
Libraries - Basic4android Wiki
http://www.b4x.com/forum/additional-libraries-classes-official-updates/6854-dlls-version-listing-additional-libraries-index.html
Pero deseo la libreria BitmapPlus soy novato y desearia tener muchas librerias, para que al probar unos ejemplos no me de error... Gracias
Gracias Jota Consegui la libreria BitmapPlus... 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 File path for GetImageDimensions - Scantech    Apr 17, 2013 Hello, In bitmapPlus how do i use the GetImageDimensions? I have files in DirAssets and DirRootExternal. How do set the file path? Directory asset with File Name = Test.png Directory Root External File Name = Test2.png I am familiar with this example GetImageDimensions(Dir as string, FileName as string)... B4A Question [B4x] What is the most effective way to determine height and width of an imagefile? - Erel (first post)    Sep 24, 2019   (1 reaction) In B4A you can use GetImageDimensions from BitmapPlus: https://www.b4x.com/android/forum/threads/lib-class-customgallery.20082/#content What do you need it for? Why don't you load with LoadBitmapResize?... B4A Question Error parsing libraries - udg (first post)    Oct 29, 2018 when putting StringFunctions, BitmapPlus, Byteconvert and other, the error appears
All the non-working libs seem to be additional libs. Are you 100% sure the two computers have both the same configuration and the same extra libs loaded?
I know it's a silly question, but many instruction manuals used to begin their troubleshooting section with " are you sure you plugged the power cord in... B4A Question Obtain PNG image width and height - klaus (first post)    Oct 21, 2014 Try GetImageDimensions from the BitmapPlus library, it returns a Map with Width and Height.... B4A Question Using BitmapFactory in B4A or a better way to get image width/height - Erel (first post)    Jun 29, 2014 This code is part of BitmapPlus library: http://www.b4x.com/android/forum/threads/20082/#content... B4A Question Write large bitmap in sections to file? - Robert Valentino    Apr 7, 2015 I use to build a bitmap in memory (writing bitmaps to a canvas in sections Upper Left, Upper Right, Lower Left, Lower Right) Then I would BitmapPlus to Rescale the image to 66% of its size and use it again to Reduce the Colors. Finally I would write the file out using the GIF library because it wrote the smallest file (JPG and PNG were bigger) The problem I have now the bitmap I am trying to create is 5078 x 806 and could be twice that size if the user selects a lot of options. Which is WAY... Page: 1   2   3   4   5   |