Ticket #894 (closed defect: fixed)
Opened 2011-11-30T11:55:56-06:00
Last modified 2011-11-30T11:58:08-06:00
Salt and Pepper plugin has differences from IJ1
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The Salt and Pepper command adds 0's and 255's to all input images. In IJ1 it only applies to 8-bit images and warns otherwise. Make IJ2 to be closer to IJ1 here.
Change History
comment:1 Changed 2011-11-30T11:58:08-06:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Made changes in 428a4347ae1a405314fb879b0700f373b599e352. Now applies itself to any integral image and puts in type appropriate MIN and MAX pixel values. Warns if trying to apply to a float image.