Is the project abandoned?
Thank you :)
Cursor (.cur) & Animated Cursor (.ani) support in the GIF Viewer?
Not yet! Been kinda busy lately and haven't been able to pick this up, but this is definitely something I'll hopefully be working on for the next release. Luiz Em qui, 23 23e ago 23e 2018 às 1:16, elf3elf3@users.sourceforge.net escreveu: So this got implemented? Is there an update? Thank you :) [bugs:#8] Transparency Checkerboard for Transparent GIFs Status: accepted Group: v1.8 Created: Sun May 06, 2018 05:00 AM UTC by elf3 Last Updated: Thu Jun 14, 2018 11:53 PM UTC Owner: Luiz Fernando Would be...
So this got implemented? Is there an update? Thank you :)
Making something that should have been public, public.
Transparency Checkerboard for Transparent GIFs
This is how GIPHY does if for transparent gifs: https://giphy.com/stickers/cutie-9ukPOCS9EOEta
Transparency Checkerboard for Transparent GIFs
OK. I'll check that out :)
Simplifications here and there, and preparing to allow multi-threaded TableBasedImageData decoding on frames.
Allowing concurrent decoding of LZW data from frames
Renaming Colour -> Color because my typos are driving me crazy now
Cleaning up regions from GifComponents classes and collapsing all properties into auto-properties
Removing all Writing operations on GifComponent since we're not using them, and making some preparations to handle multi-threaded frame-independent decoding.
Extending support for independent frame detection by allowing optional reading of pixel data to search for transparent pixels
Smaller easy optimizations
Other small improvement in TableBasedImageData constructor
Simplifying Color Table and moving some hot code around in TableBasedImageData to try and reduce some overhead
Other micro optimizations on FastBitmap and general cleanups
Typing improvements and cleanup
Adding support for running on command line w/ '--extract' to achieve the same frame-extracting functionality as the frame extract UI window
Replacing managed arrays and Stack<byte> on TableBasedImageData to stackallocs (-2s off of TestDecodeFrames, from 20s to 18s)
GIF Viewer Prompt to Set as Default Program
Latest release should fix this; make sure to remove programs's default data under '%AppData%..\Local\Luiz Fernando\GIF Viewer' to reset settings and allow the program to request file association again.
Broken display with some gif files
Fix for this available in 1.7.0
App-independent error message from Windows Explorer
I'm pushing an update v1.7.0 that better addresses opening of .gif files when associated. Please verify within your registry (WinKey + R, type 'regedit' and hit enter in the prompt that appears), and delete the registry entry 'HKEY_CLASSES_ROOT.gif', head down to "%AppData%..\Local\Luiz Fernando\GIF Viewer", if the folder exists, it should contain the settings of the app. Delete this folder and it should ask again to associate during startup. I hope this fixes the issues with registry setup. If the...
Fixing file association strategy on app to associate under HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT
Minor code style updates
Fixed a bug with Gif images that used "deferred clear code", resulting in GIF frames that where incomplete and stopped rendering after a certain pixel index.
Bumping version number
C# 6 typing improvements and other non-functional changes
Thanks for the thorough report, and sorry for the delay- will look into what's going on.
App-independent error message from Windows Explorer
App-independent error message from Windows Explorer
Aware of this bug, seems to be a fault on the third party gif library I use, will...
Broken display with some gif files
Broken display with some gif files
GIF Viewer Prompt to Set as Default Program
gifviewer_1.6.6_bin.zip is not a ZIP file but a RAR file
gifviewer_1.6.6_bin.zip is not a ZIP file but a RAR file
Adding force move to foreground when opening gi...
. Moving TimelineControl.cs file
Optimizing GIF frame rendering process
Optimizing out the frame decoding process and a...
Modifying settings path location
Moving views to the Views folder
Adding option to disable multiple instances of ...
status: pending --> closed Fixed on release 1.6.1
Opening multiple animated GIFs at once
Modifying Settings class to not hold the .ini s...
Opening multiple animated GIFs at once
Oh it appears to be a bug. I'll note this down for an upcoming hotfix.
Opening multiple animated GIFs at once
Clearing up warnings through the project
Disabling signing
Removing duplicated FastBitmap class
Install the program, then deny write and modify access to the "%PROGRAMFILES(X86)%\GIF...
Please test with the new v1.6.0 and report back whether the error is still present....
Making the setter for GifFile.Loaded private
Disabling the maximize button on the settings form
System: Windows 7 x64 Same error. With version from the link: Error: Object reference...
System: Windows 7 x64 Same error. With version from the link: Error: Object reference...
Preparing code for a future optimization on the...
Optimizing frame image generation code
Unfolding loop from bitmap-from-array fast bitm...
Adding null check to avoid a crash on the gif d...
Undone loop unfolding on FastBitmap (turns out ...
Fixing another crash related to null pointers
Optimizing TableBasedImagedata's variable accesses
Removing code related to unused XML debugging f...
Fixing the last bugs with .gif animation drawin...