Ticket #1611 (closed task: fixed)
Opened 2013-01-08T13:31:33-06:00
Last modified 2013-01-08T13:33:22-06:00
Write ColorTable loading class
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1610 |
Description
IJ2 uses ColorTables rather than IJ1's LUTs. We need to be able to load them (including the legacy table formats) from disk or URL. Make support classes to make this possible.
Change History
comment:2 Changed 2013-01-08T13:33:22-06:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
With commit 1bbe0119991b3cba0723ebc64fc3da584e70d8b1 there is now a LutService which can load ColorTables from URLs. It was ported from IJ1's LutLoader class and subsequently improved.