Skip to content

Releases: cliveontoast/GoMoPho

v3.6 - PRs from the community

24 Sep 14:58
3d392b3
Compare
Choose a tag to compare

Fixed #18 #23

Windows users, download https://github.com/cliveontoast/GoMoPho/releases/download/v3.6/GoMoPho.Windows.3.6.zip

You can double click GoMoPhoConsole

A command line argument s can be passed to process the folder c:\temp\New Folder and split the jpeg into two files, a jpg and mp4 and copy them to c:\temp\Processed

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

A command line argument with a g 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.3.0.zip && cd ./GoMoPho && source grant_perms.sh

v3.5 - PRs from the community

24 Sep 14:12
3634c54
Compare
Choose a tag to compare

Fixed #18 #23

Windows users, download https://github.com/cliveontoast/GoMoPho/releases/download/v3.5/GoMoPho.Windows.3.5.zip

You can double click GoMoPhoConsole

A command line argument s can be passed to process the folder c:\temp\New Folder and split the jpeg into two files, a jpg and mp4 and copy them to c:\temp\Processed

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

A command line argument with a g 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.3.0.zip && cd ./GoMoPho && source grant_perms.sh

v3.4 - PRs from the community

24 Sep 13:44
4d890f4
Compare
Choose a tag to compare

Fixed #18 #23

Windows users, download https://github.com/cliveontoast/GoMoPho/releases/download/v3.4/GoMoPho.Windows.3.4.zip

You can double click GoMoPhoConsole

A command line argument s can be passed to process the folder c:\temp\New Folder and split the jpeg into two files, a jpg and mp4 and copy them to c:\temp\Processed

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

A command line argument with a g 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.3.0.zip && cd ./GoMoPho && source grant_perms.sh

v3.3 - Support PXL*.MP.jpg

21 Jun 14:23
Compare
Choose a tag to compare

Fixed #14 #19

Windows users, download https://github.com/cliveontoast/GoMoPho/releases/download/v3.3/GoMoPho.Windows.3.3.zip

You can double click GoMoPhoConsole

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.3.0.zip && cd ./GoMoPho && source grant_perms.sh

v3.1 - File times match date of photo

18 Oct 06:32
ba84fab
Compare
Choose a tag to compare

Fixed #13

Windows users, download https://github.com/cliveontoast/GoMoPho/releases/download/v3.1/GoMoPho.Windows.3.1.zip

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.3.0.zip && cd ./GoMoPho && source grant_perms.sh

v3.0.0 - dot net 3.1 support

17 Oct 06:51
763d808
Compare
Choose a tag to compare

Fixed #9, #15

Windows users, download https://github.com/cliveontoast/GoMoPho/releases/download/v3.0/GoMoPho.Windows.3.0.zip

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.3.0.zip && cd ./GoMoPho && source grant_perms.sh

v2.1.0 - headless

09 Jan 14:33
Compare
Choose a tag to compare

Fixed #11

Windows users, download https://github.com/cliveontoast/GoMoPho/releases/download/v2.1.0/GoMoPho.Windows.2.1.0.zip

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

v2.0.4 - build bug fix for Windows

03 Sep 11:55
Compare
Choose a tag to compare

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

v2.0.3 - gif bug fixes

02 Sep 13:21
Compare
Choose a tag to compare

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

v2.0.2 Gif export, and exporting jpg+mp4 support

01 Sep 11:39
Compare
Choose a tag to compare

Fixed two issues: 1) didn't honour the search pattern argument. 2) didn't writing the full original jpeg.

#6 is featured, now 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"

#3 is featured, now 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