# Problem with image resizing for the image with high DPI

**URL:** https://community.imagekit.io/t/problem-with-image-resizing-for-the-image-with-high-dpi/269
**Category:** Image API
**Created:** [February 20, 2026, 8:51am UTC](https://community.imagekit.io/t/problem-with-image-resizing-for-the-image-with-high-dpi/269 "2026-02-20T08:51:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RogerWechsler](https://avatars.discourse-cdn.com/v4/letter/r/7feea3/32.png) [@RogerWechsler](https://community.imagekit.io/u/RogerWechsler)
#### Post date: [February 20, 2026, 8:51am UTC](https://community.imagekit.io/t/problem-with-image-resizing-for-the-image-with-high-dpi/269/1 "2026-02-20T08:51:35Z")

</div>

Hello,

We are on an ImageKit Paid plan and have a problem resizing a specific image that is not very large but has a high dpi (which might be the issue). Can someone please give us a hint as to what the problem is?

Original image URL: [https://d37dhr5745n0y2.cloudfront.net/f/ad/be/fadbe732c5ead1d73c0ef4484babd56878e08d59\_904936773.jpg](https://d37dhr5745n0y2.cloudfront.net/f/ad/be/fadbe732c5ead1d73c0ef4484babd56878e08d59_904936773.jpg)

width: 9921 px  
height: 14031 px  
dpi: 1200  
size: 12.8 MB

When we try to execute the transformation e.g. like:

[https://ik.imagekit.io/guidle/tr:w-150,h-150,fo-center,c-at\_max/f/ad/be/fadbe732c5ead1d73c0ef4484babd56878e08d59\_904936773.jpg](https://ik.imagekit.io/guidle/tr:w-150,h-150,fo-center,c-at_max/f/ad/be/fadbe732c5ead1d73c0ef4484babd56878e08d59_904936773.jpg)

we get HTTP 400 Bad request.

Are we hitting some limit here or there is an internal problem?

Thank you!

---

<div class="post-metadata">

### Author: ![rahul\_nanwani](https://avatars.discourse-cdn.com/v4/letter/r/ecb155/32.png) [@rahul\_nanwani](https://community.imagekit.io/u/rahul_nanwani)
#### Post date: [February 22, 2026, 4:19pm UTC](https://community.imagekit.io/t/problem-with-image-resizing-for-the-image-with-high-dpi/269/2 "2026-02-22T16:19:42Z")

</div>

You might be exceeding the Megapixel limit of the input image. You can see the ik-error response header to see the exact error.

Currently both input and output should be under the megapixel limit of the account. We are working on a feature to allow downsizing the final output image even when the input exceeds the limit.

---

<div class="post-metadata">

### Author: ![RogerWechsler](https://avatars.discourse-cdn.com/v4/letter/r/7feea3/32.png) [@RogerWechsler](https://community.imagekit.io/u/RogerWechsler)
#### Post date: [February 23, 2026, 7:53am UTC](https://community.imagekit.io/t/problem-with-image-resizing-for-the-image-with-high-dpi/269/3 "2026-02-23T07:53:03Z")

</div>

> [@RogerWechsler](#):
>
> [https://ik.imagekit.io/guidle/tr:w-150,h-150,fo-center,c-at\_max/f/ad/be/fadbe732c5ead1d73c0ef4484babd56878e08d59\_904936773.jpg](https://ik.imagekit.io/guidle/tr:w-150,h-150,fo-center,c-at_max/f/ad/be/fadbe732c5ead1d73c0ef4484babd56878e08d59_904936773.jpg)

OK, thank you for the reply. I see in the response headers:  
**ik-error**

ELIMIT - Exceeds image resolution limit of 100.0 MP
