Nemozar

Results 4 comments of Nemozar

For login find Actors. But i not undestend how i can use @after for call method for other cest file

``` array (size=66) 'FileName' => string '1.JPG' (length=5) 'FileDateTime' => int 1508223150 'FileSize' => int 3563877 'FileType' => int 2 'MimeType' => string 'image/jpeg' (length=10) 'SectionsFound' => string 'ANY_TAG, IFD0,...

``` $image = Image::getImagine()->open($filePut['path']); $exif = exif_read_data($filePut['path']); if (!empty($exif['Orientation'])) { switch ($exif['Orientation']) { case 3: $image->rotate(180); break; case 6: $image->rotate(90); break; case 8: $image->rotate(-90); break; } } $image->save($filePut['path'], ['jpeg_quality' =>...

> I agree, i will test that when i will have some time. > I found a project based on dbus: > > > python-omxplayer-wrapper - https://github.com/willprice/python-omxplayer-wrapper > > which...