Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Bug found in ReplaceChannel filter #214

@hzawary

Description

@hzawary

Hi there,

Exists a bug in when used an UnmanagedImage as input channel in AForge.Imaging.Filters.ReplaceChannel filter.

Incorrect in line 277: int offsetCh = chData.Stride - rect.Width;
Correct it: int offset Ch = ch Stride - rect.Width;

Sincerely,
HZ

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions