Ticket #557 (closed enhancement: fixed)
Opened 2011-06-01T20:13:03-05:00
Last modified 2012-06-08T12:21:44-05:00
Add permanent caching support to ImgIOUtils
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | ImgLib2 | Version: | |
Severity: | non-issue | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The ImgIOUtils class currently caches HTTP downloads of images in a temporary file which is deleted upon JVM exit. Better would be to cache permanently in the ~/.imglib2 folder. In this way, we can avoid having any large binary files committed to the git repository.
Change History
comment:1 Changed 2011-07-27T15:04:02-05:00 by curtis
- Milestone changed from biweekly-2011: Jul-18 to Jul-29 to biweekly-2011: Aug-15 to Aug-26
comment:2 Changed 2011-08-01T12:10:48-05:00 by curtis
- Milestone changed from biweekly-2011: Aug-15 to Aug-26 to imagej-2.0-alpha5
Milestone biweekly-2011: Aug-15 to Aug-26 deleted
comment:3 Changed 2011-10-18T15:43:28-05:00 by curtis
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:4 Changed 2012-06-08T12:21:44-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Migrated to imglib issue tracker on GitHub.