Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Extract first frame from each gif and save as png
Norod78
Oct 30th, 2022
837
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
mkdir
img
list
=
`
ls
*
.gif
`
for
img
in
$list
;
do
filename
=
"
${img}
-extracted"
convert
"
${img}
[0]"
"img/
${filename}
_frame-0.png"
done
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $900 INSTANTLY
JavaScript | 1 sec ago | 0.32 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 6 sec ago | 0.32 KB
⭐⭐⭐Profit Method⭐⭐⭐
Java | 10 sec ago | 0.08 KB
Exchange Exploit
JavaScript | 10 sec ago | 0.32 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 15 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 19 sec ago | 0.32 KB
⭐⭐⭐Exchange Exploit⭐⭐⭐
Java | 21 sec ago | 0.08 KB
⭐ Free ETH Method ⭐
JavaScript | 24 sec ago | 0.32 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!