Before you ask please READ THIS

Poor picture quality

in FatMoon Posts: 11
Hello!
I have a problem.
The uploaded images, in small size on the screen, are pale, unobtrusive. Images in the apollo_images directory are bad. What can I do?
I paid the most recent version in the days.
I have used this to date. I was hoping the update would solve this problem.
Theme: brooklyn.
Of course I paid for it :)

I've set the quality of the resized image to the maximum, but the problem has not disappeared.

Comments

  • AirAir
    Posts: 10,970
    Hey Ftamas :-)

    You can lower quality back to 90, as it will add not needed file size only.

    To solve it, please go to file fatmoon\advance\inc\class-apollo13-image-resize.php line ~28.
    There we need to change order of prefered image libraries. So change from this
            'A13IR_Image_Editor_GD',
            'A13IR_Image_Editor_Imagick',
    to this
            'A13IR_Image_Editor_Imagick',
            'A13IR_Image_Editor_GD',
    After this, you can empty or delete wp-content/uploads/apollo13_images/ - it will allow images to be recreated.
    Ftamas said: Theme: brooklyn.
    You use FatMoon theme ;-) Brooklyn is name of sample demo :-)

    With kind regards.
  • Posts: 11
    Fantastic! It looks like the problem is resolved. Hope we helped that to someone else! :)
  • AirAir
    Posts: 10,970
    I hope so too. Thanks for noticing this!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion