#605 closed defect (fixed)
psImageCountPixelMask inconsistent wrt subimages
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | imageops | Version: | 0.8.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
the SDRS was not very clear how to handle subimages. I've clarified that the
psRegion for a subimage should refer to the subimage pixels. It also should be
more accepting of regions with non-standard ranges. to do this, it should pass
all regions through psRegionForImage.
There was also a bug in the evaluation of the mask : the row and column indicies
were swapped.
I've implemented this in psLib branch eam_rel8_b2
Change History (4)
comment:1 by , 21 years ago
| Status: | new → assigned |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 21 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
this error was not fixed in the join. the psRegion tests were still too
restrictive, and the row and column indicies were still out of order.
fixed in eam_rel9_b0
comment:4 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
I merged in eam_rel9_b1, which seems to be a superset of fixes.

I joined the branch eam_rel8_b2 into CVS trunk.