picture

  1. MarcRB

    Android Question What is best way for pictures in combobox

    What is the best view for creating a spinner / combobox with pictures (icons) and text? Something like this C# example
  2. MList

    Android Question Save Text and picture

    Hi, This is more a general question. I am developping the software for a measuring device. Now i have got the measured values ( a table with number, date,time,unity.. ) and a photo where you can mark the position of the measured value. That works all fine.. Now I want to save a file with both...
  3. moty22

    Share My Creation SD TFT Picture Frame

    1.8", 128x160 pixels TFT driven by Arduino Uno or Nano to display pictures from SD card. TFT driver is ST7735. The SD is interfaced by the main ATMEGA ISP and the TFT interfaced by USART as ISP. The code reads the SD 54 bytes at a time and streams them to the TFT. Inline C is used to set up the...
  4. A

    Android Question Image Background Eraser

    Hi, how can I delete the image background with the eraser? And this can be done by touching and having undo capability. And the image can be recreated by touching
  5. MitchBu

    Android Question Display pictures in an HTML iFrame

    I know how to display pictures in HTML, using code such as : <img src="file:///File.DirInternal/Default.jpg"> It works just fine, except when the same code is in an iFrame. It seems the HTML does not see the file. Any idea ? TIA
  6. DALB

    Android Question picture degradation during rotation

    Hello everyone, protect yourself face to the tiny virus...not in your computer !! Here is a problem of degradation of the pictures during their rotations in an imageView. The code I use is the following one: sub rotation dir=File.DirRootExternal & "/imgBooks" filename ="id" &...
  7. DALB

    Android Question in webview no pictures appear

    Hello everyone, in a little app, i try to put a web page by this way, using a webview object in the designer which name is wv1. with an editor, I build a page I save as 'index.html'. This page has text and pictures. When I import in the index.html in b4a, the pictures are in a folder 'images'...
  8. MitchBu

    Android Question Load picture into canvas

    I tried to search, but could not find any example to do what I want. I want to select a picture in the device, and load it into a canvas How should I proceed ? TIA :)
  9. peacemaker

    B4A Class ImageInternetChooser: pick image icon up from Internet directly

    End-users of some apps may need to choose small icons to save it into app's database. But there was no tool to choose a needed icon in 2-3 taps, but the Internet is always under finger. It seems, now it's possible. No fully free services with API for image searching, with good big database...
  10. walterf25

    Android Question CameraEx Show picture in Gallery

    Hi All, i need to show the image taken using CameraEx class in the gallery, I found the code below which i am implementing in the Camera1_PictureTaken function right after taking the picture, i remember this working just fine before, but for some reason it is no longer working, i thought maybe i...
  11. S

    B4A Class Camera Intent, Picture and Video

    Hello, This is a class (clsCameraIntent) inspired by this thread. It adds Video support. One line of code in your activity to call the camera intent One Callback sub in your activity to get the dirame and filename of the picture/video taken/recorded Demo Project with class in zip attached SpSp
  12. MitchBu

    Android Question Bitmaps less bulky for printing purposes ?

    I am still struggling with printing. PDF printing creates random errors, so I am exploring bitmap printing. But to get to 300 dpi requires a picture 2550x3300 for a letter size printing. As a result, the resulting default bitmap format chokes the printer. Would it be possible to use a less...
  13. Rob Bliss

    Android Question "Attempt to get length of null array" on Camera Picture Sizes

    I haven't managed to replicate the error myself, however a user of mine has experienced it. He's tried to load the camera, and then it crashed with: "java.lang.NullPointerException: Attempt to get length of null array" which was caused by the bottom line. Sub Camera1_Ready (Success As Boolean)...
  14. C

    Android Question Saving a Picture to the Gallery

    I'm using the following code to save an image to the gallery. Dim Out AsOutputStream Dim Out As OutputStream Out = File.OpenOutput(File.DirInternal, "PI.jpg", False) bmp.WriteToStream(Out, 100, "JPEG") Out.Close If...
  15. Alexander Stolte

    B4J Question B4J Server - Picture are broken

    Hello, i have an Handler, i call in this handler a sub, in this sub i have parameters, one of the parameter is the input stream, i put the input stream from the handler in it and save the picture. After saving it, i can not open the picture, because it is broken. I have test a while and if i...
  16. MODERN TALKING

    Android Question Native Camera Intent

    Hi, Wondering if anyone knows if it is possible to send Intent to the Native Camera to Auto-Snap Picture and then Exit Thank you guys in advance
Top