Ticket #1958 (closed defect: fixed)
NewImage ramp code is too resource intensive
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1457 |
Description
The NewImage code uses the DataType casting code when creating a ramp. For big images this code is slow and can throw out of memory errors (i.e. try 4k x 4k unsigned 32-bit int with ramp). Simplify NewImage's ramp code so that it is more resource friendly.
Change History
Note: See
TracTickets for help on using
tickets.