Markus Mächler

Results 28 comments of Markus Mächler

Supporting `cropVariants` should be as easy as adding the attribute `cropVariant` to the ViewHelper and passing it to the `$setup` array. The rest is handled by the TYPO3 core. Please...

@yeldiRium As far as I can see the class `ImageViewHelper` extends `AbstractImageViewHelper`, thus it should be covered by adding it to `AbstractImageViewHelper`. Adding it to `SourceViewHelper` however seems to be...

We are using the extension fal_s3 driver (https://extensions.typo3.org/extension/fal_s3/) which produces absolute URLs: https://github.com/MaxServ/t3ext-fal_s3/blob/master/Classes/Driver/AmazonS3Driver.php#L247-L250 The files exist in `sys_file` and we need your ViewHelper to be able to resize images.

Thanks for your analysis! We are not using the core's ViewHelpers because we also want to be able to change the quality and image format, which works perfectly fine with...

For anyone interested in this, I have successfully reimplemented Jack Kelly's rectangles architecture using Keras and made it available here: https://github.com/maechler/nnilm

@anasvaf Thanks, you saved my day! Although I think there is an error in your code, I had to change `Y = np.reshape(meterpart.values, (batch_size, 1))` to `Y = np.reshape(meterpart.values, (batch_size,...

I see that this is a big change. However I think that this pull request changes as little as possible to make it work. I would be very happy if...

@mhirdes Applying the changes from my pull request should solve the issue, although I have not tested it with the most recent version of powermail. However it would still be...

@medarob I could not test this yet, but it sounds like it could be a Fluid parsing issue. If it works for you, you could just remove the `` tag...

In fact `padding` and `margin` should be supported by TCPDF. However HTML support is rather limited in general, so it might well be that you are hitting a limitation there.