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

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

PHP DOM loadHTML() method unusual warning -

swift - How to change text of a button with a segmented controller? -