Skip to content

Commit

Permalink
mass rename subpixel to component
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Jun 2, 2024
1 parent 22b4365 commit 9845477
Show file tree
Hide file tree
Showing 12 changed files with 193 additions and 193 deletions.
2 changes: 1 addition & 1 deletion examples/concat/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn main() {
fn h_concat<I, P, S>(images: &[I]) -> ImageBuffer<P, Vec<S>>
where
I: GenericImageView<Pixel = P>,
P: Pixel<Subpixel = S> + 'static,
P: Pixel<Component = S> + 'static,
S: Primitive + 'static,
{
// The final width is the sum of all images width.
Expand Down
Loading

0 comments on commit 9845477

Please sign in to comment.