Getting Started
Welcome to the developer documentation. This guide will walk you through the essential steps to integrate our API and manage your assets programmatically.
Resize-and-Crop
This parameter specifies the width of the output image. It accepts an integer value greater than 1. If a value between 0 and 1 is specified, it acts as a percentage width. Therefore, 0.1 means 10% of the original width, 0.4 means 40% of the original width, and so on.
Pixora Next.js Client
This is the Next.js SSR/CSR client for Pixora image optimization platform. let's build it with OpenNext v3.x, please sure you are updating it only to run ci/cd pipeline one more change
Lets do it sheryians
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect with external data sources and tools. It provides a standardized way for AI models to access and interact with various services, databases, and APIs.
Getting Started
bababbabab
Transformation
This parameter specifies the width of the output image. It accepts an integer value greater than 1. If a value between 0 and 1 is specified, it acts as a percentage width. Therefore, 0.1 means 10% of the original width, 0.4 means 40% of the original width, and so on. You can also specify the auto value for this parameter (w-auto). Doing so will instruct ImageKit.io to read the width value from the [Sec-CH-Width](https://imagekit.io/responsive-images/#sec-ch-width) Client Hint request header. Learn more about client hints [here](/image-transformation#client-hints). You can also provide an arithmetic expression such as `iw_div_2`, `cw_mul_0.8`, or `ih` as a value for this parameter. Doing so will first calculate the value of the expression and then apply transformations using that value. Learn more about arithmetic expressions [here](/arithmetic-expressions-in-transformations). {% callout style="info" %}\ **Note**: If you only specify the `w` parameter, then while adjusting the width, it will automatically scale the height in order to maintain the aspect ratio.\ {% /callout %} {% linetabs %}\ {% linetab title="Original image" %}