gfic 1.0.555

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global gfic --version 1.0.555
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local gfic --version 1.0.555
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=gfic&version=1.0.555
nuke :add-package gfic --version 1.0.555

A .NET Core command line image processor that I started for no other reason than to learn F#.

The tool will scan the specified input folder for image files, resize the image by percentage if specified, apply the specified effect, and then save them to the specified output folder. The tool has multi-threading support where you can specify the maximum degree of parallelism but will by default only run on a single thread

Supported effects
  • grayscale
  • blackwhite
  • lomograph
  • kodachrome
  • oilpaint
  • box blur
  • gaussian blur
  • gaussian sharpen
  • glow
  • invert
  • pixelate
  • polaroid
  • sepia
  • vignette

Installation

The tool can be installed as a .NET Core global tool that you can call from the shell / command line

dotnet tool install --global gfic

or by following the instructions here to install a specific version of tool

Usage

USAGE: gfic [--help] [--effect <path>] [--input <path>] [--output <path>] [--threads <path>] [--resize <path>]

OPTIONS:

    --effect, -e <path>   Specify the image processing effect. Available effects are grayscale, blackwhite, lomograph, kodachrome, oilpaint, boxblur, gaussianblur,
                          gaussiansharpen, glow, invert, pixelate, polaroid, sepia, vignette, all
    --input, -i <path>    Specify a folder for source images
    --output, -o <path>   Specify the output folder.
    --threads, -m <path>  Specify the maximum degree of parallelism. Default is 1
    --resize, -r <path>   Resize the image by percentage
    --help                display this list of options.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.3 53,330 7/31/2023
1.1.2 266 7/22/2023
1.1.1 158 7/22/2023
1.0.8691 6,302 12/26/2021
1.0.8685 239 12/26/2021
1.0.7690 292 12/26/2021
1.0.4881 3,128 1/6/2021
1.0.4878 384 1/6/2021
1.0.4715 402 12/28/2020
1.0.623 1,856 6/12/2019
1.0.591 547 5/31/2019
1.0.573 553 5/27/2019
1.0.562 579 5/20/2019
1.0.558 560 5/19/2019
1.0.555 595 5/19/2019
1.0.553 578 5/18/2019
0.1.548 554 5/18/2019
0.1.547 558 5/18/2019
0.1.546 539 5/18/2019
0.0.1.2019051802 582 5/17/2019
0.0.1.2019051801 516 5/17/2019
0.0.1 594 5/17/2019