question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Poor Image Quality/Pixelated Images When Using V_SCROLL

See original GitHub issue

Description When recording content that is takes up a lot of height. The images that are produce are pixelated.

Steps to Reproduce

  • Create a scroll view or recycler view with content that is 3 or 4 times the length of a screen
  • Configure paparazzi to use renderingMode = SessionParams.RenderingMode.V_SCROLL

Expected behavior A clear images that are not pixelated

Additional information:

  • Paparazzi Version: 1.0.0
  • OS: mac OS Monterey 12.1
  • Compile SDK: 21
  • Gradle Version: 7.4.2
  • Android Gradle Plugin Version: 7.1.3

Screenshots

org sharethemeal android view dashboard_DashboardScreenShotTest_dashboardScreen SAMSUNG_GALAXY_S10,en_GB

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:4
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sdowardcommented, Aug 13, 2022

@fcduarte as you suggested: I opened up a PR. I am looking forward to feedback on it

1reaction
brudaswencommented, Jul 29, 2022

Hacky workaround that might help you while the maxSize is not configurable:

    val maxImageSize = 2_000

    @Before
    fun initMaxImageSize() {
        maxImageSize?.let {
            Paparazzi::class.java.declaredFields.firstOrNull {
                it.name == "THUMBNAIL_SIZE"
            }?.let {
                it.isAccessible = true
                it.set(paparazzi, maxImageSize)
            }
        }
    }
Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Fix Pixelated Photos & Pictures - Alphr
Pixelation usually occurs when you try to resize a low-quality image or when viewing a very low-quality image. When you upsize an image...
Read more >
A Full guide to Fix Pixelated Image - Wondershare Repairit
Pixelated images are a terrible option for use on any high-quality content, as they are blurry and cannot show any aspect of the...
Read more >
[Tutoial] How to Fix A Pixelated Image on Windows/Mac/iOS
Since digital images have consisted of pixels, the pixelated image is the result of poor quality, improper compressing, or zoom-in too much.
Read more >
Images Captured in Snagit Are Blurry or Fuzzy
The most common cause for blurry images is that the image has been resized (scaled) from its original size. To get the best...
Read more >
How to Fix Pixelated Pictures in Photoshop | PFRE
If your images are low quality and pixelated, learn how to fix pixelated pictures in Photoshop using the sharpening tool or a Gaussian...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found