GithubHelp home page GithubHelp logo

judemulandi / mergetiff Goto Github PK

View Code? Open in Web Editor NEW

This project forked from darkseal/mergetiff

0.0 0.0 0.0 360 KB

A lightweight .NET Core console program to merge multiple TIFF files into one.

Home Page: https://www.ryadel.com/en/portfolio/mergetiff/

License: GNU General Public License v3.0

C# 100.00%

mergetiff's Introduction

MergeTIFF

A lightweight .NET Core console program to merge multiple TIFF files into one.

Introduction

MergeTIFF is a lightweight .NET Core console application that merges multiple TIFF files (including multi-page ones) into a single multi-page TIFF file. The full source code, as well as the Windows and Linux executables, is released under GNU v3 license and fully available on GitHub.

The tool has been developed by Ryadel as an educational project within one of our ASP.NET Core and C# training courses and has been released to the public so that it could be used by anyone.

Usage

The tool can be used from the windows command line or the Linux terminal by specifying two parameters:

> MergeTIFF <sourceFolder> <targetFile>
  • <sourceFolder> : a folder containing the TIFF files to merge.
  • <targetFile> : the container TIFF file path.

Example:

> MergeTIFF C:\Temp\TIFF\ C:\Temp\MergeFile.tif

Frameworks and Dependencies

MergeTIFF has been developed using the following dependencies:

The WiX Toolset is only required if you plan to build the installer EXE for third-party release. If you don't know what WiX Toolset actually is, we strongly suggest reading this WiX Toolset review and usage guide.

Code References

The project strongly relies upon the MergeTiff helper class, which was released on ryadel.com a while ago: if you like to know more about how it actually works, we strongly suggest take a look at this post. In case you want to know more about GDI+ - the Windows managed graphics interfaces which we used to build the class - we also suggest to read this post.

Feedbacks

If you have questions, suggestions or any other feedback you would like to share with us, feel free to get in touch using our contact form or the GitHub project's issues page.

mergetiff's People

Contributors

darkseal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.