image

  1. Abdull Cadre

    Share My Creation AI Photo Editor App

    AI Photo Editor App Project purchase: $15.9 Contact & Paypal: abdullcadre@gmail.com Introducing this simple yet comprehensive photo editing project, incorporating a variety of advanced features and powered by artificial intelligence techniques. Features: Smart Removal of Objects and...
  2. Alexander Stolte

    Android Example [B4X] Supabase - Storage Image Transformations

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ Supabase Storage offers the functionality to transform and resize images dynamically. Any image stored in your buckets can be transformed and optimized for fast delivery...
  3. Alexander Stolte

    Android Example [B4X] Supabase - Storage Files

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a very simple tutorial on how to use the storage file options. Upload File Uploads a file to an existing bucket. Dim UploadFile As Supabase_StorageFile =...
  4. Star-Dust

    B4A Library [B4X] [XUI] SD ProductPicker

    SD_ProductPicker Author: Star-Dust Version: 1.07 DiskImagePicker Events: BallClicked (Index As Int) BallLongClicked (Index As Int) ChangeIndex (Index As Int) CloveClicked (Index As Int) Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As...
  5. tulerpeton

    Looking for a developer B4A

    Hi, I need to modify this attached project in B4A : It displays sliding panels with labels on each. The work I ask is for start : - I would like to add an image button on each panel instead of the label. - And if pressed I need each button to open a new panel. If you can do this, send me...
  6. tulerpeton

    Looking for a developer B4A

    I need to modify this attached project in B4A : It displays sliding panels with labels on each. The work I ask is for start : - I would like to add an image button on each panel instead of the label. - And if pressed I need each button to open a new panel. If you can do this, send me your...
  7. M

    iOS Question Button with image/icon and text aligned correctly

    Hi everyone, I'm trying to achieve this result for a button I tried by using ButtonAttributeText and MaterialIcons but the result is this arrow and text should be horizontally aligned... (bigger is the MaterialIcon character, and more evident the offset became) So I tried using an...
  8. aeric

    B4J Library [Source code] ImageScaler

    Introduction: I don't know if there is any library exist to resize image in B4J non-UI app. I thought such library will be useful to process images for web server in building REST API for e-commerce or e-learning web apps. I found an example on web and chose the third method, from an old project...
  9. fernando1987

    Share My Creation Implement notifications with images from firebase (source code for sale)

    ⚠️ Important: This product requires the latest version of the JdashboardUI library. JdashboardUI enhances the graphic interface of your desktop applications. ⚡️ Discover the App Design Revolution with JdashboardUI 🌟 Hello everyone! I'm thrilled to introduce my latest creation: a library that...
  10. D

    Android Question Component to draw on images (for B4A and B4I)

    Hi, For a customer that is active in the construction and placement of aluminium windows i need to create an app that allows to take images on the road. For each image, it should be possible to draw on it with the finger and save the image including the drawing to a new image. These images...
  11. B

    Android Question Difficulty converting bytes to images

    Hi Erel had previously installed a CCTV source: https://www.b4x.com/android/forum/threads/server-cctv-server.37382/#content I edited these sources for further practice so that images from one client are sent in bytes to the server and from the server are sent to another client, and in another...
  12. S

    B4A Class Class media

    Hi, An easy way to take/record/choose photo/video/audio with this small class (clMedia.bas). No permission needed It uses intents to call default app. 3 constants for media type cPhoto = 0 cVideo=1 cAudio=2 2 constants for origin cNew=0 cChoose=1 1 method to call with 2 parameters (media...
  13. Star-Dust

    Share My Creation ImageLauncer / Small Video direction

    SALE New Version 20€ - Old Version 10€ (The B4A App will be included in the price to be installed on an android device to work from IPCam) Small slide/video direction. New version announced at post 18 It allows you to send images and videos contained in your PC to secondary screens connected...
  14. Angel Garcia

    iOS Question Blurry images on CSBuilder

    Hi All, Maybe this is a silly question, i'm getting blurry/distorted images when appending images to CSBuilder. I use the resize function on initialize bitmap to adjust images before adding them to the builder. I'm using the code on this post to perform the append image...
  15. Angel Garcia

    iOS Question CSBuilder getting '<b4icsbuilder ' when appending images

    Hello Everyone, Maybe this is a silly question, I'm new in B4i and i'm translating a long project from B4A to B4i, I'm debuging on an iPhone and i'm getting weird codes when trying to append a single image to a csBuilder and showing it in a label object I'm using this post information...
  16. M

    iOS Question Image.Rotate Strange behavior

    Hi everyone. From today the instruction .Rotate for a bitmap is behaving in a strange way. I think the only thing changed is that I update to iOS 14.3. My tests The code Sub Cam_Complete(Success As Boolean, Image as Bitmap, VideoPath As String) If Success Then If...
  17. padvou

    Android Question Solved [B4X] B4XImageView - Possible to rotate image by 90 degrees?

    Hello, if the application is for example in portrait and the image to be displayed would be displayed better if it were landscape, could the image be rotated by 90 degrees and then displayed in the imageview? I dont want to rotate the whole app to landscape.
  18. SoftSpot

    Android Question Load an Image from MS Sql Server into customlistview

    I am having trouble loading an image (sql type: image) into my customlistview. Without the Image code all works fine, I would appreciate some here as I an running into walls. #Region Activity Attributes #FullScreen: False #IncludeTitle: True #End Region Sub Process_Globals 'These...
  19. A

    Android Question How To insert a B4XImageView component via line of code?

    with ImageView just Do so Dim img As ImageView Activity.AddView(img, 0%x, 5%y, 100%x, 20%y) But how would it be To insert a B4XImageView component in the Activity via line of code? Thank you very much in advance
  20. A

    Android Question [Solved] firebase image download problem

    Hi All, I have code to download the firebase image, and it was working well with the same code for two days, for some reason today I have started to receive errors, I have searched everywhere but can not find out what might be the problem. Sub DownloadAndSaveFile (Link As String) As...
Top