Interested in advertising on Derpibooru? Click here for information!
Champions of Equestria

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Description

Mostly uploaded to test a bug with derpibooru’s handling of .gifs

Source

Comments

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ ~sub~

Detailed syntax guide

Clover the Clever
Princess of Love - Extra special version for those who participated in the Canterlot Wedding 10th anniversary event by contributing art.
A Perfectly Normal Pony - <@CloverTheClever> I'd pay to see Carcer in a fursuit
Always Codes Drunk - It explains a lot
From the Night - I have technically banned myself a bunch of times...
Since the Beginning  - User number zero

Lord and Saviour
@BigMax
Yeah, that seems to be it. I use ImageMagick to animate these, and it seems it didn’t optimize away parts of the image I never intended to render. If opened in GIMP the parts of the citation that are outside the gifs borders still exist.
 
Yeah, ImageMagick is where the ‘bug’ is, if you like, afaict, or rather your usage; try adding +repage after your resize code to instruct ImageMagick to remove the canvas area it cropped. Our handling does appear to drop the canvas hints, which it probably shouldn’t; canvas vs image size is a kinda dodgy area though.
@BigMax  
Yeah, that seems to be it. I use ImageMagick to animate these, and it seems it didn’t optimize away parts of the image I never intended to render. If opened in GIMP the parts of the citation that are outside the gifs borders still exist.
Prof.NightJack
Equality - In our state, we do not stand out.
The End wasn't The End - Found a new home after the great exodus of 2012

Gizmonics Scientist
@BigMax  
Ya, I think that is it, Derpibooru seems to be more simplified with how it handles images so if the date of the part out of the frame is in the file then it’s going to show it all.
@General Disorder  
I don’t know the GIF in details, so I guess it may contain additional data that tells the renderer to crop the image to certain borders?  
In this case, the problem is mainly Derpibooru’s image optimization (gifsicle for the matter) that probably discards those informations.
@BigMax  
The whole citation paper shouldn’t be visible until it finishes “printing”. The blank/mostly transparent space at the bottom shouldn’t be there.
@BigMax  
When posted on any other site, the gif renders properly, showing only the area with the dark background and the citation appearing from the bottom of the image.  
At least to me, it looks like the citation appears in its entirety and moves onto the backdrop right now.
Hmm, problem persists. I guess I’ll have to add cropping to the script I use to make these gifs. Derpibooru’s the only site I’ve been to where it renders parts of the gif outside the gifs borders.