Lars Bratke

Results 6 comments of Lars Bratke

Doing it in 2 steps seems to work, nesting or using toPlaceholder. But this just doesn't feel right... ``` [[phpthumbof? &input=`[[phpthumbof? &input=`transparent.png` &options=`bg=FF0000`]]` &options=`f=jpg`]] ``` ``` [[phpthumbof? &input=`transparent.png` &options=`bg=FF0000` &toPlaceholder=`imageWithBg`]]...

I tracked this one down to this line: https://github.com/modxcms/Resizer/blob/master/core/components/resizer/model/vendor/oo12/reductionist/src/Reductionist/Reductionist.php#L411 The check for ```!$outputIsJpg``` prevents the creation of a jpg with a background color. But why?

As far as I can see the current order of process (for remote images) is like this: 1. Is it a remote image? 2. Is the remote image existing in...

I agree. I only said, how it is.

I'm currently facing the same problem. Did you find a solution for this?

It would also be nice to have "Process tags in options" to dynamically populate the options with a chunk or snippet. +1 for checkboxes