Viewing profile — vic1102
vic1102
HN member- Joined
- Sun, Sep 07, 2025, 3:21 PM UTC
- HN karma
- 1
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About vic1102
Recent public activity
- story
- comment
- story
- comment
- story
- comment
- story
-
comment
Comment #45411523
[dead]
- story
- story
- story
-
comment
Comment #45291381
PixTrim is a minimal, privacy-focused image processing tool. It runs in the browser and handles common tasks like compression, resizing, format conversion (AVIF, WebP, HEIC, PNG, J…
- story
-
comment
Comment #45285323
Thanks a lot! I really appreciate the detailed reply and the recommendation! I wasn’t aware of `vipsgen`, but it looks great — full coverage and auto-generated bindings are exactly…
-
comment
Comment #45257119
Thanks so much for the clarification and for the great work on libvips! In my Go project I’m using the Golang library github.com/davidbyttow/govips/v2. Images are loaded via `vips.…
-
comment
Comment #45246669
Great article! super helpful for someone like me who recently started building services in Go. I especially appreciated the section on slog.Attr and the !BADKEY issue, it’s one of …
-
comment
Comment #45246542
I ran into the same issue when working with image processing in Go using libvips. By default, libvips ignores EXIF orientation too, so I had to explicitly read and apply the orient…