Help decide whether to use vector/bitmap when you use createjs to export to html5

I am using the createjs exporter to create one, click on html5 and explore the application. I am trying to get information on whether to use bitmap or vector for my components I see General information that bitmap create vector and additional memory is CPU intensive (especially on mobile), but I would like to have a deeper understanding so I can make better decisions.  I also see support in the shade and maybe some layer of mixture - and I'm curious to know how performance and impacts.  This project will essentially be a background image with different sprites animating several frames on the screen. Are there cases where I should use for my background image vector - or is this a death sentence for mobile devices? Are there any circumstances where his prefeable to use the vector in my animations?  What is worse on mobile performance - a vector full screen background or a sprite small vector storyboarding?

I am ready to start this project (which is intended to display in PC and mobile as html5), but I'm trying to decide if its wise to make all of this vector, or just convert everything to bitmap.

Did someone either give me advice or have existing discussions or documentation you can refer me to?

Thank you.

the only way to know if the addition of a function (as shadow) will ruin your app is to try it.

There is probably no instance where a background image of vector occur so a bitmap image.  but, the bitmap memory requirements must not exceed available memory, and to call something an image background means, the background image is always in the background and its representation in the form of bitmap does not change frequently.

because it's so much easier to use with flash vectors, you would usually create an app for the most part vectorized (using the cacheAsBitmap and cacheAsBitmapMatrix everywhere, it is useful, but being aware of the limited memory, you can use) and test performance frequently during development.  If the performance is sufficient, you're good.

If performance is unacceptable, you will need to check you're exceeds the available memory and the loss of cacheAsBitmap, and if you put much strain of the processor using manipulation of vector.

Tags: Adobe Animate

