Noob question about handling of thumbnails #4365
-
If I add a custom image for a performer or tag, does Stash copy those images to somewhere else, or just retrieve them from their original location? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Stash stores copies of all images as "blobs" which are either stored in the database, if If you add an image "From file", then you are uploading the image to the Stash server, and it will store that image as above. If you add an image "From URL", the Stash server will download the image from that URL, and then store it as above. |
Beta Was this translation helpful? Give feedback.
Stash stores copies of all images as "blobs" which are either stored in the database, if
Binary data storage type
(inSettings > System > Database
) is set toDatabase
, or theBinary data filesystem path
, ifBinary data storage type
is set toFilesystem
.If you add an image "From file", then you are uploading the image to the Stash server, and it will store that image as above. If you add an image "From URL", the Stash server will download the image from that URL, and then store it as above.