Hi bravebits,
Sorry for the long silence and thanks for downloading and reporting about that bug. We've just released an update which wiped out that bug and you can start using Conditional Logic with image_advanced
field.
The syntax is the same as other field, but just keep in mind that image advanced field will returns num of image, so field empty that means "0" image selected.
Example:
'hidden' => ['image_advanced_field_id', 0]
or
'visible' => ['image_advanced_field_id', '!=', 0]
Best regards
Tan Nguyen