Skip to content

v2.0.3 - gif bug fixes

Compare
Choose a tag to compare
@cliveontoast cliveontoast released this 02 Sep 13:21
· 15 commits to master since this release

Fixed #8

Windows users get to pick the source folder.

A command line argument can be passed to split the jpeg into two files, a jpg and mp4.

.\GoMoPhoConsole.exe d "c:\temp\New Folder" s "c:\temp\Processed"

A command line argument can be passed to create gif files

.\GoMoPhoConsole.exe d "c:\temp\New Folder" g

Both can be used together too, as well as attempting to process any *.jpg file

.\GoMoPhoConsole.exe d "c:\temp\New Folder" g s "c:\temp\Processed" p *.jpg

Running the zip release

Choose the zip file for your computer and unzip it to a new location. Native is compiled for the operating system, while CrossPlatform runs on all platforms via the dotnet runtime https://www.microsoft.com/net/download

  • Windows - GoMoPho.WindowsCore
  • GNU/Linux - GoMoPho.GNULinux
  • macOS - GoMoPho.macOS
  • Ubuntu - GoMoPho.Ubuntu
  • any operating system - choose GoMoPho.CrossPlatform if you have/download .NET Core

My windows build process does not support unix permissions. The native compiled GNU/Linux versions require unzipping and then applying execute permissions. The CrossPlatform version does not.
The following bash commandline will unzip and apply the execute permission to the GoMoPhoCoreConsole file

unzip -d ./GoMoPho GoMoPho.GNULinux.1.4-alpha.1.zip && cd ./GoMoPho && source grant_perms.sh