Hi!
can any one tell me the file extension of items which are in sites like WeeWorld.com.
I want to create dummy and wear it dresses.When i click on a certain dress it must appear
in that dummy.
And also any idea of doing this.
thanks
Hi!
can any one tell me the file extension of items which are in sites like WeeWorld.com.
I want to create dummy and wear it dresses.When i click on a certain dress it must appear
in that dummy.
And also any idea of doing this.
thanks
@corrol — there is no single "file extension" for avatar parts on sites like WeeWorld. They can be individual image files (PNG/GIF/JPG), parts of a sprite sheet, server-generated images, or older binary objects (Flash/SWF). asked for clarification; the reliable way to know is to inspect the page with browser developer tools.
Steps to identify the asset type:
Content-Type (for example image/png). Even if the URL has no ".png" extension the header reveals the real type. <img> or a CSS background-image. A single background image used with different background-position values usually means a sprite sheet. Implementation notes: for learning purposes, the simplest method is layered transparent PNGs (base avatar + clothing layers) positioned absolutely inside a relatively positioned container. If the site uses sprites, switch background-position or draw the correct rectangle to a canvas. Respect copyright and the site terms; do not reuse proprietary art without permission. For DevTools guidance see Chrome DevTools Network (https://developer.chrome.com/docs/devtools/network/) and Firefox Network Monitor (https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor).
What?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.