Skip to content

Commit

Permalink
imageprocs/resize: Fix the documentation removing the BROKEN tag.
Browse files Browse the repository at this point in the history
Closes  #165
  • Loading branch information
etemesi254 committed Mar 30, 2024
1 parent 8d4b801 commit 270fa8e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions crates/zune-imageprocs/src/resize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
* You can redistribute it or modify it under terms of the MIT, Apache License or Zlib license
*/

//! (BROKEN): Resize an image to a new width and height
//! Resize an image to a new width and height
//!
//!
//! Currently only implements a simple bilinear resizer, future plans are to have
//! more complicated resizers implemented.
//!
//!
//! (BROKEN): Do not use, **IT DOESN'T WORK**
use zune_core::bit_depth::BitType;
use zune_image::channel::Channel;
use zune_image::errors::ImageErrors;
Expand Down

0 comments on commit 270fa8e

Please sign in to comment.