I am running the Pixel 5 API 30 avd in Android Studio with react native client coding. I am using the expo image picker to pick the image and return to the appl
I'm trying to get a circular image to zoom when it's hovered. However, I can't get it to work - the image is overflowing the container. What am I doing wrong?
I have the exact same problem as this question: Linking to images referenced in vuex store in Vue.js However, unlike the question, I have external link for src
I have problem, because I can't send images for other side, it duplicates or sends empty message, but normal messages work fine. I've tried many tutorials and c
I'm trying to add two new things to my hero images on the front page of https://webhost.pro/ and the hero on content pages https://webhost.pro/company/about-us/
I'm doing a simple code to update profile pics, by saving uploaded file into a folder and processing its required versions using Bitmap. Issue is that i cant ch
I have an Excel file for label template with 6,300 items (each item has a parent ID which matches the picture name that suits the child item). I found code that
Is there a standard performant way to edit/draw on a CVImageBuffer/CVPixelBuffer in swift? All the video editing demos I've found online overlay the drawing (re
I'm using react-webcam to take a photo (screenshot) and set that screenshot to the size of the window. With the code posted below, I'm able to make the screensh
I am trying to input an image in a regular button, however it does not show up. My code looks like this <Button android:text="@string/buttonexit"
When I'm uploading form data to mongodb, in the image section it shows this: "C:\fakepath\imageName.jpg" with no actual image in it. And when I fetch the data f
I have a simple GUI app to display image from chosen camera and transformed image. To do transformation I need to choose 4 points on image, so I would like to p
Every time I hover over social bar and it gets bigger , headers moves down some pixels. I know it's because of the margin, but I don't know how to fix it. CSS c
I want to render a StreamingResponse image on React from FastAPI. The image is in the form of numpy array which is of cv2 type of object @app.post("/predict") a
I'm trying to create a page in my React Js project, with the content on the left side and content's image on the right side. So far, I was able to create a togg
I am using easyocr methods to recognize the text on the license plate but the results are not good. I have developed deep learning model which detects license p
In Android Studio when we create a new image asset, it says the icons will overwrite what is already there, but when we hit finish, the icons disappear on the c
I have a folder comprising .jpg images with filenames name1.jpg, name2.jpg, etc. I wish to change their filenames to 0.jpg, 1.jpg, 2.jpg, etc. The following is
On Firefox if you refresh a page you'll see the alt text appearing while an image is loading. You can see it just on this Mozilla page (check the first image).
Flutter's CameraController has a takePicture() method for taking picture from the camera which gives type of Future<XFile>, so I need to convert it to Ima