Similar Questions

  • Need help to try to "include vector data" when you save an EPS? Anyone?

    Although I've done several times before, I just can't understand why the checkbox "include vector data" is grayed out.  I work in CMYK mode - I placed my business as a smart object as usual - logo and none of my layers have applied effects.  Scratching my head right now.  It is a format large poster so I will certainly need to fix this somehow.  Any guidance would be greatly appreciated.

    You must have a layer with a vector mask applied to the function is displayed.

  • BlackBerry Smartphones Newbie needs information to decide whether to use BBM

    When using BBM surveys, each conversation will appear on your cell phone bill as it does when sending text messages, make calls, send e-mails, etc. ? Specifically, will the list project each phone contact BBM number, time of contact and the duration of conversation? I have five phones on my account, with the use of teenage text heavy on three lines. My cell phone bill can be hundreds of pages long already, so using surveys BBM will add to the madness? I already spent to paperless billing, but because there are so many pages, it can take a long time to go through each page online.

    In a Word, how to use BBM will appear on the phone bill? I use AT & T.

    Thanks for your help.

    BBMessenger uses data.

    It will not appear on your Bill as a line item. It is part of the BlackBerry unlimited data Plan.

  • Help... Difference of image when you place images

    To whenever place a image in dreamweaver cs6 I get this white space... http://paulwilson209.com/testerhats/index4.html ... This also happens win usig divs. What am I missing?

    Nancy,

    When you use a HTML5 DOCTYPE, you must solve the picture of W3C reference

    Riddle:

    IMG {}

    vertical-align: bottom;

    }

    --

    Al Sparber - PVII

    http://www.Projectseven.com

    The finest Menus Dreamweaver | Galleries | Widgets

    Since 1998

  • Need help to stop my Zoom to change when you use the integrated mouse

    I would like to know if anyone has a solution to my zoom change randomly when I use the built-in mouse. Is it possible to block the zoom so it does not change.

    Control the Touchpad settings in Control Panel.  My ASUS Netbook has a 'two fingers' feature that performs the zoom in things like IE and Word and it's pretty easy to operate inadvertently (another feature is two-finger scrolling, which I use frequently).  If your touchpad driver has such a feature, you may need off "awareness", it or turn it off.  Most modern/current notebook computer touchpad drivers have these characteristics, and many are turned on in different, often easy to do unintentionally, average.

    HAL
    --
    HAL Hostetler, TCE
    Engineer senior/UPDATED--MS MVP-Print/Imaging - WA7BGX
    www.kvoa.com - KVOA television, Tucson, AZ.
    Live Hot Licks - www.badnewsbluesband.com
  • Vectors converted when you drag in the CC library

    Hi guys,.

    When I make a vector illustration and drag it to my CC library and then FRY it in illustrator is no longer a vector file (editable).

    But if I do the same in Indesign, there is a vector file which I want also for Illustrator.

    Can anyone help with this option.

    alsigno,

    CtrlAltDrag/CmdOptionDrag back to preserve vector illustrations.

  • Need help, of a text field automatically updated when you select menu drop-down.

    I have difficulties to do something not work for me. First off the coast, I'm a newbie at the APEX and I am teaching with APEX 4.0. I am developing a project management application for my Department. On my page, I have a list drop-down project number and the project name text field. I want the name of project to be completed when I select the project number in the drop down box text. someone knows how to do this?

    OK, you will need to use an alias for the display value and the return value as you can see in my code, this is still once using your code:

    select PROJ_NUM||'--'||PROJ_NAME d, PROJ_NUM return_value
    from PROJ_TASKS
    order by 1
    

    -I just added the alias d because you already have an alias of the value returned

  • The call for a process when you click the link export v4.1.1.00.23

    Version 4.1.1.00.23

    Hello

    I have 6 Classic reports on the page.

    Each report has link active Export.

    I need to insert the set of results that is questioned about the report in a table. Each report is independent of each other.

    Each report has its own table to insert the result set in.

    My thought was to call a process Page when a user has clicked on the link export, but the process is not known. I put: apex_application.g_print_success_message: = 'Insert '; in the process of the Page to tell if the process was called. I think that the process is not called because the page is not sent when the user clicks on the link to the export. It is purely a guess.

    What I tried:

    Working with just the first report, I created a page element hidden in the region of the report and created a calculation before heading for the region ID.

    SELECT region_id
    FROM   apex_application_page_regions
    WHERE  application_id = :APP_ID AND
           page_id = :APP_PAGE_ID AND
           region_name = 'My First Report Region'
    

    Then on the wording of the link for the link export in the attributes report I put:

    < a href = "f? "p = & APP_ID.:124: & SESSION.: FLOW_EXCEL_OUTPUT_R & P124_ESSCSD_REGION_ID._en - us" > Export CSV - my first data reports < /a >

    The Condition, that I used in the process of the Page is:

    Point process: submit now - after calculations and Validations

    PL/SQL -: REQUEST = FLOW_EXCEL_OUTPUT_R & P124_ESSCSD_REGION_ID._en - us

    of course, that didn't work so I tried it - "FLOW_EXCEL_OUTPUT_R" | & P124_ESSCSD_REGION_ID. | "_en - us

    and I tried it - "FLOW_EXCEL_OUTPUT_R" | : P124_ESSCSD_REGION_ID | "_en - us

    None of which worked.

    SO, can someone help me with a solution called a process to insert the data in the report, when the Export link is called?

    What information can I I provide/clarify?

    Thank you

    Joe

    Knew that I had seen cela somewhere... Try to watch this blog of Martin D: D'Souza Giffy Martin on Oracle APEX: APEX report download recorder

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • A beep sound when you use the Tablet after closing lid

    Hello

    I'm having a problem that drives me crazy!  When I cover my laptop closed for awhile in its docking station, or on the battery, when I opened the lid and start using the key pad, the device beeps loud and a bunch of random windows pop up on the screen.  The only way I can fix it is to force the closing down and then restart.  This cannot be good.

    Any help is appreciated!

    Pat Immel

    HP Elitebook 8730w running Widows 7 64-bit, 8 GB of ram

    Hey mocheesehead,.

    I'm sorry that you use in this issue do beep. I would suggest trying a hard reset as the first, fastest and least invasive stage. This can sometimes fix strange problems because it drains all the electricity unit.

    Steps to a Hard Reset

    Shutdown

    The laptop out of the dock and disconnect all connected devices

    Remove the battery and power cord

    Hold the Power button for 10 seconds

    Replace the battery and power cord in

    Return-turn on the laptop and test to see if the problem has been resolved.

    If you still experience the problem, I also suggest to download the latest version of the BIOS F.20 and the latest Synaptics driver version 15.0.24.

    I hope this helps! Let me know the results when you get a chance please

  • How can I determine whether to use a structure of event or case?

    I'm starting a major project and need a state machine. I can't decide whether to use a case or event structure. Y at - it an article or any other information that describes the selection criteria between the two approaches?

    Thank you

    Chuck

    Normally a state machine is implemented with a box structure. It is possible to apply it with a structure of the event, but it's not the way I would go. I think that the two items that you really want to read are:

    Application Design Patterns: Producer/consumer

    Application Design Patterns: State Machines

  • error code 0 x 80070017 data error cyclic redundancy when you save

    I get error code 0 x 80070017 data error cyclic redundancy when you save. Publication solutions (error checking - automatically fix files) have not worked. Help!

    Hello

    1. When you save the backup?

    2A it worked fine earlier?

    This error occurs if the hard disk has errors on this subject.

    I suggest that you run a check disk on drive c and then try the backup.

    You can help solve some computer problems and improve the performance of your computer by making sure that your hard disk has no errors.

    a. open the computer by clicking the Start button, click computer.

    b. click the hard disk you want to check, and then click Properties.

    c. click on the Tools tab and then, under error-checking, click check now. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    To automatically repair problems with files and folders that detects the scanning, select automatically fix file system errors. Otherwise, the disk check will simply report a problem, but not to fix them.

    To perform a full disk check, select search and attempt to recover bad sectors. This scan is trying to find and repair physical errors on the hard drive itself, and it may take much longer to complete.

    To check for errors file and the physical errors, select both automatically fix file system errors and Scan for and attempt recovery of bad sectors.

    d. click Start.

    Depending on the size of your hard disk, this may take several minutes. For best results, do not use your computer for any other tasks while it checks errors.


    Check your hard drive for errors

    http://Windows.Microsoft.com/en-us/Windows-Vista/check-your-hard-disk-for-errors


    Back up and restore: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-and-restore-frequently-asked-questions


    Important:
    when running chkdsk on the drive hard if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data may be lost.

  • "Windows host process (Rundll32) has stopped working"-when you try to uninstall/remove programs

    Only, I get this error when I try to uninstall/delete an application from my PC. Running Sfc/scannow and it found nothing wrong. Quick scans of Malwarebytes and MS Essentials is no malicious files, running a full scan of Malwarebytes.
    Please help, I need to uninstall something!
    ---------------------------------------------------------------------
    Windows host process (Rundll32) has stopped working
    Signature of the problem:
    Problem event name: APPCRASH
    Application name: RunDll32.EXE
    Application version: 6.1.7600.16385
    Application timestamp: 4a5bc637
    Fault Module name: StackHash_9629
    Fault Module Version: 6.1.7601.17725
    Timestamp of Module error: 4ec49b8f
    Exception code: c0000374
    Exception offset: 000ce6c3
    OS version: 6.1.7601.2.1.0.768.3
    Locale ID: 2057
    Information additional 1:9629
    More information 2: 9629b7be96a6d05c3ae74dcb4df31847
    Information additional 3:2716
    Additional information 4: 271690c76c60b0182163ae26acc5f429
    Read our privacy statement online:
    http://go.Microsoft.com/fwlink/?LinkId=104288&clcid=0x0409
    If the online privacy statement is not available, please read our offline privacy statement:
    C:\Windows\system32\en-US\erofflps.txt

    Hello

    Method 1:

    I suggest to set up the computer in a clean boot state, then try to uninstall the software.

    How to troubleshoot a problem by performing a clean boot in Windows Vista and Windows 7
    http://support.Microsoft.com/kb/929135

    Note: After the boot minimum troubleshooting step, follow the "How to reset the computer to start as usual after a clean boot troubleshooting" section in the link provided to return the computer to a Normal startup mode.

    Method 2:
    If the problem persists, I suggest you try the procedure described in the article and see if it helps.

    How to solve problems when you install or uninstall programs on a Windows computer
    http://support.Microsoft.com/kb/2438651

    Hope this information helps. Answer the post with an up-to-date issue report to help you further.

  • Error 0 x 80070003 system cannot find path specified when you try to open the music folder

    Original title: error 0 x 80070003

    Opening of office music folder and clicking new folder, a new folder window appears and indicates "error 0 x 80070003...» the system cannot find the path specified. »

    What should I do to make a new folder?

    Thank you

    Newby0

    Hello

    Thanks for posting this question in the Microsoft Community.

    I'll certainly try and help you get the problem solved. Please provide us with some answers for a better understanding of the issue.

    1. Since when are you facing the issue?

    2 are logged as administrator?

    3. where's the music folder?  Located internal or an external storage device?

    4. do you have an anti-virus installed on the computer program?

    5. are you aware of any recent software or the hardware in the computer changes?

    You try to open the file as administrator. Right-click on the file and select run as administrator.

    You can also try to launch an online scan and check if that helps.

    Microsoft safety scanner

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    You can also start the computer in safe mode and check if the problem persists. If the problem persists, you can start the computer in a clean boot state, and check if all third-party software may cause the problem. Clean boot helps eliminate software conflicts.

    Note: when you are finished troubleshooting, follow step 3, mentioned in the article to start the computer to a normal startup.

    Hope this helps and provide us more information if you need more assistance. We will be happy to help.

  • Lines of white brush model customized when you use raster/bitmap image

    Hello

    When to use a PNG image of raster/bitmap for a custom model brush, that I have the chance to see white lines when I use this brush on a stroke, whereas if I use a vector image (illustrator) for a model brush I don't see all the white lines.

    For example, I had two brushes model, perfect each containing a black rectangle of 256px X 256px. One is one PNG image which shows the white lines, the other a vector image (illustrator) who doesn't show white lines.

    illustrator-problem.png

    How can I get rid of these white lines when you use an image as a brush model raster?

    It is probably the result when an image is interpolated for the corners.

    If you create a separate rounded image for the corners and use it to a rectangle, there is no need of distortion and the result would go well (within the limits of a bitmap into a vector application model).

  • can you help to reset the iPhone 6 +? used of the year and the month. Now, when you update, it asks activation and I can't remember anything! Arouca and verification is in stock

    can you help to reset the iPhone 6 +? used of the year and the month. Now, when you update, it asks activation and I can't remember anything! Arouca and verification is in stock

    To activate you need your Apple ID and password. If you forgot their date on https://iforgot.apple.com.

Maybe you are looking for