Are photoshop file format plug-ins supported by the InDesign SDK?

If not, is it possible to read new file formats into InDesign? Thanks,
Rob

I'm trying to import NITF image files. I already have a photoshop file format plugin that can read these images and was hoping that it could (somehow) be used to import images into InDesign as well. It appears as if this is definitely NOT possible.
My use case is that I'd like to read a NITF image into Photoshop. The images I deal with are typically single channel 16 bit images. I'd like to then use Photoshop to process the image (e.g., brighten certain parts of the histogram and/or crop the image). I'd then like an easy way to get the image into InDesign. My initial thought was to use a function that could just pass it over, but it appears as if that is not possible.
It looks like I'll either have to figure out if cutting/pasting is acceptable and, if not, save the image to disk and re-read it. Next I must find answers to these questions:
a) Does the InDesign's SDK API provide the ability add to the list of supported image types that can be imported?
b) Does InDesign's SDK API provide the ability to create new document save types?
c) Does it make any sense to use a 16 bit/channel image in InDesign? I notice that it can read a 16 bit tiff file, but there doesn't appear to be any photoshop like controls to adjust the visible dynamic range.
Thank you all for your help!
Rob

Similar Messages

  • Can Photoshop File Format Plug-ins be used by InDesign?

    If not, is there another way to get new image file support for importing images into InDesign? Thanks,
    Rob

    I'm trying to import NITF image files. I already have a photoshop file format plugin that can read these images and was hoping that it could (somehow) be used to import images into InDesign as well. It appears as if this is definitely NOT possible.
    My use case is that I'd like to read a NITF image into Photoshop. The images I deal with are typically single channel 16 bit images. I'd like to then use Photoshop to process the image (e.g., brighten certain parts of the histogram and/or crop the image). I'd then like an easy way to get the image into InDesign. My initial thought was to use a function that could just pass it over, but it appears as if that is not possible.
    It looks like I'll either have to figure out if cutting/pasting is acceptable and, if not, save the image to disk and re-read it. Next I must find answers to these questions:
    a) Does the InDesign's SDK API provide the ability add to the list of supported image types that can be imported?
    b) Does InDesign's SDK API provide the ability to create new document save types?
    c) Does it make any sense to use a 16 bit/channel image in InDesign? I notice that it can read a 16 bit tiff file, but there doesn't appear to be any photoshop like controls to adjust the visible dynamic range.
    Thank you all for your help!
    Rob

  • File format plug-ins not working

    I cannot get any of my file format plug-ins working with 5.1.  They were working fine with 5.0.  I am using some of the plug-ins here but none are working since I upgraded.
    http://www.telegraphics.com.au/sw/
    Is there anyway to check whether Photoshop has even recgonized these plug-ins?  There doesn't seem to be anyway to scroll in the about screen in photoshop to check there.

    Thanks!  Ok, I'm getting "NO VERSION - 32-bit plug-in not supported in 64-bit" for those plug-ins.
    Is there any workaround?

  • Writing Import and FIle Format Plug-Ins for Photoshop CS1

    Hi All,
    I have written two plug-ins (Import and File Format) which work fine using CS2. Unfortunately we need to be able to have them work in CS1 too. I downed the "Adobe Photoshop CS SDK" but when when I looked at the API document ("Photoshop API Guide.pdf"), chapters 6 and 9 are missing and there is no sample code for these plug-in types.
    Could anyone explain why this is?
    How do I write these types of plug-in's for CS1?
    Thanks for your Help
    All the Best
    Dave

    I have published
    GPL source code to many plugins all of which are compatible with Photoshop 3.0 through CS2, on Windows and Mac. Unless you are using CS2 specific features, the your Import and Format DLLs should already work with CS on Windows.
    On the Mac, the executable format changed between CS and CS2, and you would need to build a PEF plugin for CS. MPW and CodeWarrior can do that; Xcode cannot.

  • Are 32-bit Cocoa plug-ins supported?

    Hello,
    [Adobe Photoshop 12.0.1, CS5 SDK, OS X 10.6.4, Xcode 3.2.4]
    I'm converting my plug-in to use Cocoa but I'm experiencing crashes after my plug-in is closed (either by cancelling or when the plug-in operations have been performed).
    I have now tried the Dissolve sample from the CS5 SDK which works fine in both 32 (Carbon) and 64-bit (Cocoa) mode. But when I change the 32-bit version to use Cocoa as well [1] I'm seeing similar crashes [2] after closing the plug-in. This is the same crash as reported in point 2 of http://forums.adobe.com/message/2848834 .
    Is using Cocoa in 32-bit not supported and should I keep on using Carbon for 32-bit? Is there a problem with the SDK sample or Photoshop?
    I also noticed that with 64-bit the plug-in doesn't seem to be unloaded (I see that global variables maintain their value upon a second call). Maybe this was done because without that behaviour 64-bit plug-ins would crash in the same way as the 32-bit ones?
    [1] By unchecking usage of DissolveUIMac.cpp, enabling DissolveUIMacCocoa.cpp and changing the "#if __LP64__" in the latter source to "#if 1".
    [2] Call stack:
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                   0x94fb6ed7 objc_msgSend + 23
    1   com.apple.AppKit                  0x970b4c5f -[NSView(NSDrag) _addDragTypesTo:] + 62
    2   com.apple.CoreFoundation          0x95f64718 -[NSArray makeObjectsPerformSelector:withObject:] + 600
    3   com.apple.AppKit                  0x970b4c5f -[NSView(NSDrag) _addDragTypesTo:] + 62
    4   com.apple.AppKit                  0x970b4aa6 -[NSWindow(NSDrag) _registerDragTypes:] + 121
    5   com.apple.Foundation              0x94b14ad5 __NSFireDelayedPerform + 537
    6   com.apple.CoreFoundation          0x95f3470b __CFRunLoopRun + 8059
    7   com.apple.CoreFoundation          0x95f32094 CFRunLoopRunSpecific + 452
    8   com.apple.CoreFoundation          0x95f31ec1 CFRunLoopRunInMode + 97
    9   com.apple.HIToolbox               0x95815f9c RunCurrentEventLoopInMode + 392
    10  com.apple.HIToolbox               0x95815d51 ReceiveNextEventCommon + 354
    11  com.apple.HIToolbox               0x95815bd6 BlockUntilNextEventMatchingListInMode + 81
    12  com.apple.AppKit                  0x97084a89 _DPSNextEvent + 847
    13  com.apple.AppKit                  0x970842ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    14  com.apple.AppKit                  0x9704655b -[NSApplication run] + 821
    15  com.adobe.Photoshop               0x013c9bcc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17597284
    16  com.adobe.Photoshop               0x013ca7bc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17600340
    17  com.adobe.Photoshop               0x0006e05a 0x1000 + 446554
    18  com.adobe.Photoshop               0x0025665f 0x1000 + 2446943
    19  com.adobe.Photoshop               0x00256708 0x1000 + 2447112
    20  com.adobe.Photoshop               0x00003186 0x1000 + 8582

    Hi All
    I hoped that Cocoa plug-in should work under CS2,CS3,CS4. But unfortunatelly, it is not so. I tried the trick http://stackoverflow.com/questions/1108550/how-to-implement-a-cocoa-based-adobe-photoshop- plugin but have met a problem.
    I rebuild my cocoa plug-in as Cocoa_bundle.bundle with identifier xxx.com.cocoa and included this into plug-in resource folder.
    But the line:
    testControllerClass = [cocoaBundle classNamed:@"MyWindowController"];
    gives me nil if I load cocoaBundle with identified xxx.com.cocoa.
    This bundle can load the code section and conteins properly code architectures.
    Maybe some body have an idea why classNamed method return nil?
    I very dont like to re-write too complecate Cocoa UI with Carbon.
    Maxim

  • Am I correct that Photos does not support external editors? i.e., in Aperture, I click Photos Edit with.... and can open in Photoshop or various plug-ins. Changes are then automatically saved back to Aperture. Nonexistent in Photos?

    Am I correct that Photos does not support external editors? i.e., in Aperture, I click Photos > Edit with.... and can open in Photoshop or various plug-ins. Changes are then automatically saved back to Aperture. Nonexistent in Photos?

    Thanks Larry. That certainly gives me some understanding. Can't imagine I'm the only Aperture user with that concern, so I certainly hope Adobe and others will fill the void. Without that feature, Photos is pretty much a non-started for me.

  • I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file

    I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file me be open in another application."Please help I really need to get this file open.

    Since you've shown us the folder contents it's a good bet it isn't in use (no lock file). And it doesn't look like the file is mis-named as there doesn't seem to be anything else there that would be the .indd file (but just in case, open it in TextEdit and paste the first few lines here so we can see what the file header says), so the most likely case is the file is damaged. Is that on a removable device of some sort?
    You can try the tool at Repair corrupt InDesign Adobe files on Mac OS X  or send me a link to the file by private message and I'll try the recovery tool I have for Windows.

  • Getting error "Cannot open the file "*****.INDD". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application."

    How to fix this problem
    "Cannot open the file "*****.INDD". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application."

    When I have seen this message it is either when I try to open a document with an older version of Indesign E.g. an indesign 2014 document with Indesign CC.
    The other time I have seen it is to open an Indesign CC document with Indesign 2014 which does not have Mindsuite - a plugin I use. Mindsuite, as yet, has not upgrade the plugin for Indesign 2014 therefore it recognises that a the document was created withe a plugin that the 2014 version does not have installed.
    I believe your problem will be something like that.

  • I can't open lesson from DVD for CS6  "file format is not supported"

    Please help me!!!
    I have Mac.
    I can not open the lesson from DVD for CS6
    "file format is not supported"

    Hi Aleksandr,
    It's probably an activation issue. FAQ: Why are some codecs and sequence presets missing from my installation of Premiere Pro?
    Try this: Choose Help > Sign Out, Restart Premiere Pro, choose Help > Sign In
    Thanks,
    Kevin

  • • CS5... Where are my third party plug-ins?

    Hello -
    I upgraded to Photoshop® CS5.
    But I can't find my plug-ins anymore (in the "filter" menu).
    They are all well there in my "plug-ins" folder, but I can't see them from the filter menu.
    Eg. My "Flaming Pear®" plug-ins aren't anymore in the "filter" menu...  :-(
    What can I do to resolve this?
    Thank you, have a nice day…
    - Dimitri

    Hello Chris -
    Thank you for your answer...
    In fact, it's what I did, but now PSD always crash!!!
    The rainbow wheel (of the finder) is running, running, running without stopping…   :-(
    - Dimitri

  • Photoshop File Formats incomplete

    In short, the Photoshop File Formats documentation @ http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/ left out at least one key piece of information:
    It is not noted anywhere that the global Additional Layer Information entries (after Global Layer Mask Info) are padded to 4 bytes in length but that padding is not included in the length field.
    It's a bit frustrating when you're trying to figure out what is going wrong and you learn they just completely left that bit out of the specs.
    I saw this mentioned in code comments from way back in 2007!
    Can someone please update these specs?

    Click on "Get access to Photoshop SDK" on the following web site http://partners.adobe.com/public/developer/photoshop/devcenter.html
    Then ask specifically for the "file formats document" and that you want to read and write PSD files in your application.

  • Does Photoshop have extras, plug-ins, 3rd party programs, etc to purchase?

    Does Photoshop have extras, plug-ins, 3rd party programs, etc to purchase like music and video editing software can?
    If so, where is the price chart? I need to know these things as I am concidering purchasing Photoshop.
    Thank you.

    I did look at the plug-in page quickly. I noticed the free ones and the pay ones.
    From using producing programs, some photo editing and some video editing programs: I'd rather use what is there and what is inside first. Then look at the extras. I am realizing how deep this can get. But if I bought PS or CS 5 or whatever: I would want to learn.
    I know that some plug-ins, extras, etc are their own and are highly useful. I do understand that it can take longer but in some programs you can do what a plug-in can do though it may require more steps. I'd rather learn the program and then get the short-cuts. But again some are stand alone and highly uselful - these are what I am looking for and want to know about.
    I didn't know there were so many books though, this is new information. I believe that I was told a while ago about a couple or that one comes out with a new release. I like to read and know the who, what, when, where, why and how: but most of my time should be in the program. Eg: I read my photo editing programs manuals. That was important and helped me. I need to know terms, language, some short-cuts/how-to, etc. But getting in there is way more important.
    Any more information is great. Please keep it comming. I am not getting the program in the immediate future, it's the pricing issue right now and that it's way more important for me to use what I have as I am still learning big time. Plus I have to get on my camera a lot more and draw a bit more.
    Thank you.

  • What files formats does Itunes support

    what files formats does Itunes support???
    Been trying to load some anime into Itunes and they wont play on my Apple Tv, though they play on the computer. Why is that. I've got codes and all that other jazz. What gives....

    iTunes 11 can currently read, write and convert between MP3, AIFF, WAV, MPEG-4, AAC and Apple Lossless (.m4a).
    iTunes can also play any audio files that QuickTime can play (as well as some video formats), including Protected AAC files from the iTunes Store and Audible.com audio books. There is limited support for Vorbis and FLAC enclosed in an Ogg container (files using the Ogg container format are not natively supported) or Speex codecs with the Xiph QuickTime Components. Because tag editing and album art is done within iTunes and not QuickTime, these features will not work with these QuickTime components. As of Snow Leopard, iTunes 9 (Mac) will play HE-AAC / AAC+ internet streams. The latest version of iTunes (Win/Mac) supports importing audio CDs with the default iTunes standard file format of AAC at 256 kbit/s, but users can choose from 16 kbit/s to 320 kbit/s constant bit rates (CBR) in either AAC or MP3.[citation needed] Importing of audio CDs into MP3 or AAC formats can also be accomplished using variable bitrate (VBR) encoding.
    The Windows version of iTunes can automatically transcode DRM-free WMA (including version 9) files to other audio formats, but does not support playback of WMA files and will not transcode DRM protected WMA files. Telestream, Inc. provides free codecs for Mac users of QuickTime to enable playback of unprotected Windows Media files. These codecs are recommended by Microsoft.[34]
    In addition to importing CDs into the iTunes library, the user can also import non-Apple mp3 files from Amazon.com and other sources. This can be accomplished by either right clicking on the file, selecting open with, and then selecting iTunes or dragging the file into the open iTunes window. Alternatively, for Amazon.com mp3s, the Amazon MP3 Downloader application will automatically import the mp3 files into the iTunes library.

  • Can only save as psd or other photoshop file format

    in cs3 extended i made changes to a photo (duotone,cuves, vignette etc.)each on its own layer,then flattened the image. when i go to save as, the dialog box only has photoshop file formats.other images i have done have all the file formats available.
    i tried converting the image. it will convert as a jpg but not a tiff. also tried save as copy, no go. i ftp tiffs to my lab so i really need help with this one.
    i am running windows vista.
    thanks jerry

    "Anyone" is a perfectly good single word, Dave: "Tennis, anyone?" However, "any one" is the proper usage in other contexts, where the "one" is the focus, as in "I'd be willing to take any one of the many very fine prints Dave made."

  • Photoshop File Formats.pdf .... where is it?

    Hello
    I am looking at the API documentation, and it refers to an external file called Photoshop File Formats.pdf. Since I wanted to read and write PSD files, rather than actually interfacing with Photoshop, I think I may just want to use this document as a resource to do this.
    Anyone know where this document can be found?
    Thanks
    n8

    Click on "Get access to Photoshop SDK" on the following web site http://partners.adobe.com/public/developer/photoshop/devcenter.html
    Then ask specifically for the "file formats document" and that you want to read and write PSD files in your application.

Maybe you are looking for

  • New Customer with still no service

    Hi all, On tues morning at 8am I had a working phone line and Internet connection through Talk Talk. I was scheduled to change to BT sometime on Tues. My new router was delivered and I had two messages and emails telling me that first my phone was no

  • Shutting down on 60% battery!!!

    Guys my phone is shuttong down on 60% battery, i have similar problem before it shut down on 30% and i solved that by removing my battery for 90 min but now again but on 60% lol i have my z10 for only 7 months, pls help me with a good solution thanx.

  • How to apply a receipt to the invoice.

    Hi all, How do we apply a receipt to a invoice techinically. I mean what tables are taken into consideration how to link them.do we take customer id into consideration to know which receipt is applied to which invoice? thanks, nagender

  • Add field for tracking number while Auto PR generation via MDBT

    Hi, While running MRP through MDBT via Variant , my PR's are generating automatically.... Now i want one field as tracking number ( Value-100) to be added in PR when ever my PR's are generating automatically via MRP run... Is it possible.. Utsav

  • I can't change the values in Property Palette

    I am working with Report Builder 3.0.5.17 I generated a report layout with the wizard ;altough i set the width of the fields to certain dimensions (30 or 15),in the Property Palete it is diffrent(4000! or other and the most important thing : i can't