dirvish icon indicating copy to clipboard operation
dirvish copied to clipboard

Respect `image-dired-thumbnail-storage` variable to respect Thumbnail Managing Standard

Open Thaodan opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

Image-dired can reuse thumbnails created by other programs if image-dired-thumbnail-storage is set to standard or standard-large and alike.

If dirvish would do the same it could also reuse thumbnails and gain the performance benefit and reduce disk space usage by not using additional preview images

Describe the solution you'd like Respect the image-dired-thumbnail-storage variable and adjust the thumbnail functions to respect the thumbnail managing standard.

Describe alternatives you've considered Keep the current state.

Additional context

Thaodan avatar Jun 15 '24 12:06 Thaodan

Thanks for the suggestion! The reason I use magick to generate thumbnails is that Emacs is struggled to display big images (in terms of file size) which in turn blocks UI. I'd love to make dirvish respect image-dired-thumbnail-storage if we can get around with this. I'll give it a try.

alexluigit avatar Feb 24 '25 02:02 alexluigit