Changing the jpg image quality in the change file format action doesn't seem to have any effect; the default image compression of 75% (or whatever you happened to set it to) always seems to take precedence.

Comments

cybis’s picture

For this functionality to work properly, #924304: Allow presets to override JPEG quality setting #5 patch needs to be applied to ImageAPI. It hasn't been rolled into ImageAPI-7.x-1.x-dev AFAIK.

Anonymous’s picture

Well that's a bummer. I seem to be running into a lot of modules that are being held up by core patches not getting accepted.

Anonymous’s picture

Well that's a bummer. I seem to be running into a lot of modules that are being held up by core patches not getting accepted.

cybis’s picture

The above mentioned patch is for ImageAPI, not Drupal core. This functionality was only recently introduced to ImageCache Actions and only currently in the dev release. It’s understandable the two modules might be slightly out of sync in their development. It shouldn’t too long before ImageAPI rolls the patch in their dev release; in the mean time the above patch should work.

Anonymous’s picture

Indeed, you are correct. Apologies; next time I'll look a little closer at the attached issues. :o) Thanks for the info.

marcoka’s picture

i am looking around too. what i dound out so far is that the patch is not in d7 version at the moment.

edit: the latest 7x-1 dev has the quality field.

it can be implemented using imagemagick

see #1350576: D7 imagemagick info

marcoka’s picture

the patch is for d6. in d7 there is no imageapi to be pacthed. any news on this feature in the d7 version?

fietserwin’s picture

Status: Active » Fixed

Quality was completely ignored. I fixed this, but was only able to do so for the imagemagick toolkit. The GD toolkit does not allow to intervene in the quality setting. This should be reported as an issue in the Drupal core queue (if not already existing). Please note that the quality setting can equally well be used for the PNG format (imagemagick only as well), so I also changed the description.

fietserwin’s picture

marcoka’s picture

and so far i submitted a patch for the "imagemagick module" by "sun" too.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.