-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Ankiweb comments:
Would it some possibility to make the image's name "human understeable" ? For instance "word".jpg, from our field...
Would it be possible though to grab the (new) filename from a field? Right now it's just a chaotic hash.
Follow up:
-
I was hoping that I would be able to call a method to add a name to the
QImagewhen it's being resized but it doesn't have a name field/method, it's set when saving. Unfortunately ImageResizer doesn't callsaveitself, it passes the object back to Anki to save. -
Exploring other options...
-
hash is added with Rust by
add_hash_suffix_to_file_steminrslib/src/media/files.rs. Or is it done bychecksumsinpylib/anki/utils.py? -
hash is not applied to pasted
.webpand.giffiles in base Anki. Those files keep their name unaltered.