Last chance! 50% off unlimited learning
Sale ends in
gdkPixbufAnimationNewFromFile(filename, .errwarn = TRUE)
gdkPixbufAnimationGetWidth(object)
gdkPixbufAnimationGetHeight(object)
gdkPixbufAnimationGetIter(object, start.time)
gdkPixbufAnimationIsStaticImage(object)
gdkPixbufAnimationGetStaticImage(object)
gdkPixbufAnimationIterAdvance(object, current.time)
gdkPixbufAnimationIterGetDelayTime(object)
gdkPixbufAnimationIterOnCurrentlyLoadingFrame(object)
gdkPixbufAnimationIterGetPixbuf(object)
gdkPixbufSimpleAnimNew(width, height, rate)
gdkPixbufSimpleAnimAddFrame(object, pixbuf)
gdkPixbufAnimation(filename, .errwarn = TRUE)
gdkPixbufSimpleAnim(width, height, rate)
gdkPixbufAnimation
is the equivalent of gdkPixbufAnimationNewFromFile
.
gdkPixbufSimpleAnim
is the equivalent of gdkPixbufSimpleAnimNew
.