Code Monkey home page Code Monkey logo

imscript's People

Contributors

carlodef avatar dyoussef avatar gfacciol avatar mnhrdt avatar nilx avatar npd avatar rdguez-mariano avatar tbriand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

imscript's Issues

Errorin make file

When i am trying to use make command, it generates error for certain line. What should i do?

src/rpctk.c:79:13: error: array type has incomplete element type ‘struct rpc’
79 | struct rpc r[1];
| ^
src/rpctk.c: At top level:
src/rpctk.c:95:36: warning: ‘struct rpc’ declared inside parameter list will not be visible outside of this definition or declaration
95 | static double rpc_fitL_full(struct rpc *r, double *ijhll, int n)
| ^~~
src/rpctk.c: In function ‘rpc_fitL_full’:
src/rpctk.c:129:3: error: dereferencing pointer to incomplete type ‘struct rpc’
129 | r->scale[0] = (max_i - min_i) / 2;
| ^~
src/rpctk.c: In function ‘main_rpctk_fillL’:
src/rpctk.c:211:13: error: array type has incomplete element type ‘struct rpc’
211 | struct rpc r[1];
| ^
src/rpctk.c: In function ‘main_rpctk_fitL’:
src/rpctk.c:251:13: error: array type has incomplete element type ‘struct rpc’
251 | struct rpc r[1];
| ^

macOS build error

Hi
macOS Apple M1
make -j
src/iio.c:569:8: error: duplicate case value '8'
case sizeof(long double): return IIO_TYPE_LONGDOUBLE;
^
src/iio.c:568:8: note: previous case defined here
case sizeof(double): return IIO_TYPE_DOUBLE;
^
1 error generated.

Regards.

Help regarding bin folder generation

Can anyone please upload the bin folder generated after execution of make command. I am getting an error and i am not able to resolve that.
Thank you.

lrcar, tbcat output

Hi.
imscript compiled with jpeg, webp, png, tiff support, but outputs only for ppm, png, tiff.
lrcat file1.ppm file2.ppm -o combo.webp
lrcat file1.ppm file2.ppm -o combo.jpg(jpeg)

file combo.webp
combo.webp: NumPy data file, version 1.0 ...

Also: how to make output to stdout?

Thanks.

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.