Closed (fixed)
Project:
ImageCache Actions
Version:
7.x-1.x-dev
Component:
Autorotate Module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Jun 2020 at 21:45 UTC
Updated:
30 Jun 2020 at 07:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
damienmckennaThe changes which have been in use for several years on a production site.
Comment #4
fietserwinThanks for posting this feature. I will commit it with the following changes:
I wil change this into microtime() as getting name clashes is as simple as showing the same image twice on the same page, even with different image styles applied.
This change triggered me to have a better look at this line and it turns out this line is bogus, and always has been: it should be $image->info['extension'], or even better $image->info['mime_type'], but the mime type has already been checked in imagecache_autorotate_effect(), so we can just leave that out.