[GH-ISSUE #798] [FEATURE] Improve view image facility to fetch remotely #501

Open
opened 2026-02-25 20:35:54 +03:00 by kerem · 7 comments
Owner

Originally created by @Aikatsui on GitHub (Jun 27, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/798

Describe the feature you'd like to see added
I know this is time consuming task but like to suggest

The view image component
image

Add two buttons:

  1. Direct: Open the URL in new tab (what view image does now)
  2. View image: Load and display full size / max res. image on browser

If public instance maintainer thinks that is consuming bandwidth; if has option, he/she can disable view image option

This is an enhancement suggestion for retrieve specific image using the server and deliver / display it in requester's browser. Then, user doesn't need visit to thirdparty sites for view or download them.

https://www.pexels.com/collections/nature-f8b743z/ (click on each image)
E.g. display in pop-up window without affect to background (behind) search result, order or else.

@jacr13 @vacom13 @DUOLabs333

Originally created by @Aikatsui on GitHub (Jun 27, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/798 **Describe the feature you'd like to see added** I know this is time consuming task but like to suggest The view image component ![image](https://user-images.githubusercontent.com/63988538/175872778-bd0f0c5c-853d-4522-9f43-3470d8d46671.png) Add two buttons: 1. Direct: Open the URL in new tab (what `view image` does now) 2. View image: Load and display full size / max res. image on browser If public instance maintainer thinks that is consuming bandwidth; if has option, he/she can disable view image option This is an enhancement suggestion for retrieve specific image using the server and deliver / display it in requester's browser. Then, user doesn't need visit to thirdparty sites for view or download them. https://www.pexels.com/collections/nature-f8b743z/ (click on each image) E.g. display in pop-up window without affect to background (behind) search result, order or else. @jacr13 @vacom13 @DUOLabs333
Author
Owner

@DUOLabs333 commented on GitHub (Jun 27, 2022):

The link should already give the max resolution available.

<!-- gh-comment-id:1167324780 --> @DUOLabs333 commented on GitHub (Jun 27, 2022): The link should already give the max resolution available.
Author
Owner

@Aikatsui commented on GitHub (Jun 27, 2022):

@DUOLabs333 No. you haven't understood the feature request.

This is an enhancement suggestion for retrieve specific image using the server and deliver / display it in requester's browser. Then, user doesn't need visit to thirdparty sites for view or download them.

  1. View image: Load and display full size / max res. image on browser

Still not?

<!-- gh-comment-id:1167442770 --> @Aikatsui commented on GitHub (Jun 27, 2022): @DUOLabs333 No. you haven't understood the feature request. >This is an enhancement suggestion for retrieve specific image using the server and deliver / display it in requester's browser. Then, user doesn't need visit to thirdparty sites for view or download them. >> 2. View image: Load and display full size / max res. image on browser Still not?
Author
Owner

@DUOLabs333 commented on GitHub (Jun 27, 2022):

Ah, so basically do what whoogle does already for the thumbnails (proxy the image through whoogle) but for the full res. image? Or do what Google Images does, showing the image without being directed to the site (I'm pretty sure it still pulls the image from the 3rd-party site while doing this though).

<!-- gh-comment-id:1167544251 --> @DUOLabs333 commented on GitHub (Jun 27, 2022): Ah, so basically do what whoogle does already for the thumbnails (proxy the image through whoogle) but for the full res. image? Or do what Google Images does, showing the image without being directed to the site (I'm pretty sure it still pulls the image from the 3rd-party site while doing this though).
Author
Owner

@Aikatsui commented on GitHub (Jun 27, 2022):

https://www.pexels.com/collections/nature-f8b743z/ (click on each image)
E.g. display in pop-up window or other UI/UX.

Or do what Google Images does, showing the image without being directed to the site

Yes and,

(I'm pretty sure it still pulls the image from the 3rd-party site while doing this though).

Ofcourse, google doesn't do that and they let user (user's browser) to pull image from source URL
And so i mean just pull the user selected image (when pressed view image) using whoogle hosted server and display

If public instance maintainer thinks that is consuming bandwidth; if has option, he/she can disable view image option

<!-- gh-comment-id:1167610749 --> @Aikatsui commented on GitHub (Jun 27, 2022): >>https://www.pexels.com/collections/nature-f8b743z/ (click on each image) E.g. display in pop-up window or other UI/UX. >Or do what Google Images does, showing the image without being directed to the site Yes and, >(I'm pretty sure it still pulls the image from the 3rd-party site while doing this though). Ofcourse, google doesn't do that and they let user (user's browser) to pull image from source URL And so i mean just pull the user selected image (when pressed view image) using whoogle hosted server and display >If public instance maintainer thinks that is consuming bandwidth; if has option, he/she can disable view image option
Author
Owner

@DUOLabs333 commented on GitHub (Jun 27, 2022):

Hmmm, this behavior will probably require some JS, which is outside my expertise.

<!-- gh-comment-id:1167627423 --> @DUOLabs333 commented on GitHub (Jun 27, 2022): Hmmm, this behavior will probably require some JS, which is outside my expertise.
Author
Owner

@DUOLabs333 commented on GitHub (Jun 27, 2022):

Ofcourse, google doesn't do that and they let user (user's browser) to pull image from source URL
Yes, that's what I meant, not that it proxies the images.

Either way, what would the difference be, whether you go to the image directly, or see it in the Image page?

<!-- gh-comment-id:1167642172 --> @DUOLabs333 commented on GitHub (Jun 27, 2022): > Ofcourse, google doesn't do that and they let user (user's browser) to pull image from source URL Yes, that's what I meant, not that it proxies the images. Either way, what would the difference be, whether you go to the image directly, or see it in the Image page?
Author
Owner

@Aikatsui commented on GitHub (Jun 27, 2022):

Either way, what would the difference be, whether you go to the image directly,

For it, need a new button as mentioned above e.g. "direct" - it will open full res. image (source URL) in new tab (the thing whoogle does now)

or see it in the Image page?

Or do what Google Images does, showing the image without being directed to the site

Yes and,

Yes

(I'm pretty sure it still pulls the image from the 3rd-party site while doing this though).

Ofcourse, google doesn't do that and they let user (user's browser) to pull image from source URL
And so i mean just pull the user selected image (when pressed view image) using whoogle hosted server and display

Yes+ (Also, pulls image remotely)

<!-- gh-comment-id:1167662588 --> @Aikatsui commented on GitHub (Jun 27, 2022): >Either way, what would the difference be, whether you go to the image directly, For it, need a new button as mentioned above e.g. "direct" - it will open full res. image (source URL) in new tab (the thing whoogle does now) > or see it in the Image page? >>Or do what Google Images does, showing the image without being directed to the site >>Yes and, Yes >>(I'm pretty sure it still pulls the image from the 3rd-party site while doing this though). >>Ofcourse, google doesn't do that and they let user (user's browser) to pull image from source URL And so i mean just pull the user selected image (when pressed view image) using whoogle hosted server and display Yes+ (Also, pulls image remotely)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#501
No description provided.