I'm using phpThumb (mainly because of the excellent reflection addon) and need to resize an image to a specific height, and the width be taken care of automatically (dynamic).
Looking at the documentation, it seems to require both width and height parameters: https://github.com/masterexploder/PHPThumb/wiki/Basic-Usage
Is there any way around this or do I have to resort to the usual GD image method?