qt - Crop an animated gif and center in QMovie -


is there way crop animated gif set inside qmovie widget? i'm running issue animated gif big qmovie widget i'm seeing top left portion of gif. animated gif stored inside qbytearray.

i've tried opening pillow's image.open, cropping img.crop(...) , saving qbytearray ends cropping , saving first frame of animated gif.

if cropping gif not possible, there way center gif inside qmovie widget see center section of animated gif?

i'm working python 2.7 , pyside.

thank you!


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -