After updating from 7.x-2.0-unstable3 to 7.x-2.0-unstable4 my derivatives are not rendered.
I am using enabled display=>Image=>style=>square thumbnail (It doesn't work with the other neither)

Comments

agoradesign’s picture

Status: Active » Closed (works as designed)

I'll close that because it works as designed. These changes are the reason for that: http://drupal.org/node/1142630#comment-5690580

See the comment of file_entity_file_formatter_file_image_view() function: "This formatter is only capable of displaying local images. If the passed in file is either not local or not an image, nothing is returned, so that file_view_file() can try another formatter."
=> Remote Stream Wrapper has to implement its own image formatter.

I've replied to the corresponding bug report of egarias in the Remote Stream Wrapper module's issue tracker: http://drupal.org/node/1585908#comment-6163166