Coder Social home page Coder Social logo

pixi-tileset-loader's People

Contributors

icefox0801 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

dadur604

pixi-tileset-loader's Issues

Issue with imagemagick convert

I found that your solution dosen't work with imagemagic on windows. Maybe not only on it, but I tried different version 6.x, 7.x of IM

It throws errors like this

{ Error: Command failed: convert -define png:exclude-chunks=date -quality 0% -size 350x330 xc:none \( "C:\Users\User\AppData\Local\Temp\8b8aae53-4057-4814-ae47-7960e625c8f9\tileset-assets-button_blue.png"  \) -geometry +10+124 -composite \( "C:\Users\User\AppDa
ta\Local\Temp\8b8aae53-4057-4814-ae47-7960e625c8f9\tileset-assets-button_green.png"  \) -geometry +10+10 -composite \( "C:\Users\User\AppData\Local\Temp\8b8aae53-4057-4814-ae47-7960e625c8f9\tileset-assets-button_yellow.png"  \) -geometry +10+232 -composite "C:\
Users\User\AppData\Local\Temp\58669c2a-7c48-4212-a085-0d894a414cbf\tileset-assets.png"

convert: UnableToOpenBlob '\(': No such file or directory @ error/blob.c/OpenBlob/3485.
convert: NoDecodeDelegateForThisImageFormat `' @ error/constitute.c/ReadImage/556.
convert: UnableToOpenBlob '\)': No such file or directory @ error/blob.c/OpenBlob/3485.
convert: UnableToOpenBlob '\)': No such file or directory @ error/blob.c/OpenBlob/3485.
convert: NoDecodeDelegateForThisImageFormat `' @ error/constitute.c/ReadImage/556.

I think the problem is in the file spritesheetAsync.js, line 50:
return \( "${frame.path}" ${frame.rotated ? '-rotate 90' : ''} \) -geometry +${frame.x + ~~config.padding}+${frame.y + ~~config.padding} -composite;

if I change it to
return "${frame.path}" ${frame.rotated ? '-rotate 90' : ''} -geometry +${frame.x + ~~config.padding}+${frame.y + ~~config.padding} -composite;
It works

Can you please fix this. Or provide information about exact version of IM which recognize this syntax with \\( ... \\) in convert args

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.