asonix
asonix
## PR Type Bug Fix ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated....
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. (if updating the chat example counts) - [x] Documentation comments have been...
## PR Type ?????Bug?????? (reduces memory use) ## PR Checklist - [ ] Tests for the changes have been added / updated. - [x] Documentation comments have been added /...
## PR Type Bugfix ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...
## PR Type Bug Fix i think ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added...
```rust fn main() -> Result { let app = libvips::VipsApp::new("vips-problem", true)?; let buf = std::fs::read("./example.png")?; let image = libvips::VipsImage::new_from_buffer(&buf, "")?; // drop the buffer before trying to transcode to jpeg...
## PR Type Refactor ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...