Code Monkey home page Code Monkey logo

medicalimageformatconvert's Introduction

This project converts medical image format from kfb to more universal formats like tiff.
kfb format is provided by http://www.kfbio.cn 

1,
ConsoleApplication1.exe "image.kfb" image num
parameter1: absolute file path or relative file path
parameter2: output filename, if num is 2, then the filenames are separately: image0.jpeg, image1.jpeg, image2.jpeg
parameter3: num is the number of partition, from 1 on, horizontally.

2,
convert +append image*.jpeg image.jpeg
parameter:+append means combining images horizontally

3,
convert image.jpeg -define tiff:tile-geometry=256x256 -compress LZW "ptif:image.tif"
parameter:image.jpeg is input image, LZW is compress algorithm,image.tif is output image

FAQs:
1, warned that some dll files are missed
install visual studio

2, SHException
the value of "num" in your command is too small

3, where to download convert tool
https://www.imagemagick.org/script/index.php

medicalimageformatconvert's People

Contributors

tianoak avatar

Watchers

James Cloos avatar panhongfa 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.