Christopher Allan Webber 5b8e0b2a63 Use of deprecated frombytes when processing videos causes the task to fail
(Anonymous contribution, not by me)

  When transcoding a video using a recent version of PIL transcoding a
  video fails reproducible. The reason for this is an AttributeError:
  'module' object has no attribute 'frombytes'gets raised, while a
  thumbnails is being created. This is because frombytes alias was
  deprecated in favor of fromstring.
2015-05-22 14:16:45 -05:00
..
2015-02-17 20:04:15 -06:00
2013-07-11 14:35:44 -07:00
2015-02-16 13:41:09 +03:00
2015-03-02 16:44:13 +03:00