Jump to content

can't load image


L2L2L
 Share

Recommended Posts

Can't load any other png image but what I download with the example:

var stage = new PIXI.Stage(x08800ff);var renderer = PIXI.autoDetectRenderer(400,300);document.body.appendChild(renderer.view);var texture = PIXI.Texture.fromImage("image.png");var sprite = new PIXI.Sprite(texture);stage.addChild(sprite);renderer.render(stage);

 

The above is not my code, I just wrote it down to show I know the very basic of what two do. This works with the image I download with the source code, but not my png image. I'm creating my png with an svg editor, and export it as png.  

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...