Top "Gif" questions

GIF (Graphics Interchange Format) is an image file format associated with ".gif" file extension.

Tkinter: Couldn't recognize data in image file

I have the following problem. I generate .GIF files using an external application. To me the GIFs look fine, I …

python image tkinter gif photoimage
Animated gif in Delphi XE 3 forms

Possible Duplicate: How to use Animated Gif in a delphi form I recently updated my version of Delphi 7 to Delphi …

delphi animation gif delphi-xe3 timage
How can I embed the new GIFV format on my webpage?

Normally I would embed a gif like so. <img src="http://i.imgur.com/awHPuBp.gifv"> Although I …

html gif animated-gif
iOS: Select a GIF from the photo library, convert to NSData for use in multipart/form-data

What's currently working in my code: I select a JPG or PNG from the Photo Library (using standard ImagePicker methods), …

iphone nsdata gif
Python: Convert GIF To video(mp4)

I am trying to find some way for converting GIF to mp4 using Python or library. I didn't found any …

python gif mp4
C# Capturing Direct 3D Screen

I have been fooling around with screen capture for awhile now and I managed to capture the entire screen, certain …

c# direct3d gif screen-capture
How to save canvas animation as gif or webm?

i have written this function to capture each frame for the GIF but the output is very laggy and crashes …

javascript html canvas three.js gif
How to convert image to table

I have an image of a table (in my case .gif) and want to extract the table it was (ideally, .…

image type-conversion gif ods
ArrayIndexOutOfBoundsException: 4096 while reading gif file

I am able to read png file. But getting ArrayIndexOutOfBoundsException: 4096 while reading gif file. byte[] fileData = imageFile.getFileData(); ByteArrayInputStream byteArrayInputStream = …

java gif javax.imageio
How to properly detect a PHAsset's file type (GIF)

I have no idea why this is so difficult. I'm trying to determine the file type of a PHAsset, specifically, …

ios objective-c gif photos phasset