how to make image link open in a new tab - CodeIgniter 4 - codeigniter

I have tried to open the image in a new tab, but instead of opening it keeps downloading
image src URL comes from DB as it is stored on an s3 bucket
src: "https://****.s3.us-east-2.amazonaws.com/cat_1665033741880.png"
Code:
Preview
How to open image in new tab?

Related

Copy images with format so they can be pasted?

on macos if you copy an image from the web, like this:
enter image description here
Then the image get saved into your clipboard, if you go on some apps you can cmd+v to paste the image, but if you do cmd+v on the desktop then macos act like there's no image at all.
By using Alfred to see clipboard history I can see that image is saved without format:
enter image description here
Instead if on the web image I select "save as" and dowload the image to my computer, and then I copy the file I get:
enter image description here
So actually I can paste this image where I want and not only on a few apps as it happened before.
Is there a way to have the copied to clipboard web image act like if it was a file image copied from the desktop? Thanks.

laravel 8 not showing freshly added images while it show old image

i already run command php artisan storage:link
it shows only old images while when i upload new image in storage folder it does not appear while that image is exist on that location.
this is the image that won't show
and this that image file that i uploaded 7_587597.jpg but it don't shows while old files are showing while newly added doesn't show

want to get actual path of image or video while using file picker or image picker in flutter?

i want to import images or video in my flutter app and then want to delete or original files from gallery after importing into my flutter app the problem i'm facing right now i'm using image picker and file picker package they provide me temp or cache path of image not original so wont be able to delete original image.
I found a solution by using a package named photo_manager; you can use this package with the following code to delete images and video from your device gallery folder:
final List<String> result = await PhotoManager.editor.deleteWithIds([entity.id]);
The deleted id will be returned; if it fails, an empty array will be returned.

How to get external images into dreamweaver panel

my question is incredibly simple yet I haven't been able to find an answer online. I made a small image in photoshop and am trying to incorporate it in my current website. I don't know how to get the image into dreamweaver into the image folder in the dreamweaver panel.
You can copy the image into the image directory of your root folder and simply add the markup where you want to add the image.
<img src = "[your image link]" />
Or simply add the images using the files panel- Insert->Images->Select your image then press ok.
try the following
1- ctrl + Alt + I and choose your image from the dialog
2- copy manually the image you created to the website directory on your hard drive
hope this hepls!
Your image folder should be stored locally on your machine in your site-root folder.
In Photoshop: Save for Web Devices, Navigate to the Root Folder where your site is stored, Open Image Folder and Save Image in that location.
In Dreamweaver: Go to Files Panel, hit refresh button and the image should now appear in the images folder.
The easiest way to do this by far is too put your cursor on the part of the page you'd like you picture to reside.
Then using the top menus click "Insert" and then "Image", once you have done this you'll be able to find your image on your local computer or network and you will be prompted to save it to your site with the site directory already up - then just choose where to save your file.
It's best practice to save all images into the images folder.
Hope that helps!

how to add image using in project which is loading image using LoadResPicture in VB6

I have a project which is loading images using:
imgwrc1.Picture = LoadResPicture(115, 0)
Now how do i add my image and give it id 116, 0 in the argument shows that it is a bitmap but there are no bitmaps in the project folder. So from where is the image being loaded.
I want to display this image in dialog
from addin manager got to load the VB Resource editor add in then, add the image to the resource file then acccess it using LoadResPicture function.

Resources