Skip to content
  • brugger's avatar
    · 666ba057
    brugger authored
    I changed the maximum size that an image could be save at to 16384 by
    16384 unconditionally so that we were not unnecessarily constraining
    the user. There is no way to set this properly since the test occurs
    in the viewer and the limit really comes from the engine, which may
    have a different size if running client/server. The right thing to
    do is remove the current test and replace it with a runtime check
    in the engine. This resolves #1078.
    
    
    
    git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@18341 18c085ea-50e0-402c-830e-de6fd14e8384
    666ba057