# Not the same result with version 4.4.1 and 4.4.6 using "copy" function with PGraphics into PImage

**URL:** https://discourse.processing.org/t/not-the-same-result-with-version-4-4-1-and-4-4-6-using-copy-function-with-pgraphics-into-pimage/47024
**Category:** Processing
**Created:** [August 27, 2025, 12:16pm UTC](https://discourse.processing.org/t/not-the-same-result-with-version-4-4-1-and-4-4-6-using-copy-function-with-pgraphics-into-pimage/47024 "2025-08-27T12:16:19Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![fredciel](https://avatars.discourse-cdn.com/v4/letter/f/a87d85/32.png) [@fredciel](https://discourse.processing.org/u/fredciel)
#### Post date: [August 27, 2025, 12:39pm UTC](https://discourse.processing.org/t/not-the-same-result-with-version-4-4-1-and-4-4-6-using-copy-function-with-pgraphics-into-pimage/47024/2 "2025-08-27T12:39:49Z")

</div>

Hi , I just found the solution .

This fix the problem

```auto
pixelDensity(1);

```

In fact in version 4.4.1, pixelDensity = 1 by default

and in version 4.4.6, pixelDensity = 2 by default

(MacBook Pro retina screen)

---

_[View the full topic](https://discourse.processing.org/t/not-the-same-result-with-version-4-4-1-and-4-4-6-using-copy-function-with-pgraphics-into-pimage/47024)._
