Showing 133 open source projects for "animated gif viewer"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 1
    website-to-gif

    website-to-gif

    Turn your website into a GIF

    This Github Action automatically creates an animated GIF or WebP from a given web page to display on your project README (or anywhere else). In your GitHub repo, create a workflow file or extend an existing one. You have to also include a step to checkout and commit to the repo. You can use the following example gif.yml. Make sure to modify the url value and add any other input you want to use. WebP rendering will take a lot of time to benefit from lossless quality and file size optimization.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    android-gif-drawable

    android-gif-drawable

    Views and drawable for displaying animated GIFs on Android

    ... way is to use GifImageView (or GifImageButton) like a normal ImageView. If drawables declared by android:src and/or android:background are GIF files then they will be automatically recognized as GifDrawables and animated. If given drawable is not a GIF then mentioned Views work like plain ImageView and ImageButton. GifTextView allows you to use GIFs as compound drawables and background.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Aseprite

    Aseprite

    Animated sprite editor & pixel art tool

    Aseprite is a program to create animated sprites. Sprites are composed of layers & frames as separated concepts. Support for color profiles and different color modes: RGBA, Indexed (palettes up to 256 colors), Grayscale. Animation facilities, with real-time preview and onion skinning. Copy & paste. Drag & drop. Resize palette. Palette entries with alpha value. Select color harmonies. Create light and shadows with the shading ink. Create perfect strokes for pixel-art. Avoid extreme pixel...
    Downloads: 1,414 This Week
    Last Update:
    See Project
  • 4
    Pixelorama

    Pixelorama

    A free & open-source 2D sprite editor, made with the Godot Engine

    Pixelorama is a free and open-source pixel art editor, proudly created with the Godot Engine, by Orama Interactive. Whether you want to make animated pixel art, game graphics, tiles and any kind of pixel art you want, Pixelorama has you covered with its variety of tools and features. Free to use for everyone, forever. A variety of different tools to help you draw, with the ability to map a different tool in each left and right mouse buttons. Are you an animator? Pixelorama has its own animation...
    Downloads: 89 This Week
    Last Update:
    See Project
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 5
    Gifski

    Gifski

    Convert videos to high-quality GIFs on your Mac

    This is a macOS app for the gifski encoder, which converts videos to GIF animations using pngquant's fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GIFs that use thousands of colors per frame and up to 50 FPS (useful for showing off design work on Dribbble). You can also produce smaller lower quality GIFs when needed with the “Quality” slider, thanks to gifsicle. Gifski supports all the video formats that macOS supports (.mp4 or .mov with H264...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Waifu2x GUI

    Waifu2x GUI

    An app that upscales anime-styled images, gifs, and videos

    ... are ignored. By setting the scale factor to 4x, it will use the slower Anime4x model but this gives better results, so it is recommended to upscale images at 4x when using Real-ESRGAN. Apply effects such as speed or reverse (animated images/videos). Customize settings (noise, scale, mode, framerate, etc.). Upscale multiple images (or multiple frames of an animated image/video) concurrently. Change the upscaler (waifu2x or Real-ESRGAN Anime).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    SD WebImage

    SD WebImage

    Asynchronous image downloader with cache support

    This library provides an async image downloader with cache support. For convenience, we added categories for UI elements like UIImageView, UIButton, MKAnnotationView. SD is the prefix for Simple Design (which is the team name in Daily Motion company from the author Olivier Poitrey) Image formats supported by Apple system (JPEG, PNG, TIFF, BMP, ...), including GIF/APNG animated image. In order to keep SDWebImage focused and limited to the core features, but also allow extensibility and custom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Plash

    Plash

    Make any website your Mac desktop wallpaper

    Plash enables you to have a highly dynamic desktop wallpaper. You could display your favorite news site, Facebook feed, or a random beautiful scenery photo. The use cases are limitless. You could even set an animated GIF as wallpaper. You can even add multiple websites and easily switch between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    lolcommits

    lolcommits

    git-based selfies for software developers

    .... Thanks to the great open-source community, lolcommits now works on MacOSX, Linux, and even Windows. Configure lolcommits to generate an animated GIF with each commmit for extra lulz! Hack it to do what you wish. lolcommits is licensed under the LGPL-3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Better time tracking for projects, billing, and payroll Icon
    Better time tracking for projects, billing, and payroll

    Journyx makes it easy to gather accurate time and expense data so you can make smarter, more informed business decisions.

    This product is especially great for project managers, COOs, finance professionals, accountants, or payroll admins in any industry.
  • 10
    gganimate

    gganimate

    A Grammar of Animated Graphics

    gganimate extends the grammar of graphics as implemented by ggplot2 to include the description of animation. It does this by providing a range of new grammar classes that can be added to the plot object in order to customize how it should change with time. Here we take a simple boxplot of fuel consumption as a function of cylinders and let it transition between the number of gears available in the cars. As this is a discrete split (gear being best described as an ordered factor) we use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PINRemoteImage

    PINRemoteImage

    A thread safe, performant, feature rich image fetcher

    ... methods allow for synchronous access. However, it is optimized to call completions on the calling thread if an item is in its memory cache. PINRemoteImage supports downloading many types of files. It, of course, supports both PNGs and JPGs. It also supports decoding WebP images if Google's library is available. It even supports GIFs and Animated WebP via PINAnimatedImageView. PINRemoteImage also has two methods to improve the experience of downloading images on slow network connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FLAnimatedImage

    FLAnimatedImage

    Performant animated GIF engine for iOS

    FLAnimatedImage is a performant animated GIF engine for iOS. Plays multiple GIFs simultaneously with a playback speed comparable to desktop browsers. Honors variable frame delays. Behaves gracefully under memory pressure. Eliminates delays or blocking during the first playback loop. Interprets the frame delays of fast GIFs the same way modern browsers do. It's a well-tested component that powers all GIFs in Flipboard. FLAnimatedImage is a well-encapsulated drop-in component. Simply replace your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mrViewer

    mrViewer

    Flipbook, Image Viewer and Audio-Video Player

    This project is no longer active. It has been replaced by mrv2 at: www.sourceforge.net/p/mrv2 A video player, interactive image viewer, and flipbook for use in VFX, 3D computer graphics and professional illustration.
    Leader badge
    Downloads: 108 This Week
    Last Update:
    See Project
  • 14
    Jmol

    Jmol

    An interactive viewer for three-dimensional chemical structures.

    Over 1,000,000 page views per month. Jmol/JSmol is a molecular viewer for 3D chemical structures that runs in four independent modes: an HTML5-only web application utilizing jQuery, a Java applet, a stand-alone Java program (Jmol.jar), and a "headless" server-side component (JmolData.jar). Jmol can read many file types, including PDB, CIF, SDF, MOL, PyMOL PSE files, and Spartan files, as well as output from Gaussian, GAMESS, MOPAC, VASP, CRYSTAL, CASTEP, QuantumEspresso, VMD, and many other...
    Leader badge
    Downloads: 1,028 This Week
    Last Update:
    See Project
  • 15
    PMViewer is a Visualization tool for Astrophysical N-Body and Hydro Simulations. GADGET-2 data support.With/Without periodical boundary conditions.Snapshot of scene in PPM and GIF formats.Flying in 3D space. Active/Passive Stereo 3D support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ezthumb
    A video thumbnail generator based on FFMPEG.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 17

    PictureViewerConverter

    Picture Viewer "on the fly" and Converter

    Picture Viewer "on the fly" and Converter available on Desktop function, with options of modifications with context menu. You will also be able to move, zoom, rotate any kind of images in PCX, LBM, PNG, JPEG, JPEG2000, TGA, RAW 256 colors, BMP, TIFF, and GIF animated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Simple BPG Image viewer

    Simple BPG Image viewer

    This program allows you to view BPG Images in Windows,Linux and macOS.

    bpgviewer =========== This program allows you to view BPG Images in Windows,Linux and macOS (format description: http://bellard.org/bpg/).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    PicView

    PicView

    Fast, free and customizable image viewer for Windows 10 and 11.

    PicView is a fast, free and fully customizable image viewer for Windows 10 and 11. It supports a vast range of image file types, including WEBP, GIF, SVG, PNG, JXL, HEIC, PSD and many others. Additional features includes viewing EXIF metadata, image compression, batch resizing, viewing images within archives and comic books, image effects, image galleries, and more. Enjoy a clean, free, and fast experience with no bloated UI or annoying pop-ups. Available in portable and installable versions.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 20
    Bubble2

    Bubble2

    Android comic book reader/Image archive viewer. Simple yet comfy.

    Android comic book reader/Image archive viewer. Simple yet comfy. Open PDF, RAR, ZIP, 7Z, TAR files. Display BMP, JPG, GIF, PNG, WebP and JP2/J2K images. Based on Bubble v1.6.0 by Nazar Kanaev. Upgraded dependencies, enhancements as felt needed. This software is licensed under GNU General Public License v3.0 as stated on https://github.com/edeso/bubble2/blob/master/LICENSE.md . Sources and further information can be found on the project's website https://github.com/edeso/bubble2 .
    Downloads: 27 This Week
    Last Update:
    See Project
  • 21
    Pineapple Pictures

    Pineapple Pictures

    A homebrew image viewer.

    Pineapple Pictures is a lightweight image viewer that allows you view GIF, SVG, PSD, KRA, XCF, TGA, AVIF and some other frequently used image formats files quickly and easily, and also provide a Stay-on-Top window setting that allows you pin the window so you can use it to pin a reference image at the top and then you can work with other software like Zbrush.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 22

    simpleGifMaker

    A simple maximum 5 layers Gif maker. It uses XAMPP, PHP,JS,HTML,CSS

    It is make with HTML, CSS, PHP, JavaScript, Ajax and XAMPP server. This project uses the imagick library of PHP. The first goal is to create a minimally animated GIF with image movement, brightness and transparency changes. The HTML page handles the operation of PHP and displays the result of running the PHP code. (E.g. animated GIF.) Video tutorial: https://www.youtube.com/watch?v=o8hB_VCaVtc This part of the project is made under the GNU General Public License v3.0. Further...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    imageviewergtk

    Program for viewing the contents of picture catalogs

    The image viewer is a program for viewing the contents of picture catalogs. The simplest editing is possible: 90°, 180°, 270° rotations, vertical/horizontal reflections, zooming, with subsequent saving, you can also delete files. This is convenient to do for example, when selecting photos from a cell phone. Main features of the program: file viewing modes: 1:1 scale, fit to window size or any scale view all images in a folder as a list of resizable icons you can rotate 90°, 180°, 270° and flip...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    gdi_gif

    gdi_gif

    a gif player with fullscreen autoreverse loop speed prev next reduce

    gdi_gif chung is an animated gif image player with auto fullscreen autoreverse loop speed step and prev next file in folder using windows gdiplus written in open source freebasic Press "S" key to save frames in /media/frames/ folder . "R" key => reduce
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RecScreen to GIF command line

    RecScreen to GIF command line

    RecScreen record screen in live, convert to animated GIF file

    RecScreen is a firmware in memory which will be activate when CTRL+ALT+R is pressed . RecScreen record a screen selection and convert to animated GIF file, and create a GIF animated file, like slids movie.
    Downloads: 1 This Week
    Last Update:
    See Project