Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you can't using imread() , there's no codec for that builtin (still a license problem)

you can abuse VideoCapture (works, because ffmpeg can read gif's) , or you'll have to fallback to 3rd party libs like PIL