Skip to content

Commit

Permalink
wip: panic so I remember where I left off #25
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO committed Jan 12, 2025
1 parent 95df78d commit 4a5f0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/image_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ impl ImageLoader {

// NOTE: wip, so just returning some basic optimizations for testing sake
optimizations.push(ImageOptimization::MonitorDownsampling(130));
optimizations.push(ImageOptimization::DynamicUpsampling);

optimizations
}
Expand Down

0 comments on commit 4a5f0bd

Please sign in to comment.