LibTIFF.jl

Clang.jl generated wrapper around Libtiff_jll.jl (by mkitti)

LibTIFF.jl Alternatives

Similar projects and alternatives to LibTIFF.jl

  1. astropy

    27 LibTIFF.jl VS astropy

    Astronomy and astrophysics core library

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Flux.jl

    Relax! Flux is the ML library that doesn't make you tensor

  4. Torch.jl

    Sensible extensions for exposing torch in Julia.

  5. Clang.jl

    C binding generator and Julia interface to libclang

  6. threads

    Threads for Lua and LuaJIT. Transparent exchange of data between threads is allowed thanks to torch serialization. (by torch)

  7. Lux.jl

    Elegant and Performant Scientific Machine Learning in Julia

  8. Tidier.jl

    Meta-package for data analysis in Julia, modeled after the R tidyverse.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. erfa

    Essential Routines for Fundamental Astronomy. Maintainers: @eteq @mhvk @sergiopasra

  11. PyCallChainRules.jl

    Differentiate python calls from Julia

  12. Transformers.jl

    Julia Implementation of Transformer models

  13. Oceananigans.jl

    🌊 Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs

  14. oorb

    3 LibTIFF.jl VS oorb

    An open-source orbit-computation package for Solar System objects.

  15. assist

    1 LibTIFF.jl VS assist

    ASSIST is a software package for ephemeris-quality integrations of test particles. (by matthewholman)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better LibTIFF.jl alternative or higher similarity.

LibTIFF.jl discussion

Log in or Post with

LibTIFF.jl reviews and mentions

Posts with mentions or reviews of LibTIFF.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-27.
  • Julia 1.10 Released
    15 projects | news.ycombinator.com | 27 Dec 2023
    Are there solid C interfaces that can be used?

    A large part of why I started using Julia is because calling into other languages through the C FFI is pretty easy and efficient. Most of the wrappers are a single line. If there is not existing driver support, I would pass the C headers through Clang.jl, which automatically wraps the C API in a C header.

    https://github.com/JuliaInterop/Clang.jl

    I most recently did this with libtiff. Here is the Clang.jl code to generate the bindings. It's less than 30 lines of sterotypical code.

    https://github.com/mkitti/LibTIFF.jl/tree/main/gen

    The generated bindings with a few tweaks is here:

    https://github.com/mkitti/LibTIFF.jl/blob/main/src/LibTIFF.j...

Stats

Basic LibTIFF.jl repo stats
1
0
6.5
over 1 year ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Julia is
the 44th most popular programming language
based on number of references?