Images being resized in book file in FM10

I'm using TCS3, FM10 in Windows XP.
When we generate books all of our images are being resized to 72 dpi.  Most of them are 150dpi in the source files.  What is causing this?

I think there's something amiss with your structure application. Try using the default app to see if things work properly.
When you insert an image and set the DPI, do the image/@width and @height attributes get set? This is what controls the image size. I haven't tested image resizing for a book from a map in default FM10-DITA (it works great with DITA-FMx) .. how are you generating the book?
...scott

Similar Messages

  • How do I stop images in sequence from being resized by QT

    After editing photos and saving them to a file, I've opened them as an image sequence in QT only to find that some of the images have been resized to fit the QT window causing image distortion. I've looked for a setting in QT to maintain image ratio but no luck. Am I missing something? I've resized all of the images so that either the height or the width are the same. Why aren't the images being displayed in QT with a border if they don't fit the window rather than forcing the fit?

    An image sequence import must start with identically sized files or the import will be based on the first image dimensions.
    If your first image is 640X480 and the next image is 800X600 it will be scaled down to 640X480 at import. You also can't mix portrait and landscape images.
    You could use software like Graphic Converter to "batch" export your images to the same scale.
    Another method would be to use iPhoto (drag your folder of images to a new album). It can make nice slide show movies and it will "center" smaller images and scale others.

  • I want to take an image that's from my files, no cropped and be able to set up action(s) where I can drop that image behind an 8x10 frame overlay, then the same with a 5x7 frame overlay, then the same image behind a memory mate overlay that's an 8x10 size

    So is there a way to do this using the images right from the camera, where I don't have to crop three different sized images and drag them into the overlays?  I can set up an action for each, but cropping the same image 3x is a pain in the ***..!

    There are.  I did not write you need to learn scripting and write your own scripts.  As I wrote most Photoshop will never write a script.  However I would write every Photoshop user will at times use a Photoshop script to do some automated process for them. 
    I wrote the it would be very hard to do what you want to do would a straight Photoshop action.  Actions on their own can not use logic.  An action would need to to it by brute force.
    However in Photoshop CC Adobe added conditional action support.  With this support it is now possible to create a group of actions to process some conditions.  Like you can separate Landscape from portraits have an Action for processing  landscape images and an other for processing portrait images.
    Size is still hard to deal with for you can have landscape's the are extremely wide to landscapes that are square and portraits the are extremely narrow to those that are almost square.
    Image the extreme aspect ratio will not fill a 8:10 or 5:7  area it resized to 10 and 7 and creating crops the have 8"10 and 5:7 will have images compositions where most of your image content has been discarded.
    Camera images do not have extreme aspect ratio the usually have  3:2 or 4:3 aspect ratios there are exceptions.  When you have print made the are 5x7 and 8x10 by printers  the prints you receive from the printers are center crops from your image files.
    It is very easy to make center crops if aree images have the same aspect ratio and orientation to begin with.  Now with CC you can have seperate actions to the two orientations.
    A general solution would need handle arbitrary aspect ratios the resulting center crop may well not have a satisfactory image composition for source image with extreme aspect ratios.
    Photoshop ship with several scripts users use all the time to process their image.  You may have used some yourself. Do any of these sound familiar to you. Conditional Mode Change, ContactSheetII, Delete All Empty Layers, Export Layers To Files, ExportColorLookupTables,  Fit Image, Flatten All Layer Effects, Flatten All Masks, generate, Image Processor, Layer Comps To Files, Layer Comps To PDF, Lens Correct, Load DICOM, Load Files into Stack, Merge To HDR, Photomerge, Script Events Manager and Statistics.
    My action package as I wrote contains more the a dozen script I wrote to be used in actions to add logic into the actions.
    It would also be extremely easy to create a Photo Collage Template PSD that contains a background layer that has your two frames the 8x10 and 5x7 and also have two alpha channels to map the locations of the images.  That can be batch populated with my script  BatchPicturePackage.
    Photo Collage Toolkit
    Photoshop scripting is powerful and I believe this package demonstrates this A video showing a 5 image collage PSD template  being populates with images:
    The package includes four simple rules to follow when making Photo Collage Template PSD files so they will be compatible with my Photoshop scripts.
    Size the photo collage templates for the print size you want - width, height and print DPI resolution.
    Photo collage templates must have a Photoshop background layer. The contents of this layer can be anything.
    Photo collage templates must have alpha channels named "Image 1", "Image 2", ... "Image n".
    Photo collage templates layers above the background layers must provide transparent areas to let the images that will be placed below them show through.
    There are twelve scripts in this package they provide the following functions:
    TestCollageTemplate.jsx - Used to test a Photo Collage Template while you are making it with Photoshop.
    CollageTemplateBuilder.jsx - Can build Templates compatible with this toolkit's scripts.
    LayerToAlphaChan.jsx - Used to convert a Prototype Image Layer stack into a template document.
    InteractivePopulateCollage.jsx - Used to interactively populate Any Photo Collage template. Offers most user control inserting pictures and text.
    ReplaceCollageImage.jsx - use to replace a populated collage image Smart Object layer with an other image correctly resized and positioned.
    ChangeTextSize.jsx - This script can be used to change Image stamps text size when the size used by the populating did not work well.
    PopulateCollageTemplate.jsx - Used to Automatically populate a Photo Collage template and leave the populated copy open in Photoshop.
    BatchOneImageCollage.jsx - Used to Automatically Batch Populate Collage templates that only have one image inserted. The Collage or Image may be stamped with text.
    BatchMultiImageCollage.jsx - Used to Automatically Batch Populate Any Photo Collage template with images in a source image folder. Easier to use than the interactive script. Saved collages can be tweaked.
    BatchPicturePackage.jsx - Used to Automatically Batch Populate Any Photo Collage template with an image in a source image folder
    PasteImageRoll.jsx - Paste Images into a document to be print on roll paper.
    PCTpreferences.jsx - Edit This File to Customize Collage Populating scripts default setting and add your own Layer styles.
    Documentation and Examples

  • Image select, resize and locally store (flex3 air example)

    Hi there,
    After a few days of struggling with images, resize functions
    and file dialog boxes I created a nice example application that
    shows how you can select an image, resize it and save the resized
    image in the application storing directory.
    I hope you can profit from it.
    Greets, jacob
    example code for flex 3 air.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.graphics.codec.PNGEncoder;
    public var imageFile:File;
    public var fileresultimage:Object;
    public var fileresultlabel:Object;
    // File.applicationStorageDirectory gets you to the local
    storage dir
    //On Windows, this is the "projectname" directory
    //(for example, C:\Documents and Settings\application
    data\projectname).
    // On Mac OS, it is /Users/userName/Documents.
    public var docsDir:File = File.applicationStorageDirectory;
    public function
    imageFileDialog(image:Object,label:Object):void
    fileresultimage=image;
    fileresultlabel=label;
    var imagesFilter:FileFilter =
    new FileFilter("Foto (*.jpg, *.gif, *.png)",
    "*.jpg;*.gif;*.png");
    if(imageFile==null)
    imageFile = new File();
    imageFile.addEventListener(Event.SELECT, imageSelected);
    imageFile.browseForOpen("Select an Image",[imagesFilter]);
    // if there is a file selected
    public function imageSelected(event:Event):void
    var newFile:File = event.target as File;
    //if there is a file object on the screen
    if(fileresultimage!=null)
    fileresultimage.source=imageFile.url;
    //if there is a label object on the screen
    if(fileresultlabel!=null)
    fileresultlabel.text=imageFile.url;
    if (newFile.exists==true)
    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE,
    handleImageComplete);
    loader.load(new URLRequest(imageFile.url));
    // when load of the selected image is complete we save a
    smaller version of it.
    public function handleImageComplete(event:Event):void
    var loader:Loader = Loader(event.target.loader);
    // width and heigt of selected image
    var originalimgwidth:Number=event.target.width;
    var originalimgheight:Number=event.target.height;
    //put original image into bitmapdata
    var bitmapje:BitmapData;
    bitmapje=new BitmapData(originalimgwidth, originalimgheight,
    true, 0x00000000);
    //bitmapje.draw(loaderInfo.loader.content,null,null,null,null,true);//null
    object reference
    bitmapje.draw(loader.content,null,null,null,null,true);
    // call the resize function and give the original
    image,maxx,and maxy with it.
    var thumb:BitmapData=resizeimage(bitmapje,150,150);
    var newimagefile:File=new File();
    // T = Thumbnail
    // 1 = next id in the db
    // for now we use a random number
    var random:Number= Math.random();
    random = Math.ceil(random*100);// to get a positive number
    var filenameForSave:String="T"+random; //new filename;
    newimagefile=docsDir.resolvePath("Thumbs/" + filenameForSave
    + ".png"); //image path
    var stream:FileStream = new FileStream; // create new
    filestream
    stream.open(newimagefile, FileMode.WRITE); // open
    filestream
    var data:ByteArray = encodeToPng(thumb); // convert
    bitmapdata to a png bytearry
    stream.writeBytes(data, 0, data.length); // writing the
    image
    stream.close();
    // show the saved thumb
    savedthumb.source=newimagefile.nativePath;
    bitmapje=null;
    thumb=null;
    // resize function
    private function
    resizeimage(image:BitmapData,maxx:Number,maxy:Number):BitmapData
    var bmp:BitmapData =image;
    var true_width:Number = bmp.width;
    var true_height:Number = bmp.height;
    var resize:Boolean=false;
    if (true_width>maxx) resize=true;
    if (true_height>maxy) resize=true;
    if (resize==true)
    var width:Number=maxx;
    var height:Number = (width / true_width) * true_height;
    true_width=width;
    true_height=height;
    if (true_height>maxy)
    height=maxy;
    width = (height/true_height)*true_width;
    else
    width=true_width;
    height=true_height;
    else
    width=true_width;
    height=true_height;
    //new calculated width and heigt relative to the given maxx
    and maxy.
    width=Math.ceil(width);
    height=Math.ceil(height);
    //create a new image object with the calculated widht and
    height for the smaller image
    var mysmallimage:Image=new Image();
    mysmallimage.width=width;
    mysmallimage.height=height;
    //new matrix for smaller image
    var m : Matrix = new Matrix() ;
    //scale the matrix to the correct sizes.
    m.scale( mysmallimage.width / bmp.width, mysmallimage.height
    / bmp.height ) ;
    //draw the image into the image object
    mysmallimage.graphics.beginBitmapFill( bmp, m, false, true )
    mysmallimage.graphics.drawRect( 0, 0, mysmallimage.width,
    mysmallimage.height ) ;
    mysmallimage.graphics.endFill();
    //put the smaller image into bitmapdata so it can be
    returned.
    var littlebitmapdata:BitmapData=new
    BitmapData(mysmallimage.width,mysmallimage.height,true,0x00000000);
    littlebitmapdata.draw(mysmallimage);
    // set the temporary small image to null so the GC can
    remove it from the memmory.
    mysmallimage=null;
    bmp=null;
    //returning the small image.
    return littlebitmapdata;
    // encoder to png
    private function encodeToPng(bmd:BitmapData):ByteArray
    var png:PNGEncoder= new PNGEncoder();
    return png.encode(bmd);
    ]]>
    </mx:Script>
    <!--<mx:Image id="tempimage" x="404" y="36"
    complete="temploadcomplete()"/>-->
    <mx:Image id="myimg" x="10" y="55" width="314"
    height="227" verticalAlign="middle" horizontalAlign="center"/>
    <mx:TextInput id="imageurl" x="53" y="303" width="160"
    maxWidth="160"/>
    <mx:Button x="221" y="303" label="Bladeren"
    click="imageFileDialog(myimg,imageurl)"/>
    <mx:Image x="346" y="55" id="savedthumb"/>
    <mx:Text x="23" y="0" text="Original image with limit
    width and height to show it on the screen." height="47"
    width="177"/>
    <mx:Text x="346" y="0" text="Local stored thumbnail"/>
    </mx:WindowedApplication>
    To bad the attach code button still isn't fixed :(

    Hi there,
    Will you be able to provide the backend script for saving the
    file data?Will you be able to provide the backend script for saving
    the file data?
    This example is created for a desktop application. Saving the
    file is included in this example, it saves in the application
    storage directory.
    // File.applicationStorageDirectory gets you to the local
    storage dir
    //On Windows, this is the "projectname" directory
    //(for example, C:\Documents and Settings\application
    data\projectname).
    // On Mac OS, it is /Users/userName/Documents.
    If you attempt to use certain functionality in a website, you
    need other functionality for storing the image on the server. There
    are lots of examples on that one.. Perhaps i need it in the future.
    If i do i will post an example on the forum.
    Also, may I post your link to other forums, so that others may
    benefit?
    Sure you may post the example on other websites and forums.
    I found it difficult to find nice examples, so the more the
    better ;)
    Just put underneath the example something like:
    Created By: Jacob Hingst From Holland
    No copyright attached, so free for your use.

  • Loss transparency in an animated GIF image when resizing

    Hi Friends,
    I have to write a program to resize GIF, JPEG , and PNG images. I wrote and it works but when i resize a GIF file it loses its transparency and give a black color for transparent area.
    I used a GifDecoder found at www.fmsware.com/stuff/GifDecoder.java
    and a gif encoder found at jmge.net/java/gifenc/Gif89a090b.zip.
    i don't know where the problem is .
    i have some small problems in here.
    How can i preserve the transparency of GIF image?
    How can i set a transparent color in Graphic2D object? smtimes it may help me. or error may be in the encoder.
    Help me guys.
    Thanks and regards,
    Manjula

    Java comes with gif encoder/decoders.
    Gifs are indexed images. This means that, for example, each pixel is an 8 bit value that is used to look up the correct 24 bit value in the index table. Gifs handle transparency by allowing one particular pixel value to be nominated as transparent.
    If you just rescale the image then you will likely cause pixels with the magic "transparent" value to change their value and become normal pixels. Alternately pixels that are not transparent may have their values changed such that they are transparent.
    Possibly the easyist solution to to force the image into a full RGBA image. Scale this then perform post processing on the image. I.e convert it back into an indexed image, looking at the values of the alpha channel (prior to making it indexed and if they are high enough then modify the corresponding pixel in the indexed image to have the magic transparent value. Then use Metadata passed to your Image writer to indicate which value is transparent.
    matfud

  • Footer image not resizing in printed documentation

    RH11
    Does anyone know why an image inserted into a footer master page is not automatically resizing to the width of the printed page when applied to a print layout and output to Word? If you insert an image into the body of a topic or a master page and generate printed documentation, the image automatically resizes.
    I'm trying to insert a high-res footer image (300 dpi) into my footer so that it appears on every page, but at the moment it's being embedded at full-size.
    Thanks
    Jonathan

    Firstly, your better off using liststyles than paragraph list styles, I screwed around a long time before I had to set everything to liststyles rather than paragraph ones. So dont worry about that.
    The first issue, of not seeing the style - it is there, if you open the Styles tab on screen (click in a topic to get the cursor, then Format > Styles), not just the dropdown like youve shown youll see a list of all your styles, almost, it will show paragraph styles, click the drop-down and select All available styles, this will display your list styles as well!
    Im not sure about the style settings, I have the same text setting applied in my list style as I use for my 'normal' text. Though I think you can select the text in a list and apply a paragraph style to it....i just tried and it worked, but to be on the safe side you might want to set the text formatting in the list style css too..
    mine looks like this
    li.NumberList {
        font-family: Helvetica, sans-serif;
        font-size: 10pt;
        color: #524C45;
        list-style: decimal;
        margin-bottom: 6pt;
        margin-top: 6pt;
    As for printed formats not indenting lists, this is an issue. So far I have found no way around it because you cannot map a  list styles in RH to a list style in Word. This has also created errors for line spacing and indents - and  I found the indents are severly messed up when using list styles in snippets. Everytime I create printed documentation I have to manually fix it, a pain but it doesnt take too long....you could use macros etc to speed it all up for you.
    Submit a Wish Form.
    Hope it helps.
    Nick

  • A book file in InDesign CS3 (.indb) - Mac and PC - crashing issue

    Several months ago, I posted that when I indexed a 300-page book with lots of chapter, generating the index crashed InDesign. This happened initially on a PC running Windows XP home. When I took the book to a Macintosh, it happened also.
    One thing I had done, and I don't know if this makes a difference, is changed words that already had index tags attached to them.
    It has been several months since I've tried this - I've been waiting until this book was completely written before trying again. 
    Since this happened, I've also tried to synchronize styles and that also crashed InDesign. Before the index 'broke', both generating the index and synchronizing styles worked like perfectly - amazing functions of InDesign and makes working with a book much easier.
    Now the book is ready. I stripped all of the index codes from the entire book using search and replace, and then the first time I tried to open the Index window, it crashed again.
    When it recovered, there was a message that 5 of my 24 documents in this book may be damaged.
    So I tried opening the indb file, opening the Indexing window, THEN opening the book files and it crashed. I was able to get the error message this time: An exception unkown software exception (0xc000000d) ocurred in the application at location 0x78138aa0. Click OK to terminate the program.
    When InDesign came back up, I closed the Index window and was able to open all of the book's files with no problem.
    My questions are:
    1 - Is there any way to find out where/how those files are damaged?
    2 - Does anyone know what may cause an Index generation or style synchronization to crash InDesign - and then not fix the problem?
    3 - Could this be something other than the index, and how do I figure out what it might be?
    This book is now 374 pages in 24 documents, and I don't think there is a way to go backwards in the InDesign process at this point.
    I'm not sure how clear I'm being with all of this, but the book is to go to the printer Monday and I can't index it.
    I'd appreciate any help I can get.
    Thanks so much,
    Marcy

    Just to add to Eugene's recommendation. Q2ID is worth every last dime of the $200 it cost.
    I just upgraded to the latest version when I received 25 Quark files to convert for an iPad app. Even for early Quark files that InDesign can open, it does a better job.
    BTW, it's also worth noting here that Adobe cannot legally have InDesign open anything later than Quark 4.x files due to the encryption used in Quark 5 and later files. Quark is too dependent on Markzware for XTensions to go after them.
    Bob

  • InDesign "Save As" dialog box for every operation in INDB book file; updating page numbers, etc.

    So I haven't used INDB files in awhile in InDesign, and today was the first time I attempted to adjust an old INDB (created originally with CS5).  For every operation of adjusting the book file, such as updating page/section number or adding/removing an INDD file I get a Save As dialog box for each constiuent INDD file.  This is quite annoying since the book has lots of INDDs, and I have to click through the tedious save as with each.  I previously worked with INDBs in CS5, and never encountered this, there was no need to save each INDD in the book just to update the page numbers.  I tried creating a new INDB in CS5.5 thinking that maybe it was because I was working from a file created with an older version of InDesign.  Does anyone know if there is a way to suppress the Save As dialog?  Another thing I noticed that is supremely frustrating is that this new build of InDesign doesn't default to saving the file in its original location, and I have unwittingly ended up saving files in other places, only to later realize it.  I am using InDesign CS5.5 Ver. 7.5.2 on Mac OSX 10.7.3  Any help is greatly appreciated. 

    It will only happen once (and frankly, what you are doing is a very bad idea).
    When you open the old book in CS5, you are converting to the new format. All of the legacy files also need to be converted, even if added to a new book in CS5.5, hence the Save As since ID will not overwrite the old versions until you tell it to (and that's the bad idea). I strongly recommend (though it's too late for any books you've already updated and overwritten) that you either continue to edit in the old version, or that you take the time to open each file in the original version if it's older than CS5, then export to interchange format (.inx or .idml, depending on version), open those files in CS5.5, save with new names so you don't overwrite anything, then add to a new book and proceed.
    One of the reasons I recommend this seemingly time-consuming approach is that there are too many reports (another one yesterday) of some sort of problem that pops up late in the editing cycle when converting legacy files to CS5/5.5 by opening them directly and saving. This is a belt and suspenders insurance approach, and is far less labor intensive than starting over, which might end up being your other option down the road if something goes wrong.

  • How does I resize a pdf file page using Acrobat Pro?

    In Acrobat Pro, how can one resize a pdf file page (21.38'' x 26.75'') into one measuring 6'' x 9'', to be submitted as the trim size? Is there a feature that allows this to be done? How does one set all print options from the Application print dialog box to enable one to adjust the dimensions of any customized file page?

    I want to scale the 21.4'' by 26.8'' content down to one that can be fitted inside a 6'' by 9'' book.
    I have this pdf that was created from the InkFlow app, and I'm using Acrobat Pro to merge three files into one (about 300MB), which I needed to submit to Amazon's CreateSpace, but they needed the trim size of 6'' by 9'', while the pdf is 21.4''' by 26.8'', and I can't amend the source file size of the InkFlow files.
    I tried fiddling with the Crop and Print options, but I'm unable to resize the pdf to match the trim size. The problem on my side isn't so much on printing but to resize the pdf file page to 6'' by 9'' to satisfy Amazon's requirement for their trim size. Could this be done with Acrobat Pro? The message that appears is: Full print options of Acrobat Pro, set all print options from the Application print dialog box. Thank for the help.

  • Indesign Crashing with .indb Book file

    Hi,
    I'm having an issue with using the Book pallette crashing InDesign every time I try to edit it.
    I've found many people having crashing issues on Mac OSX and with exporting to PDF but can't seem to find an instance of crashes due to Book files.
    Basically every time I try to delete, move, add a page to the Book (.indb file), InDesign will pop up a dialogue "Updating page an section numbers" and update the docs within the Book. This works as it should until I add one of my Chapters (largest chapter at: 26, 884 KB). It then proceeds to crash after trying to udate the book every time I try to edit it.
    I'm wondering if there is a Book size restriction or a Chapter size restriction, as the only real difference this chapter has is size. All the Chapters together equate 108, 450 KB, which I would have thought InDesign could handle, which makes me doubt that file size is the issue.
    The whole Book is only 98 pages.

    I used the Remove minor corruption by exportingon my other .indd docs and it reduced the file size dramatically in some cases. The reason being, I was saving chapters from a single consolidated document (53,136 KB), by copying the document then deleting pages. While the file size was reduced each time it must have retained unessessary information when deleting pages. I assume the solution mentioned must clear whatever unused cache is in the document, resulting in the file size shrinking.
    Example:
    Largest chapter at: 26, 884 KB was reduced to 16,888 KB
    2nd largest chapter at 25, 356 KB was reduced to 2,988 KB

  • Automatic page numbering not working in book files

    Hi. Using CS3, I have successfully created a book in the past, where the dialog box of the book file shows consecutive page numbers for each file.
    e.g file 1 1-4 (indicating 4 pages, starting on page 1)
    file 2 5-22 (indicating 18 pages, starting on page 5) etc.
    Files automatically renumber if I insert pages, etc.
    This next book I am creating has two problems:
    1. the book file dialog box shows
    file a 1-4 (indicating 4 pages, starting on page 1)
    file b 1-6 (indicates 6 pages - STARTS ON PAGE 5 AS IS IS SUPPOSED TO, in some cases - see problem 2).
    I've followed the protocol below:
    For the first document, I select "start page numbering at" and enter "1". For the rest of the files, I select the automatic page numbering radio button.
    Why won't the dialog box reflect, for file b, pages being 5-11 as it is supposed to? This will get very confusing as the document gets larger.
    2. I created a document by resaving an initial file as a new file in order to create additional documents, keeping the same master but changing content. Even with the automatic page numbering radio button selected, some of these files start on the wrong page (e.g. 5 when the file is supposed to start on 12), after I select Update Page and Section numbers from the book dialog drop-down. I can't figure out what may forcing an override of this page numbering and am looking for a pointer in the right direction...thank you,
    Erin

    I am having the same exact problem as Erin. The page numbers don't even get updated correctly on the documents within the book.
    I'm using InDesign CS3 5.0.3 on Win XP.
    For the first document in the book, "Start Page Numbering at:" is set to "1." "Chapter Number:" is set to 1.
    For the second and third+ documents in the book, "Automatic Page Numbering" is selected, as is "Continue from Previous Document in the Book."
    In the Book panel, all documents show page "1-x". When I open the second and third+ documents, the page numbers all start at page 2.
    Any ideas? Please tell me this is a documented bug because it's driving me crazy.
    Thanks.

  • Can I sort the images used in a book's browser by the # of times used?

    I'm also producing a DVDSP slideshow of the event's (selected) photos not included in the book.
    Q2: Can I sort the images used in a book's browser by the # of times used?
    That way I don't have to search thru hundreds of photos. When used in a book, each photo gets a badge showing the # of times used. Can this badge be used in a sort?
    Or must I apply a keyword to the used (or unused) photos?
    Thanks.

    But if the file has been embedded, the file name is lost.

  • Why are my attachment images being embedded as distorted thumbnails in the body of the text in Mac Mail?

    Why are my attachment images being embedded as distorted thumbnails in the body of the text in Mac Mail? How can I attach image files as normal attachments?

    Attachments – Disable Embedded Attachments

  • Obsolete Address Book Files

    I was poking around inside the address book files in user/library and I think that there have been some changes to the file structures that leave some old files as obsolete. Some of the ones I have date to 2001.
    I created a new user and didn't find any files for address book so I opened Address Book and it created these files. I can assume that these are current, all in users/<user>/Library/Applications Support/AddressBook
    ABPerson.skIndexInverted
    ABSubscribedPerson.skIndexInverted
    AddressBook.data
    AddressBook.data.previous
    and a folder called Images with a single file (which is the the Apple logo)
    DAB81935-712C-4BA2-A70B-59AA7725FD8F
    In my regular account I have these files PLUS
    ABPerson.index (dated in Oct 03)
    ABPerson.skIndex (dated in Apr 05)
    AddressBook.data.beforesave (dated in May 05)
    AddressBook.data.previous (dated 3 days ago, probably current)
    Further at the ~/Library level I have
    Address Book Plug-Ins (folder, empty)
    Addresses (folder, with stuff dated '02 and earlier)
    I assume that this old stuff is obsolete but I couldn't find anything about it on the Knowledge Base.
    - gws

    eventually all the obsolete files were identified and deleted

  • Relink book file

    Hi scripters
    Here I am updating book file.contents from one folder to another folder. Below is my code I used to update the book file. While I am executing this script It's processing for sometime and finally closes the Indesign application.
    var new_folder = Folder.selectDialog("Please select a folder");
    bb = app.books[0].bookContents;
    for (i = 0; i < bb.length; i++)
    chname= File(bb[i].fullName).name;
    mynewfile = File(new_folder + "/" + chname);
    if (mynewfile.exists) {
    bb[i].replace (File (mynewfile));
    The error shown below
    Adobe InDesign
    Adobe InDesign is shutting down. A serious error was detected. Please restart InDesign to recover work in any unsaved InDesign documents.
    OK
    Please advice me where I am mistaken?
    thanks in advance
    regards
    a r u l
    vpublish.net

    Hallo Ebrebc,
    Thanks for your reply but that is not exactly what I mean.
    What I mean is if you can relink your images in several Indesign-files at the same time?
    I have made a book-file of 50 separate Indesign-files in which I have to relink all images.
    Now I have to open each file to relink the images, but is there a way you can do that with several Indesign-files?
    Thanks!

Maybe you are looking for

  • How to run IE8 on windows 7 professional that already have IE10 ?

    Dear all, I am using windows 7 professional and it already have Internet explorer 10  , but i want internet explorer 8 .>>....>> how to make it possible?  Please give some valuable suggestion. Regards, Vinay Yadav

  • How to set the size for the content pane?

    * Login.java * Created on 15 March 2004, 17:17 import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.sql.*; * @author Mindwalker public class Login extends javax.swing.JFrame implements ActionListener {      private JFrame con

  • Open another itunes account on same computer

    First i set up another user account on the same mac and then have my own separate itunes.  Then after transfering my song library to the new account, will the songs that i purchase from that point on be automatically placed in both libraries on diffe

  • G505s Recovery Windows 8.1, destroys recovery partition

    Microsoft state After you install Windows 8.1, you won't be able to use the recovery partition on your PC to go back to your previous version of Windows. How do I make a recovery media, disk or USB for my G505S  ??

  • Bug fix request: aspect ratio filtering

    When I upgraded from LR 2 to LR 3 I imported the old catalog as Jeff Schewe described in the LL video tutorial. Now I cannot filter the images from this catalog by aspect ratio. At first I thought this problem was only confined to smart collections,