Skip to content

Commit

Permalink
Alpha pre-multiplication u16 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Nov 14, 2024
1 parent edc1af6 commit ff25a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neon/alpha_u16.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
use crate::alpha_handle_u16::premultiply_alpha_rgba_row;
use crate::alpha_handle_u16::{premultiply_alpha_rgba_row, unpremultiply_alpha_rgba_row};
use rayon::iter::{IndexedParallelIterator, ParallelIterator};
use rayon::prelude::{ParallelSlice, ParallelSliceMut};
use rayon::ThreadPool;
Expand Down

0 comments on commit ff25a01

Please sign in to comment.