image

  1. K

    Spanish Cargar imagen desde galeria y mostrar en imageview

    Buenas, Estoy trabajando en un proyecto donde debo cargar una imagen desde la galería y mostrarla en un imageView, ya la puedo seleccionar con este código: Chooser.Initialize("chooser") Try Chooser.Show("image/*", "Seleccione Imagen") Log("Imagen Cargada") Catch...
  2. Lucas Eduardo

    Android Question get image from a video

    Hello, i am trying to get image from a video. I did it when i recorded a video and went back to app, but when i use the ContentChooser i can't do this. How can i get the image from a video after i choose this image with ContentChooser? Here is my code to get the image after i record a video...
  3. C

    iOS Question Zoomable ImageView

    I'm looking for an imageview that provides the usual pinch to zoom and panning capabilities. I came across Narek Adonts' libZOOM library, discussed here: https://www.b4x.com/android/forum/threads/zoomable-imageview.55185/ but I am having the same issue that Graham Bancroft reported which is...
  4. Marco Nissen

    Wish New Wrapper: DS Photo Editor SDK

    I found this great photo editor, it is free to integrate : https://www.dsphotoeditor.com/ standard license also for commercial apps is free (if the logo is displayed) white label customization available for a fee Any volunteer to create a b4a wrapper? Would be really nice ! I used to open...
  5. M

    Wish ESP32 Camera Module Support

    I'm sure some of you have seen some of the youtube clips of the ESP32 Camera Module (if not you can check out a few here). The demos are intriguing and open up a world of possibilities. I have a project in mind to use an ESP32 and the Camera module triggered from a PIR sensor and snap a picture...
  6. A

    Android Question Share image throw FileProvider class

    Hello, I tried to use Erel's new class (https://www.b4x.com/android/forum/threads/class-fileprovider-share-files.97865/#content) to share an image. I tried to share an image by the example of sharing a file, but the app crashed... Does anybody have an example of sharing an image(only) using...
  7. A

    Android Question Create image from panel

    Hello, Does anybody know if there is a way to create and save an image that contains a screenshot of a panel (with all the B4Xview inside)? Thanks in advance
  8. Cornelius Smit

    iOS Question Base64 to Bitmap

    Good day I am a bit frustrated as my code work in Android but not in IOS I get the following error Error occurred on line: 65 (Main) Error loading image. Stack Trace: ( CoreFoundation <redacted> + 252 libobjc.A.dylib objc_exception_throw + 56 CoreFoundation <redacted> +...
  9. P

    WP up&download : Mix voice with images and short movies

    Hi all, I am looking for a skilled B4A and/or B4I developer for a new mobile app for e-learning. Closed, thanks for all answers
  10. Helmut S

    Android Question How to visualize picture data from SQL Server

    Hello Community, I am trying to show a picture saved in a column of a SQL Server table using an ImageView. Here is a sample of the data I retrieve from the database: [{"kunde_id":26058,"Saison":"20181231","status":0,"vorname":"Hal","name":"****","adresse1":"1354 Main...
  11. Star-Dust

    B4i Library SD: ImageCrop

    This new library will allow you to make cuts on images in a square (rectangular), circle and ellipse. Moreover, the image can be enlarged by the user, and rotated to obtain different cuts. I have used XUI libraries, if I have time I convert it to Android. The full version will be distributed to...
  12. GGSoft

    Android Question Show image in Gallery (Android 7.0)

    After searching in the forum, I tried this code: ' The image Dim bitmap As Bitmap = LoadBitmap(File.DirAssets, "prueba.jpg") ' Copy to ...files/pruebas/prueba.jpg Dim Out As OutputStream Dim r As RuntimePermissions Out = File.OpenOutput(r.GetSafeDirDefaultExternal("pruebas"), "prueba.jpg"...
  13. Multiverse app

    Share My Creation Meme Generator

    Ullu: Meme Generator, Make Hindi Memes Easily https://play.google.com/store/apps/details?id=com.multiverse.memegenerator.indian With Meme Generator, you can create the funniest memes and share them with your friends via Facebook, Twitter, Instagram, WhatsApp, Messenger, Google+, E-mail...
  14. A

    Android Question Snapshot of panel

    Hello, I used erel solution for snapshot an item (for example - panel) - (https://www.b4x.com/android/forum/threads/save-only-the-image-inside-the-panel.92333/#post-583937) Sub Button1_Click Dim bmp As B4XBitmap = Crop_Image(Panel1, Panel1.left, Panel1.top, Panel1.width, Panel1.height...
  15. Multiverse app

    Android Question Add text to image

    Hi, I want a library that would allow users to add text over images like this- http://innov8tiv.com/wp-content/uploads/2015/04/add-text-to-image-4-500x400.jpg I know a library exists in B4A, but can't find it right now. Can anyone point me in the right direction? Thank you.
  16. Mashiane

    B4J Question Read Geo-tag information from an image?

    Hi there Is there a way to read the geo-tag information of an image. I want to return lat, lng saved with an image? Thanks
  17. Star-Dust

    Android Code Snippet [BAX] [XUI] BitmapCreator - DrawLine, DrawPath , DrawCircle, DrawArc, DrawImageTrapezoid

    BitmapCreator lacks some important instructions on Canvas. Sometimes switching from BitmapCreator to Canvas and vice versa would slow down the code too much, so it would be better to implement them with BitmapCreator. I started writing some divers, if someone finds a way to improve it or add...
  18. Alexander Stolte

    B4J Question Check InputStream for type IMAGE

    Hello, how can i check if the input stream file type is a "IMAGE"? Greetings
  19. OliverA

    Android Code Snippet [B4X][XUI] Image to JPEG byte array with resize/quality options

    Originally posted a B4J/inline Java version of this in the B4J Code Snippets (https://www.b4x.com/android/forum/threads/image-to-jpeg-byte-array-with-resize-quality-options.91746/). @Erel pointed out though that the XUI library had the functionality that I was doing with Java, so I decided to...
  20. OliverA

    B4J Code Snippet Image to JPEG byte array with resize/quality options

    Due to @Erel's comment below, I've rewritten this in pure B4X basic. The new version should work with B4A, B4J and B4i. New version (that should be used) can be found here https://www.b4x.com/android/forum/threads/b4x-xui-image-to-jpeg-byte-array-with-resize-quality-options.91774/. ' Converts...
Top