Conversation
There was a problem hiding this comment.
that's ok to me. You can remove pdf to image transformer too. As it could not be used without ExtendedFileSystemLoader |
|
mh, maybe reenable this feature, could be useful? |
|
@digitalkaoz it has to be done. But in a different way, with events on origin image load. Like we did for resolve PRE_RESOLVE and POST_RESOLVE |
|
ok removed it for now...have to dipe deeper into the current architecture to know what you mean by resolve events ;) |
|
so whats the goal? you request |
|
you have a pdf source, it has to converted to image, later filteres applied to this image and stored to cache folder. |
|
listener has to check that the source (by path extension or) is not image but pdf and convert it. |
|
and it should be stored as pdf or as an image? |
|
as image |
|
it should be done in a seperate PR or this one? |
|
@digitalkaoz it is completely out of this PR score. |
|
mh, i implemented one as you described it, havent tested it out, but looks correct to me... |
|
yes your right...lets do it in a separate PR... |
|
what about merging this one? |
|
@digitalkaoz sure, great work! |
by writing some new tests and applying missing covers annotations.
removed obsolete
Binary/Loader/ExtendedFileSystemLoader.phpsince it could not work (wrong constructor and things) but i think its ok to remove