ipx icon indicating copy to clipboard operation
ipx copied to clipboard

🖼️ High performance, secure and easy-to-use image optimizer.

Results 72 ipx issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [listhen](https://togithub.com/unjs/listhen) | [`^0.2.13` -> `^0.2.15`](https://renovatebot.com/diffs/npm/listhen/0.2.13/0.2.15) | [![age](https://badges.renovateapi.com/packages/npm/listhen/0.2.15/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

If sharp's [`rotate()`](https://sharp.pixelplumbing.com/api-operation#rotate) function is called without arguments then it will try to automatically rotate the image based on exif data. ipx currently doesn't support this, and can only do...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/unjs/ipx). ## Awaiting Schedule The following updates are...

resolves https://github.com/unjs/ipx/issues/79 Thanks @eggsy.

bug

Hey! I believe this issue is meant to be here because I tried digging through the source of `@nuxt/image`-which led to nothing, and I found out that whatever is parsing...

I running IPX with `npx ipx` and some env vars. I'm getting a lot of warnings in production: `MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]....

pending reproduction

Hello, I'm writing again because of the fetchOptions option. I run into the problem that I need to asynchronously retrieve an auth token, and using `nuxt/image` and a custom ipx...

Support abstract persistent cache for both input source and converted images. (implies supporting ttl) Related: #46

enhancement

[squoosh](https://github.com/GoogleChromeLabs/squoosh) is a wasm alternative to [sharp](https://github.com/lovell/sharp). While sharp is much faster and supporting modern formats, it has its own downsides: - NodeJS dependency. Cannot be used in environments like...

enhancement
discussion
pending

Could there be any upsides with implementing a solution that forces image to be resized at a certain aspect-ratio? e.g.: aspect-ratio prop and focal-point prop

enhancement