You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for maintaining this excellent software!
Version 2.1.2 built from source for Ubuntu 20.01
The building process was not too difficult.
However I have found a problem which confused me for a while.
I made a session and imported my images.
Then I used imagemagick to attach a ruler to rescale all my core images, since they were not photographed with one though the lengths were recorded(it makes things easier to pinpoint when using corelyzer).
I resaved these new images in a new folder. Then I treid both adding them to my new session and creating a new session with them.
The images have the same filenames as images already used for another corelyzer session, but in a different folder so with different paths. Basically Corelyzer will not reflect any changes in the images, unless you change the filenames or until you delete the image cache within corelyzer and reload the images!
i tried loading from subdirectory where the first images were, and also a subdirectory in /tmp, i tried resaving them with gimp, exporting them, etc. The only thing that made a difference was saving under a new filename not already used by corelyzer in a previous session, or by erasing the image cache from within corelyzer.
It seems like corelyzer image cache doesn't consider paths, only filenames or session/sectuib names.
STEPS TO REPRODUCE:
Take an image of a core, call it TEST1-1.jpg for example. Now open corelyzer without any sessions loaded
load TEST1-1.jpg in corelyzer via Ctl + M command
go through the dialogs view it in corelyzer
Now close the session
in gimp/photoshop, make some scribbles over the TEST1-1.jpg core image and resave it.
Repeat steps 2-3
Observe that the image does not reflect the changes you made
Clear image cache from the corelyzer edit menu
repeat steps 2-3
Observe that the image does reflect the changes.
The text was updated successfully, but these errors were encountered:
Hello @dsilas, delighted to hear you're using Corelyzer, especially on Linux!
Regarding image caching, you are correct. This is expected behavior.
Corelyzer caches imagery based on the filename only. The assumption is that a core image's file name matches the core's identity, which should be unique.
In the Edit > Preferences... dialog, select the Directories tab and note the Image Cache path. That directory contains a folder for each cached image, named to match the image file. These folders can be manually deleted if you want to re-cache a subset of your images (vs. deleting the entire cache through the Edit > Clear Image Cache... menu item).
If you want multiple images for a single core, our standard practice is to add a descriptive suffix to the image filename to prevent name collisions in the cache. For instance, a darker exposure of the original GLAD4-HST03-1C-1H-1.jpg file would be named GLAD4-HST03-1C-1H-1_darker.jpg.
Dear @sorghumking
Thank you for maintaining this excellent software!
Version 2.1.2 built from source for Ubuntu 20.01
The building process was not too difficult.
However I have found a problem which confused me for a while.
I made a session and imported my images.
Then I used imagemagick to attach a ruler to rescale all my core images, since they were not photographed with one though the lengths were recorded(it makes things easier to pinpoint when using corelyzer).
I resaved these new images in a new folder. Then I treid both adding them to my new session and creating a new session with them.
The images have the same filenames as images already used for another corelyzer session, but in a different folder so with different paths. Basically Corelyzer will not reflect any changes in the images, unless you change the filenames or until you delete the image cache within corelyzer and reload the images!
i tried loading from subdirectory where the first images were, and also a subdirectory in /tmp, i tried resaving them with gimp, exporting them, etc. The only thing that made a difference was saving under a new filename not already used by corelyzer in a previous session, or by erasing the image cache from within corelyzer.
It seems like corelyzer image cache doesn't consider paths, only filenames or session/sectuib names.
STEPS TO REPRODUCE:
The text was updated successfully, but these errors were encountered: