d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Graphic Design > Tutorials & Galleries > Possible To Edit Gif Using Gimp? > Topic
Add Reply New Topic New Poll
Member
Posts: 2,705
Joined: Jun 27 2007
Gold: 1,887.00
Jul 21 2015 02:08pm
Say I have a gif that is of the whole scene, but I want to make a new gif that is just of say, the person in the scene, is this possible in GIMP? I'm trying to do this with my limited knowledge of GIMP and I'm not having much success. I know how to cut a person out of a picture, but I don't know how to access each individual frame to edit.

This post was edited by xRiemensverax on Jul 21 2015 02:16pm
Member
Posts: 2,735
Joined: Jun 5 2015
Gold: Locked
Trader: Scammer
Warn: 90%
Jul 29 2015 12:46am
not sure but its should be possible to edit frame by frame with a program called Cv52
Member
Posts: 69
Joined: Feb 13 2010
Gold: 0.00
Sep 27 2015 02:35pm
Is not easy
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Sep 27 2015 03:21pm
i dont use gimp, but if you use ImageMagick you can run:

convert animated.gif frames.png

and it'll split all the frames into individual png

then to assemble the gif:

convert -delay 1x20 -loop 0 *.png final.gif
Go Back To Tutorials & Galleries Topic List
Add Reply New Topic New Poll