Closed theprobugmaker closed 2 years ago
getImageResponse
should be used if you're using it in a Framework that needs the response passing thru it.
outputImage
is used mainly when using bare bones PHP
See here: https://glide.thephpleague.com/2.0/config/responses/
It might be a newbie question but I see in the docs using
getImageResponse
in others code usingoutputImage
so I don't really get the difference.