Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
103 views

Problem: I need to display client logos stored as Base64 strings in a SQL table across all tabs of a Power BI report. Manual placement on each tab is impractical. The logo must dynamically change ...
Mario Duran's user avatar
1 vote
1 answer
387 views

I'm learning Composed and tried to load an image from the internet using coil3. @Composable fun Test() { val imageUrl = "https://www.gstatic.com/webp/gallery/4.jpg" val imageRequest =...
Ajith Selvan's user avatar
0 votes
1 answer
140 views

I'm building a custom section in Shopify that includes an image modal for displaying product images. The issue I'm facing is that when I use image_url for the src attribute in one part of my code, I ...
user23529192's user avatar
0 votes
1 answer
39 views

Here are that i have in .htaccess: RewriteCond %{HTTP_HOST} ^www\.(.*) [NC] RewriteCond %{REQUEST_URI} !^/images/.*$ RewriteRule ^(.*)$ https://%1/$1 [R=301,L] But this not work for me. I want to ...
iluha's user avatar
  • 1
0 votes
1 answer
854 views

The question How do I get base64 data from an online image within postman? Context I'm doing a migration within postman. One part of this is migrating embedded images within messages. The embedded ...
Michiel's user avatar
  • 91
0 votes
1 answer
2k views

I'm currently working on a SwiftUI project and using the Kingfisher library to display images. However, I'm facing an issue with showing an image using the KFImage view with a URL. Here's a simplified ...
NinjaDeveloper's user avatar
1 vote
2 answers
94 views

I try to retrieve the imageLink saved in a Firestore collection of userProfile, but I can't retrieve the data and it displays the following errors. Does anyone know why this happens and how to fix it? ...
I Can Done's user avatar
1 vote
1 answer
1k views

I am using the Stable Diffusion API for image generation, one of whose parameters is an image I will have to pass in as an URL string. For example, if I want to use the image of a monkey, I can use ...
Banned User's user avatar
3 votes
1 answer
81 views

Negative lookahead to match itself in RegExp I want to use a RegExp to match an image url that will have two cases: The first case it is a normal image URL, ending with .png and may contain some query ...
linjunchao's user avatar
1 vote
1 answer
663 views

I have Excel spreadsheets that have an image per row, scraping the image using this example works. However what I want to do instead of scraping the image of the spreadsheet is I want to extract the ...
Sharp Dev's user avatar
  • 1,070
-1 votes
1 answer
126 views

I have a problem when load image with this url: "https://lh3.googleusercontent.com/sZl-o9TGNYXucrPNHesxaMLXajhcPYqw43zojzHJ-y1yYYeQaNtJMrPUQImKgak3paKOMbEm0Av0e5bKG8_z31m1xVGN8J3x-...
Nam Cao Phương's user avatar
0 votes
0 answers
657 views

