Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add image examples #124

Merged
merged 6 commits into from
Apr 13, 2023
Merged

Add image examples #124

merged 6 commits into from
Apr 13, 2023

Conversation

bgins
Copy link
Contributor

@bgins bgins commented Apr 11, 2023

Description

This PR adds a set of image processing example functions including crop, rotate, blur, and grayscale.

Type of change

  • New feature (non-breaking change that adds functionality)

Test plan (required)

Run cargo test -p homestar-guest-wasm and the processed images will be output to homestar-guest-wasm/out/. Not sure if out is the convention for an output directory in Rust. Let me know if we should use something else.

Screenshots/Screencaps

Original image:

synthcat

Processed images:

cropped
rotated
blurred
graycat

@bgins bgins marked this pull request as ready for review April 11, 2023 22:46
@bgins bgins requested a review from a team as a code owner April 11, 2023 22:46
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #124 (ba920b1) into main (7ecf856) will decrease coverage by 1.10%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
- Coverage   42.40%   41.31%   -1.10%     
==========================================
  Files          28       28              
  Lines        1462     1462              
  Branches      369      388      +19     
==========================================
- Hits          620      604      -16     
  Misses        630      630              
- Partials      212      228      +16     
Impacted Files Coverage Δ
homestar-runtime/src/network/swarm.rs 0.00% <0.00%> (ø)

... and 5 files with indirect coverage changes

@zeeshanlakhani zeeshanlakhani merged commit 246b3ba into main Apr 13, 2023
@zeeshanlakhani zeeshanlakhani deleted the add-image-demo branch April 13, 2023 08:53
@release-plz-ipvm-wg release-plz-ipvm-wg bot mentioned this pull request Oct 9, 2023
This was referenced Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants