261 questions
-2
votes
0
answers
27
views
Image url not coming in response [closed]
I'm trying to send imageUrl generated from Replicate API, but the imageUrl is not going in response.I have made a credit-based text-to-image generating application but the url seems to not go in ...
0
votes
1
answer
41
views
Why does using image_url in one part of my Shopify Liquid code cause a 404 error, but not in others?
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 ...
0
votes
0
answers
48
views
Retrieve the image in Gutenberg from the Url Json
[enter image description here][1]I have a Json data and I want to retrieve the image Url and download it in my Local Wordpress. Each remote url has its local correspondent. When I want to edit the ...
0
votes
0
answers
18
views
How can I send ImgUrl to Twitter(X)?
enter image description hereThis only shows Url. But I want to show Img too.
dialog_news_twitter.setOnClickListener(new View.OnClickListener() {
@Override
public void ...
0
votes
1
answer
31
views
Redirect without www to an image
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 ...
0
votes
1
answer
548
views
How to get an image's base64 data in postman
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 ...
0
votes
1
answer
1k
views
Having trouble displaying KFImage with URL in SwiftUI - Kingfisher
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 ...
1
vote
2
answers
90
views
Unable to retrieve data field value from Firestore collection
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?
...
1
vote
1
answer
1k
views
How to generate URL for a PNG file in repository
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
...
3
votes
1
answer
74
views
Using negative lookahead in RegExp to correctly match image URLs wrapped in [img] tags?
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 ...
1
vote
1
answer
551
views
How can I scrape an embedded image url from xlsx spreadsheet
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 ...
-1
votes
1
answer
90
views
ImageUrl: What is the options `-rw` in some image link
I have a problem when load image with this url: "https://lh3.googleusercontent.com/sZl-o9TGNYXucrPNHesxaMLXajhcPYqw43zojzHJ-y1yYYeQaNtJMrPUQImKgak3paKOMbEm0Av0e5bKG8_z31m1xVGN8J3x-...
0
votes
0
answers
602
views
Zip all image url in file folder by using jsZip and file-saver in react
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-...
0
votes
1
answer
294
views
flutter firebase: Update a field with image url
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 &...
0
votes
1
answer
47
views
Flutter firebase: Upload ImageUrl to firebaseDatabase
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 ...