I am trying to Generating a zip folder using this tutorial and in my component i have added it as const siteImageData = [ { fileUrl: 'https://saseuwdevattachmentapi.blob.core.windows.net/generic-...
Vikas Ahire's user avatar
0 votes
1 answer
298 views

How do I update a field in a collection with image url? I can update with other strings but the image url doesn't seem to work. I first upload this image imageUrl in a different subcollection called &...
Eben Oasis's user avatar
0 votes
1 answer
52 views

I'm trying to to make a user send pic to firebase. The image is stored in the firestore alright. But I don't seem to get the downloaded imageUrl to the database. Anytime it happens, the field (the ...
Eben Oasis's user avatar
1 vote
0 answers
2k views

I am using quill in Next.js and I have ran into a problem. Instead of using the default base64 encoding for images, I have added a custom handler that creates an object url for the images and I later ...
harun wagura's user avatar
1 vote
1 answer
770 views

I get my data from database and they show in browser or software like postman the same as this / 20221125143847 // http://localhost:3000/api/v1/datesmain/read { "alldates": [ { "...
sunny's user avatar
  • 2,765
0 votes
1 answer
86 views

I got this in firebase: private fun uploadToFireBase(imageUri: Uri) { binding.progressBar.visibility = View.VISIBLE val fileRef : StorageReference = storageReference.child("${System....
Yash_ Bhardwaj's user avatar
0 votes
2 answers
94 views

I have some images on my computer, I want them to use in JSON files Now I need the image URL. How can I get it?
Ismile Arefin's user avatar
1 vote
1 answer
1k views

Is there a way to add https extension hidden by CDN inside mapping in flutter? As you can see in the picture below I'd need to add as link inside my model JSON but the https is hidden by the CDN. How ...
Pimpi Rimpà's user avatar
2 votes
0 answers
2k views

I'm saving images to the database using spring boot, the image url is also displayed on postman when I send it but the issue is that when I copy the image url link to the browser, the image is not ...
Ukeme Elijah's user avatar
0 votes
0 answers
323 views

EmployeeController <?php namespace App\Http\Controllers; use App\Http\Resources\EmployeeListResource; use App\Talent\Employee\Requests\EmployeeCreateRequest; use App\Talent\Employee\...
Bhabishya Portfilio's user avatar
0 votes
2 answers
5k views

i have a problem with getting image url in django template. In views file i am getting "product__stock_keeping_unit__image" which is related products' image as below. data = models.Product....
Huseyn Novruzov's user avatar
0 votes
1 answer
582 views

I am trying to render images in my local system to a website using react components. In the "index.js" file I am creating 4 different components with attributes. One of the attributes is the ...
Raghav Kavimandan's user avatar
1 vote
1 answer
5k views

I have a Jetpack Compose app that makes a call to the Picsum API (endpoint: https://picsum.photos/v2/list) and tries to display them in a LazyList using the Coil library (2.1.0). I have the typical ...
kc_dev's user avatar
  • 830
1 vote
2 answers
107 views

I want to extract the image through the URL in the code, using URLImage. I tried the following: import URLImage let url:URL = userProfileImg //<<<<< URL ErrorMessage: Cannot ...
DEUK_YEONG's user avatar
0 votes
1 answer
2k views

we have no clue how to display an image in a flutter app via an URL from Firebase Firestore. Here is a Picture of our database with three fields one of which is for a picture. In that we placed the ...
Aligator's user avatar
0 votes
0 answers
274 views

Firstly There is a yield that returns like this. <figure class=\"image\"><img src=\"data:image/png;base64,iVBORw0KGg //F12 network data I want this data to register as ...
byzmrb's user avatar
  • 11
1 vote
2 answers
869 views

I have an image URL in the form of a shareable Google Drive link that I would like to access in my Python script. Below is what I have been trying: from PIL import Image import requests img = Image....
timpanists's user avatar
1 vote
3 answers
9k views

I have seen so many different threads about this topic but none of their solutions seems to work for me. I've tried several ways of reading an image from my Drive into Colab using its URL, with no ...
timpanists's user avatar
0 votes
1 answer
826 views

I am trying to scrape an image url from Zara, but the only think I get back is the url of the transparent background. This is the link I'm trying to scrape: https://static.zara.net/photos///2022/V/0/1/...
Emilia Pérez Martín's user avatar
0 votes
1 answer
594 views

I am new to flutter. I was trying to get the pictures of some plants to show up beside the name of the specific plant however I was getting the url instead, is there any possible way that i can fix ...
Noel Powell's user avatar
0 votes
1 answer
1k views

ASP.NET Core 3.1 Website hosted on Windows server with IIS using https. When trying to access images in a particular folder, the image fails to display and the request redirects to sign-in page. ...
Ross Kelly's user avatar
0 votes
2 answers
259 views

I got the (data , response , error) already in completion handler from the first call to the api. And have to get the image from the links nested in the json object(which is parsed from the obtained ...
THEJAS's user avatar
  • 119
0 votes
1 answer
63 views

The link is redirecting me to an archives page with other top stories https://www.coindesk.com/news/babel-finance-bets-on-longtime-fintech-hand-to-help-navigate-regulatory-landscape. The tag news on ...
coja56's user avatar
  • 35
1 vote
1 answer
1k views

I have several websites for property listings that I want to get images from and bring them into excel cells automatically using VBA, but I guess I first need to fetch all the image URLs whereby the ...
guga poladashvili's user avatar
0 votes
1 answer
44 views

dependency=implementation "com.squareup.picasso:picasso:2.4.0" String url1="https://www.google.com/search? ImageView image; @Override protected void onCreate(Bundle ...
shubham khandar's user avatar
1 vote
0 answers
351 views

I am opening the gallery and getting the URI of an image when it is selected. Then I show the picture using setImageURI like this. override fun onActivityResult(requestCode: Int, resultCode: Int, data:...
jojo's user avatar
  • 11
0 votes
2 answers
2k views

I am creating a web app, in which I receive a image file from the user then have to store it in my Firebase Realtime Database and display it in Html. Since Realtime Database doesn't support files I ...
SunSom's user avatar
  • 27
0 votes
1 answer
142 views

Environment: Microsoft Visual Studio 2019 Community, ASP.NET v4.8 web application project using VB.NET Problem: I have an asp imagebutton which is used to indicate a status by changing the image each ...
nick_b's user avatar
  • 37
0 votes
1 answer
488 views

I have hosted in a shared windows server, I want to save images on the server, and update its path in the database. When I update the path in the database it is looking like something mentioned below, ...
John's user avatar
  • 323
1 vote
1 answer
133 views

I want to add image url in meta tag for SEO. But how can I create image link to add in meta tag? I am using gatsby. I have src/img/img1.png image and now I want to create image URLs like this https://...
Abhay Darji's user avatar
0 votes
0 answers
611 views

I'm getting a list from the service side with 10 image Uris. I was showing all those images in the Fragment Pages using Glide Library, but glide is taking time to load the image and show it in the UI. ...
sooraj's user avatar
  • 51
0 votes
2 answers
1k views

I've written my custom recyclerView and have got a problem. But when I wrote an annotation to mark a setter for my imageView I got a compilation error. Here are the source code and errors. Error: ...
alf3ratz's user avatar
0 votes
1 answer
393 views

How to show the image downloaded from the firebase storage always in a flutter application statically, can be opened and viewed on a click. I have already uploaded an image from camera and gallery ...
srk2k14's user avatar
  • 41
2 votes
0 answers
45 views

Is it possible to send a url in android to database using retrofit post request @Body method? I am trying to build an app that will upload multiple images to amazon s3 and after will get the image url ...
khent arjiel cabural's user avatar
0 votes
1 answer
66 views

Since I am uploading multiple images to firebase with one click I created a loop that goes until all the images are uploaded. Once I have uploaded the images to storage I want to save the urls in ...
Christian Badenhausen's user avatar
1 vote
2 answers
1k views

I am scraping a e-commerce website for experience. I am currently facing a problem scraping images of a product. I have scraped the html codes for all present images of a product but can't extract the ...
Âftãb Bãlôçh's user avatar
1 vote
1 answer
74 views

I am writing a mobile app with Phonegap. I have to change an image when the user selects a new one from the gallery. Then I send it to the server in base64. The server receives my image correctly and ...
Matteo Vicentini's user avatar
-1 votes
1 answer
3k views

I'm trying to get images from Reddit based on my search parameters. I'm fetching fine and am able to retrieve my data, but the url I receive in data.preview.images[0].source.url (Reddit really buries ...
rrosenb1's user avatar
2 votes
1 answer
1k views

I am creating a Google colab with some data visualisations of a heatmaps over an image. I've been using the code similar to the one found in the plotly website. It works fine with the link from the ...
Alex_H's user avatar
  • 95

1
2 3 4 5 6