Save as SVG degrading the embedded raster images

I would like to know if the following issue is a bug:
I have a file that contains a background raster image (embedded JPEG) and few vector graphics objects drawn on top of it.
After I save this file as pure SVG (no AI information, so I don't check the Preserve Illustrator Editing Capabilities check box ), I notice a slight degradation of the raster image (for instance, the image border pixels look like being interpolated with the white background). If I save this SVG as an AI file (and no compression), and repeat the Save as SVG, the image degrades even more. So, with each iteration AI -> pure SVG -> AI, the background embedded raster image (JPEG) looks worse and worse.
I use AI CS3 13.0.2.
Thanks,
Matei

Matei, temp,
There is a wellknown issue of degrading JPEGs every time they are reinterpreted.
Therefore, JPEGs should always be kept and used unaltered, if possible.
And then there is the alignment issue:
>(for instance, the image border pixels look like being interpolated with the white background).
Have you made sure that the JPEGs are aligned with the pixels of the Artboard before saving?

Similar Messages

  • How to find out embedded raster image is Black&White or Color image?

    Is there any possibility to find out the embedded raster image is Black&White, Gray image (or) Color image in "illustrator cs3" without using color mode shown in "document info" pannel. Kindly advice me, the possibilities and solution. And also any scripts avilable for this?
    Thanks.

    Or you could select the embedded image, and open the Window>Document Info panel. Select Embedded Images from the fly out menu on the Document Info panel. This should give you the color mode and more info on the embedded file in question.

  • Illustrator CS5 - Save as SVG - Problems embedding fonts

    This is what is happening:
    1. I create a new illustrator document.
    2. I create a text-box in it, and write something. Like "test".
    3. I use the default font face (Myriad Pro) (Any other font will give the same result)
    4. I save as Svg.
    5. In "Fonts" I choose "SVG" and "All Glyphs" (Only Glyphs used gives same result) (SVG profile: SVG 1.1)
    6. Illustrator alerts "One or more of the fonts could not be embedded. Please check the output document and directory."
    7. It saves as SVG, but without embedding the fonts.
    And it does not embed the font. I've tried with different fonts, with same result. I've tried with several text boxes, with different fonts, with same result: No fonts are embedded.
    Any ideas about what might be going on here?

    My PDF files are showing the fonts being live no matter what Adobe preset setting I used. The only way to get the fonts embedded is to outline them first in illustrator. I attached a screen capture to prove that they are still live in the PDF file. This means if the recipient don't have these fonts, they will default to something else.

  • How to save FrameworkElement as very large raster image?

    I have to save my FrameworkElement as
    very large raster image. For now I use the RenderTargetBitmapclass
    and a BitmapEncoder,
    in this way:
    RenderTargetBitmap bmp = new RenderTargetBitmap(ElementWidth, ElementHeight,
         90, 96, PixelFormats.Default);
    bmp.Render(MyElement);  // OutOfMemoryException here
    PngBitmapEncoder encoder = new PngBitmapEncoder();
    encoder.Frames.Add(BitmapFrame.Create(bmp));
    using (var stream = File.Create(filePath))
    { encoder.Save(stream); }
    Where ElementWidth and ElementHeight are large numbers (about 10000x6000). But with this solution there's a OutOfMemoryException when i try to Render my
    element.
    There are other ways to do what I need (without causing an OutOfMemoryException)? Thanks.

    Following link may help you
    http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/c5e31d70-08d1-4402-8016-0a0b7af49b04/
    Gaurav Khanna | Microsoft VB.NET MVP

  • What raw raster image format in pdf ?

    hello,
    I understood  from "image xobject in pdf" question from bokhandbok that  an xobject image can be either a jpeg  or a raw raster  format.
    But to me,  raw is not a standardized format like DNG or tiff/ep are.
    so, where can i find a description of the raw raster image format of the pdf ?
    is it related to any existing norms like iso 12234-2, dng, etc.
    if not, where can i find a description of this format ?
    thanks a lot,
    denis

    No, an image expects raw bitmap data in the format defined by the PDF Reference.
    However, an image is stored as a stream, and a stream can have a filter applied. There are many possible filters and one is DCTDecode, which roughly corresponds to a "JPEG file".
    So, an image with JPEG file data and the DCTDecode filter can work.
    "Raw" is a convenient way to talk about "uncompressed image data" but you are right that it is not a standard. Fortunately, PDF is well standardised and precisely described in ISO 32000-1.

  • Export and save the raster image into tiff?

    How to export the selected raster(embedded) image in illustrator file(Illustrator File contain raster and vector part) and then save it as tiff|psd through script without changing the current resolution? Kindly advice me.

    How to export the selected raster(embedded) image in illustrator file(Illustrator File contain raster and vector part) and then save it as tiff|psd through script without changing the current resolution? Kindly advice me.

  • It seems like Illustrator may not consistantly be updating the embedded pdf file when we re-save..........

    It seems like Illustrator may not consistently be updating the embedded pdf file when re-saving, even if the embedded illustrator file does. We are seeing a number of issues which seem to suggest this is going on..... I have a file I might be able to share with adobe's developers to really look at this problem. In short this file does not have a client change when viewed in reader or output through Photoshop image processor to generate raster copies, yet when we open the file we see the client changes. I would expect this to be a huge issue..... I have told my team to perform a save-as from now on to avoid what I think is going on-it seems to work.....
    We are using Illustrator  CS5.5 (15.1.0)

    Post Author: fyz
    CA Forum: Exporting
    Hi,
    I think your pdf file is probably damaged. There is a tool called Advanced PDF Repair. I have used it to repair many corrupt PDF files successfully. Its homepage is http://www.datanumen.com/apdfr/  Maybe you can have a try.
    Alan

  • How to convert raster images like( PNG, JPG,GIF, BMP, TIFF etc) into SVG

    Hi Friends!
    With a hope that any Java Guru from SUN Forum can help me to solve my query, I'm posting my thread here.
    I have a project with feature to add image. My requirement is to convert any selected image file like (PNG,JPG,BMP,Tiff) into SVG Formate before adding it to Frame.
    I found one software from the link :
    http://delineate.sourceforge.net/
    Which covert raster to SVG.
    But I don't how can i use it runtime ?
    I want to convert during runtime process. like when user select option for to add Image then it call a procedure to add Image by converting any raster to svg & finally add to Frame.
    Your any help/suggestions wold be appreciated
    Regards
    Kirti

    There are basically two approaches:
    1. Embed the raster image in the SVG
    2. Vectorize the image
    1. Use Batik, or just write the XML yourself. Create some SVG files with embedded images, the syntax isn't to difficult. You could do it with a PrintWriter.
    2. Good luck to you. Writing a good vectorizer is
    - difficult
    - often pointless
    - though a great challenge if you're in to it
    The appllication you mention actually is only a front-end. it doesn't execute the vectorization itself. It uses Potrace and autotrace, which are native applications.

  • How to add image in virtual dir / i/ 11g when using the embedded gateway

    Hi,
    Does somebody knows how to 'simple' import a file or directory
    into the /images/ or /i/ directory created by APEX without tricks like in How I added a  new image to APEX in 11g when using the embedded gateway.
    when using Database 11g with the embedded gateway. with webdav of ftp.
    When I use the url http://localhost/images
    I need to logon.
    There is not 1 username/password that I can use. I tried all.
    When I try http://localhost/i/16admin.gif then the gif is shown.
    I must be something with ACL's or DBMS_EPG or maybe the default port 80 that I use?
    My configuration is
    Doing 11.1.0.6.0 checks
    ############# Status/Version #############
    XDB Status is: VALID at version 11.1.0.6.0
    ############# OTHER DATABASE FEATURES #############
    Oracle Application Express is VALID at version 3.1.2.00.02
    OWB is VALID at version 11.1.0.6.0
    Oracle Enterprise Manager is VALID at version 11.1.0.6.0
    Oracle Ultra Search is VALID at version 11.1.0.6.0
    OLAP Catalog is VALID at version 11.1.0.6.0
    Spatial is VALID at version 11.1.0.6.0
    Oracle Multimedia is VALID at version 11.1.0.6.0
    Oracle XML Database is VALID at version 11.1.0.6.0
    Oracle Text is VALID at version 11.1.0.6.0
    Oracle Expression Filter is VALID at version 11.1.0.6.0
    Oracle Rules Manager is VALID at version 11.1.0.6.0
    Oracle Workspace Manager is VALID at version 11.1.0.6.0
    Oracle Database Catalog Views is VALID at version 11.1.0.6.0
    Oracle Database Packages and Types is VALID at version 11.1.0.6.0
    JServer JAVA Virtual Machine is VALID at version 11.1.0.6.0
    Oracle XDK is VALID at version 11.1.0.6.0
    Oracle Database Java Packages is VALID at version 11.1.0.6.0
    OLAP Analytic Workspace is VALID at version 11.1.0.6.0
    Oracle OLAP API is VALID at version 11.1.0.6.0
    ############# XDBCONFIG INFORMATION #############
    acl-max-age= = = 15
    acl-cache-size= = = 32
    case-sensitive= = = true
    call-timeout= = = 6000
    max-link-queue= = = 65536
    max-session-use= = = 100
    persistent-sessions= = = false
    default-lock-timeout= = = 3600
    xdbcore-logfile-path= = = /sys/log/xdblog.xml
    xdbcore-log-level= = = 0
    resource-view-cache-size= = = 1048576
    extension= = = au
    mime-type= = = audio/basic
    extension= = = avi
    mime-type= = = video/x-msvideo
    extension= = = bin
    mime-type= = = application/octet-stream
    extension= = = bmp
    mime-type= = = image/bmp
    extension= = = css
    mime-type= = = text/css
    extension= = = doc
    mime-type= = = application/msword
    extension= = = eml
    mime-type= = = message/rfc822
    extension= = = gif
    mime-type= = = image/gif
    extension= = = htm
    mime-type= = = text/html
    extension= = = html
    mime-type= = = text/html
    extension= = = jpe
    mime-type= = = image/jpeg
    extension= = = jpeg
    mime-type= = = image/jpeg
    extension= = = jpg
    mime-type= = = image/jpeg
    extension= = = js
    mime-type= = = application/x-javascript
    extension= = = jsp
    mime-type= = = text/html
    extension= = = mid
    mime-type= = = audio/mid
    extension= = = mov
    mime-type= = = video/quicktime
    extension= = = movie
    mime-type= = = video/x-sgi-movie
    extension= = = mp3
    mime-type= = = audio/mpeg
    extension= = = mpe
    mime-type= = = video/mpg
    extension= = = mpeg
    mime-type= = = video/mpg
    extension= = = mpg
    mime-type= = = video/mpg
    extension= = = msa
    mime-type= = = application/x-msaccess
    extension= = = msw
    mime-type= = = application/x-msworks-wp
    extension= = = pcx
    mime-type= = = application/x-pc-paintbrush
    extension= = = pdf
    mime-type= = = application/pdf
    extension= = = png
    mime-type= = = image/png
    extension= = = ppt
    mime-type= = = application/vnd.ms-powerpoint
    extension= = = ps
    mime-type= = = application/postscript
    extension= = = qt
    mime-type= = = video/quicktime
    extension= = = ra
    mime-type= = = audio/x-realaudio
    extension= = = ram
    mime-type= = = audio/x-realaudio
    extension= = = rm
    mime-type= = = audio/x-realaudio
    extension= = = rtf
    mime-type= = = application/rtf
    extension= = = rv
    mime-type= = = video/x-realvideo
    extension= = = sgml
    mime-type= = = text/sgml
    extension= = = svg
    mime-type= = = image/svg+xml
    extension= = = tif
    mime-type= = = image/tiff
    extension= = = tiff
    mime-type= = = image/tiff
    extension= = = txt
    mime-type= = = text/plain
    extension= = = url
    mime-type= = = text/plain
    extension= = = vrml
    mime-type= = = x-world/x-vrml
    extension= = = wav
    mime-type= = = audio/wav
    extension= = = wpd
    mime-type= = = application/wordperfect5.1
    extension= = = xls
    mime-type= = = application/vnd.ms-excel
    extension= = = xml
    mime-type= = = text/xml
    extension= = = xsd
    mime-type= = = text/xml
    extension= = = xsl
    mime-type= = = text/xml
    extension= = = zip
    mime-type= = = application/x-zip-compressed
    extension= = = htc
    mime-type= = = text/x-component
    extension= = = xbl
    mime-type= = = text/xml
    extension= = = en
    lang= = = english
    extension= = = gzip
    encoding= = = zip file
    extension= = = tar
    encoding= = = tar file
    session-pool-size= = = 50
    session-timeout= = = 6000
    ftp-port= = = 0
    ftp-listener= = = local_listener
    ftp-protocol= = = tcp
    logfile-path= = = /sys/log/ftplog.xml
    log-level= = = 0
    session-timeout= = = 6000
    buffer-size= = = 8192
    http-port= = = 80
    http-listener= = = local_listener
    http-protocol= = = tcp
    max-http-headers= = = 64
    max-header-size= = = 16384
    max-request-body= = = 2000000000
    session-timeout= = = 6000
    server-name= = = XDB HTTP Server
    logfile-path= = = /sys/log/httplog.xml
    log-level= = = 0
    servlet-realm= = = Basic realm="XDB"
    welcome-file= = = index.html
    welcome-file= = = index.htm
    servlet-pattern= = = /Test
    servlet-name= = = TestServlet
    servlet-pattern= = = /oradb/*
    servlet-name= = = DBURIServlet
    servlet-pattern= = = /orarep/*
    servlet-name= = = ReportFmwkServlet
    servlet-pattern= = = /i/*
    servlet-name= = = PublishedContentServlet
    servlet-pattern= = = /apex/*
    servlet-name= = = APEX
    servlet-pattern= = = /images/*
    servlet-name= = = IMAGES
    servlet-name= = = TestServlet
    servlet-language= = = Java
    display-name= = = XDB Test Servlet
    description= = = A servlet to test the internals of the XDB Servlet API
    servlet-class= = = xdbtserv
    servlet-schema= = = xdb
    servlet-name= = = DBURIServlet
    servlet-language= = = C
    display-name= = = DBURI
    description= = = Servlet for accessing DBURIs
    role-name= = = authenticatedUser
    role-link= = = authenticatedUser
    servlet-name= = = ReportFmwkServlet
    servlet-language= = = C
    display-name= = = REPT
    description= = = Servlet for accessing reports
    role-name= = = authenticatedUser
    role-link= = = authenticatedUser
    servlet-name= = = PublishedContentServlet
    servlet-language= = = C
    display-name= = = Unauthenticated File Access Servlet
    description= = = Servlet for files for unauthenticated users
    param-name= = = RootFolder
    param-value= = = /images
    description= = = RootFolder
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    servlet-name= = = APEX
    servlet-language= = = PL/SQL
    display-name= = = APEX
    database-username= = = ANONYMOUS
    default-page= = = apex
    document-table-name= = = wwv_flow_file_objects$
    document-path= = = docs
    document-procedure= = = wwv_flow_file_mgr.process_download
    nls-language= = = american_america.al32utf8
    request-validation-function= = = wwv_flow_epg_include_modules.authorize
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    servlet-name= = = IMAGES
    servlet-language= = = PL/SQL
    display-name= = = IMAGES
    database-username= = = APS
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    allow-mechanism= = = basic
    nonce-timeout= = = 300
    xdbcore-xobmem-bound= = = 1024
    xdbcore-loadableunit-size= = = 16
    acl-evaluation-method= = = ace-order
    ############# XMLTYPE Tables #############
    XDB has 1 XMLTYPE TABLES stored as CLOB
    XDB has 24 XMLTYPE TABLES stored as OBJECT-RELATIONAL
    XDB has 11 XMLTYPE TABLES stored as BINARY
    ############# XMLTYPE Columns #############
    XDB has 3 XMLTYPE Columns stored as CLOB
    MDSYS has 24 XMLTYPE Columns stored as CLOB
    SYS has 1 XMLTYPE Columns stored as CLOB
    ORDSYS has 9 XMLTYPE Columns stored as CLOB
    ############# XMLTYPE Views #############
    ############# XMLTYPE INDEXES #############
    XDB has 1 XMLTYPE Indexes of type CSX
    ############# Items built with XML API's #############
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY MDSYS.SDO_WFS_PROCESS
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY FLOWS_030100.WWV_FLOW_DATALOAD_XML
    PACKAGE BODY MDSYS.SDO_OLS
    PACKAGE BODY FLOWS_030000.WWV_FLOW_DATALOAD_XML
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY XDB.DBMS_CSX_INT
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY XDB.DBMS_XDB
    PACKAGE BODY XDB.DBMS_XDBRESOURCE
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE XDB.DBMS_XSLPROCESSOR
    PACKAGE XDB.DBMS_XMLPARSER
    PACKAGE XDB.DBMS_XDBRESOURCE
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE BODY XDB.DBMS_XMLINDEX
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_XMLSCHEMA
    PACKAGE BODY XDB.DBMS_XMLSCHEMA
    PACKAGE BODY XDB.DBMS_XMLSCHEMA_INT
    PACKAGE BODY XDB.DBMS_XMLTRANSLATIONS
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_CSX_INT
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    ############# XML SCHEMAS #############
    MDSYS has 4 registered.
    EXFSYS has 2 registered.
    ORDSYS has 17 registered.
    XDB has 25 registered.
    SYS has 43 registered.
    ############# Repository Resources #############
    MDSYS has 9 resources.
    EXFSYS has 3 resources.
    ORDSYS has 20 resources.
    XDB has 28 resources.
    SYS has 12634 resources.
    ############# Network ACLs Configured #############
    mail.4aps.be has network acls configured for ports 25 through 25
    * has network acls configured for ports through
    * has network acls configured for ports through
    ############# DBMS_EPG DAD USAGE #############
    APEX
    IMAGES

    Hi Jules,
    You need a user with XDBADMIN rights to access the WebDav. Once you have access, you can open the URL as webfolder (in IE).
    Regards,
    Christian

  • Can't see the raster image in query model

    Hi,
    In RasterId model, I can see the raster image, the request XML is:
    <themes>
    <theme name="geor_theme" >
    <jdbc_georaster_query
    jdbc_srid="999999"
    datasource="scott"
    georaster_table="city_images"
    georaster_column="image"
    raster_id="1"
    raster_table="city_images_rdt"
    raster_pyramid="0"
    raster_bands="0,1,2"
    asis="false">
    </jdbc_georaster_query>
    </theme>
    </themes>
    But in query model, I can't see it, the request XML is :
    <themes>
    <theme name="geor_theme" >
    <jdbc_georaster_query
    georaster_table="city_images"
    georaster_column="image"
    raster_bands="0,1,2"
    jdbc_srid="999999"
    datasource="scott"
    asis="false"> select image from city_images where image_id=1
    </jdbc_georaster_query>
    </theme>
    </themes>
    Is there some attribute wrong?
    Thanks for your help
    a-Li

    Hi a-Li,
    to set the logging level to "finest" in MapViewer.
    1) Edit the configuration file mapViewerConfig.xml located in MapViewer's WEB-INF/conf directory. Uncomment the Logging Settings section and update the parameter log_level to finest.
        <logging log_level="finest" log_thread_name="false"
                 log_time="true">
           <log_output name="System.err" />
           <log_output name="../log/mapviewer.log" />
        </logging>2) Save the configuration file and restart MapViewer.
    3) Got to MapViewer's web admin page and add the data source to your data.
    4) Go to MapViewer's request web page and execute you request. You should see the log results in the console where you started OC4J (assuming you are using the standalone OC4J). Post the log.
    Joao

  • Save the stage as image at runtime in projector

    Hi, I m very new to Director. I m using Director MX 2004.
    There is a button and a flash file embedded in the director. Now,
    on clicking the button should open the "Save as" dilogue box and
    save the swf as image. Generally, the program should take the
    screenshot of the projector and should save it as image in the hard
    disk. This function should run in the PC and MAC both.
    This is very urgent. Any kind of help, guide .....all are
    welcome.
    Thanks
    Bharati
    [email protected]

    For a "Save" dialog you could use Buddy API's baGetFilename()
    <
    http://www.mods.com.au>
    To grab a snapshot of the stage, you can use:
    tMember = _movie.newMember(#bitmap)
    tMember.image = _movie.stage.image.duplicate()
    To export the bitmap member you can use the free SharpExport
    xtra:
    <
    http://www.sharp-software.com/products/index.htm#sharpexport>

  • Changing the base color of a raster image with a gradient.

    Hi,
    I have a small (8 pixel wide x 75 pixel high) raster (png) image that is I nice looking arangement or gradient of shades of green.  I have a sample website I created when reading DreamWeaver CC Classroom in a Book that repeats this image horizontally to create the backgroung for a navigation menu. 
    I would like to "recreate" this same effect for my own website but in shades of gray instead of shades of green.  Can anyone tell me what is the best way / tool in either Photoshop or Illustrator that would allow me to change this raster image so that each shade of green would be converted to a corresponding shade of gray, while preserving the same general effect / appearance that I am trying to re-create?  If you could point me towards a tutorial or explanation of how to do this, I'd really appreciate it.
    Thanks in advance,
    Paul

    One of the easiest ways is to just convert your color image to grayscale. 
    Image>Adjustments>Desaturate or shift-ctrl-u (windows) shift-cmd-u (mac)
    Image>Adjustments>Black and white This filter will allow you to preview while to change individual colors if needed to darken or brighten that shade. (This would be more noticeable with a multi color image)
    Image>Adjustments>Hue and Saturation or ctrl-u(windows) cmd-u(mac) This command will allow you to desaturate a color or alter its hue and or brightness. (This works good for changing the green to blue for example but will work for desaturating the green as well)
    Most of those are called destructive commands as they are permanent.
    Layer>New Adjustment Layer>Hue/Saturation
    Layer>New Adjustment Layer>Black and White
    Layer>New Adjustment Layer>Gradient Map
    These are all non-destructive layers in that you can go back any time and alter these setting assuming you save in a format that supports layers. Like psd or tiff.

  • Error in sharepoint 2010 designer while saving:"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see the results of the save? "

    Hi, 
    I am doing development  in sharepoint 2010 and facing this very weird problem.
    If I create a site page with the sharepoint look and feel for that site and try to save the site page,i am getting this error:**"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see
    the results of the save? "** and when i say reload,the server removes some parts of my page, e.g onclick event of html,asp buttons.
    This error just comes for any sharepoint site page,e.g i took a copy of 'How To Read Library' page just edited the text part of taht page,and when i try to save this error again comes up.
    However,if i create a simple aspx page with only htmltags like head body,then thr is no problem ,everything works great. But sharepoint look and feel pages are giving troubles while saving.
    has anybody seen this earlier,what could be the reason for this?
    Thanks

    I think the excerpt and link below is the why, but the page talks about server code and not javascript.  I guessing that this is why blank pages work, but not wiki pages.  Can anyone verify this?
    The following are general rules for using server-side code on a site page.
    If the page is uncustomized, server-side code is supported on the page.
    If the page is customized, server-side code does not run, and the page does not render. This includes the code-behind for the page itself.
    http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx

  • Why are some jpg images scrambled when they appear in my screen saver?   The same images look fine in Preview and Finder.  Some images appear scrambled in the screen saver 'preview' window and the actual screen saver. Other jpg images look fine.

    Why are some jpg images scrambled when they appear in my screen saver?   The same images look fine in Preview and Finder.  Some images appear scrambled in the screen saver 'preview' window and the actual screen saver. Other jpg images look fine.

    The desktop image is fine, taken from the exact same pool of jpg photos.  However, as soon as the slide show screen saver comes on, the images are scrambled.  What is it about the apple screen saver algorithm that scrambles the pics?

  • Script to check resolution of the embedded images in illustrator

    Hi All,
    Is there is any script available to check the resolution of the embedded image in the illustrator.
    Regards,
    Vinoth

    Hi Kenny,
    I posted the following file to the NI outgoinng ftp site-- you'll have to grab it in the next few days before it gets automatically wiped off. 
    ftp.ni.com/outgoing/CompanyName.zip
    Look for the "Using ResultsList Menus.doc" file in the main "CompanyName" folder, it will have installation instructions and step by step how-to-use information.  Also feel free to email me with questions at [email protected]
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

Maybe you are looking for

  • How can I keep my apps (several unauthorized) on my ipod and computer synced?

    Most of my apps were bought by an account I do not have access to anymore. I have a new Macbook. My old PC where I used to sync my iPod was authorized by this account. All these apps are in that PC and on my iPod. Obviously I cannot authorize my Macb

  • Mail 7.3 keeps crashing

    Hi all Running OS X, Mail 7.3.  Over the last say 3 months my mail keeps quitting unexpectedly.  It asks to send report to Apple and to re-open. This happens if I click on an already read email in my inbox, opening new mail received or even opening a

  • Problem about Communication with Bluetooth

    Hi all! I want to use a PC host to communicate with a mobile phone with Bluetooth technology. In details, the mobile phone wanting to know some informaiton about "news of today" firstly send a message to my PC, then my PC have to response with a repl

  • Oracle Objects and Domains in Java Server Pages

    We have defined this object in a Oracle 816 Enterprise: CREATE TYPE DESCRIPTOR AS OBJECT ( ID VARCHAR2(30), DESCRIPTOR VARCHAR2(80)) create TYPE descriptor_table AS VARRAY(30) of DESCRIPTOR create table foo_test (foo_test_id varchar2(10), descrip des

  • Not appearing in "Listeners Also Subscribed To"

    Until recently, my podcast appeared in the "Listeners also subscribed to" section of many similar podcasts. Now overnight it has disappeared from all of them. My podcast is doing well and I know listeners of those other podcasts didn't all suddenly s