AutorotateImageProcessor
class AutorotateImageProcessor implements ProcessorInterface (View source)
Properties
| protected Application | $app | ||
| protected bool | $rescanThumbnails | Should thumbnails be rescanned when the image is rotated?  | 
                
Methods
                    __construct()
        
                                            
                
            No description
                    bool
                
                
                    isRescanThumbnails()
        
                                            
                
            Should thumbnails be rescanned when the image is rotated?
                    $this
                
                
                    setRescanThumbnails(bool $rescanThumbnails)
        
                                            
                
            Should thumbnails be rescanned when the image is rotated?
                    bool
                
                
                
            Details
        
                            
    __construct()
        
    
    No description
        
                            bool
    isRescanThumbnails()
        
    
    Should thumbnails be rescanned when the image is rotated?
        
                            $this
    setRescanThumbnails(bool $rescanThumbnails)
        
    
    Should thumbnails be rescanned when the image is rotated?
        
                            bool
    shouldProcess(Version $version)
        
    
    Should this processor process a specific file version?
        
                            
    process(Version $version)
        
    
    Process a specific file version.