Install PHP GD image library with libpng support

Hello everyone,
I recently upgraded to OS X SERVER 4.0, found that GD LIBRARY not support libpng, I have installed libpng, but can not install GD from source.
has anyone encountered the same problem?
I was downloaded the libgd-2.1.0-rc2 , follow the command line ./configrue, everything is normal now:
the command line sreenshot:
but,when I type make ,encountered such an error:

It still does not working
here is my sreenshot:

Similar Messages

  • How do I install a version of vim with Python support?

    I'm trying to install a version of vim with Python support, but for some reason I can't seem to find anything useful when I search.
    So far I've found posts that say arch doesn't have one built with Python support, and use this <broken link> AUR package. I've search AUR for "vim python" which turned up nothing. There *does* exist extra/gvim-python3, but when I install that, then vim (not gvim) still tells me "Error: Required vim compiled with +python"
    This search:
    https://duckduckgo.com/?t=lm&q=arch+lin … on+support
    Provides:
    https://bbs.archlinux.org/viewtopic.php … 1#p1070281 - Only a link to a bug report
    https://bbs.archlinux.org/viewtopic.php … 0#p1144210 - Post with the 404'd AUR link
    What I finally found was this Gist with directions on using the ABS:
    https://gist.github.com/MicahElliott/3048622
    Ultimately you'll have to change the particular tar.xz files you use in the pacman -U steps, but this should get you vim with Python enabled.

    I have downloaded vim by cloning The Vim Mercurial repository.
    hg clone https://vim.googlecode.com/hg/ ~/bin/vim_bin
    Then i have a this script to install it in my own ~/bin/ dir.
    #!/bin/bash
    cd /home/myuser/bin/vim_bin/src
    echo "---Configure----"
    ./configure --prefix=/usr --localstatedir=/var/lib/vim \
    --with-features=big --with-compiledby="Custom Vim insall" \
    --enable-gpm --enable-acl --with-x=no \
    --disable-gui --enable-multibyte --enable-cscope \
    --enable-netbeans --enable-perlinterp \
    --enable-rubyinterp --enable-luainterp \
    --enable-pythoninterp --with-python-config-dir=/usr/lib/python2.7/config \
    --enable-python3interp --with-python3-config-dir=/usr/lib/python3.4/config > my_log
    echo "=== Make ==="
    make >> my_log
    echo "==== Install ===="
    make install >> my_log
    Hope it helps some one

  • PHP 5.2.2 with Oracle support on AIX5.3 aix64

    Hello,
    I am trying to compile PHP 5.2.2 with Oracle Instant Client support on an AIX 5.3 64 bit system.
    (Below, $CV contains /opt/freeware/CV2)
    I have installed Oracle Instant Client 10.1 (both base and sdk for AIX 64 bit) in directory: $CV/instantclient10_1
    I have executed the following commands in that directory:
    # ln -s libclntsh.a libclntsh.so
    # ln -s libclntsh.a libclntsh.so.10.1
    configure doesn't accept Oracle Instant Client 10.2.
    The configure line for PHP is as follows:
    ./configure prefix=$CV with-apxs2=$CV/apache2/bin/apxs with-config-file-path=$CV/lib with-gd with-pear with-gettext with-mime-magic with-zlib-dir=/opt/freeware/lib with-png with-zlib with-jpeg-dir=/opt/freeware/lib with-png-dir=/opt/freeware/lib with-freetype-dir=/opt/freeware/lib with-mysql=$CV/mysql with-oci8=instantclient,$CV/instantclient10_1 enable-sigchild
    Configure runs fine but when I run gmake, I get the following errors:
    In file included from /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:50:
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/php_oci8_int.h:354: error: parse error before 'oraub8'
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c: In function 'php_oci_init_global_handles':
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:436: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c: In function 'php_oci_fetch_errmsg':
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:925: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:932: warning: pointer targets in passing argument 1 of '_estrndup' differ in signedness
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:932: warning: pointer targets in assignment differ in signedness
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c: In function 'php_oci_do_connect_ex':
    /opt/freeware/BUILD/CV2/php-5.2.2/ext/oci8/oci8.c:1044: warning: pointer targets in passing argument 2 of 'OCINlsCharSetNameToId' differ in signedness
    gmake: *** [ext/oci8/oci8.lo] Error 1
    I have also tried "--with-oci8-instant-client=$CV/instantclient10_1" instead of --with-oci8=... on the configure command line. That configured fine and gmake finished succesfully but when I tried, none of the oci_ or oci functions were known.
    I have seen this problem a few number of times on the internet but nobody was able to provide a solution. PHP claims: "This is Oracle bug 4901517." but I have been unable to find it.
    Can someone please help me out?
    THANX.
    Greetinx
    Johan

    Hi,
    I am having the same issue, (php 5.1.4, AIX 5.2, instant client 10.1). I tried cj's solution, it got me up to the linking part, but dies when trying to create sapi/cgi/php with a lot of undefined symbols.
    From the instructions I set the LIBPATH=/my_instant_client_dir.
    Has anyone found what oratypes.h need to be changed to? Did this work for anyone else?
    ld: 0711-317 ERROR: Undefined symbol: .OCIEnvInit
    ld: 0711-317 ERROR: Undefined symbol: .OCIHandleAlloc
    ld: 0711-317 ERROR: Undefined symbol: .OCIErrorGet
    ld: 0711-317 ERROR: Undefined symbol: .OCIHandleFree
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtPrepare2
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtRelease
    ld: 0711-317 ERROR: Undefined symbol: .OCIAttrSet
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtFetch
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtSetPieceInfo
    ld: 0711-317 ERROR: Undefined symbol: .OCIStmtExecute
    ld: 0711-317 ERROR: Undefined symbol: .OCIAttrGet
    ld: 0711-317 ERROR: Undefined symbol: .OCIParamGet
    ld: 0711-317 ERROR: Undefined symbol: .OCIDescriptorFree
    ld: 0711-317 ERROR: Undefined symbol: .OCIDefineByPos
    ld: 0711-317 ERROR: Undefined symbol: .OCIDescriptorAlloc
    ld: 0711-317 ERROR: Undefined symbol: .OCILobGetLength
    ld: 0711-317 ERROR: Undefined symbol: .OCILobFileClose
    ld: 0711-317 ERROR: Undefined symbol: .OCILobFileOpen
    ld: 0711-317 ERROR: Undefined symbol: .OCILobCharSetId
    ld: 0711-317 ERROR: Undefined symbol: .OCILobRead2
    ld: 0711-317 ERROR: Undefined symbol: .OCILobWrite
    ld: 0711-317 ERROR: Undefined symbol: .OCILobDisableBuffering
    ld: 0711-317 ERROR: Undefined symbol: .OCILobEnableBuffering
    ld: 0711-317 ERROR: Undefined symbol: .OCILobCopy
    ld: 0711-317 ERROR: Undefined symbol: .OCILobClose
    ld: 0711-317 ERROR: Undefined symbol: .OCILobIsTemporary
    ld: 0711-317 ERROR: Undefined symbol: .OCILobFreeTemporary
    ld: 0711-317 ERROR: Undefined symbol: .OCILobFlushBuffer
    ld: 0711-317 ERROR: Undefined symbol: .OCILobAppend
    ld: 0711-317 ERROR: Undefined symbol: .OCILobTrim
    ld: 0711-317 ERROR: Undefined symbol: .OCILobErase
    ld: 0711-317 ERROR: Undefined symbol: .OCILobIsEqual
    ld: 0711-317 ERROR: Undefined symbol: .OCILobCreateTemporary
    ld: 0711-317 ERROR: Undefined symbol: .OCILobOpen
    ld: 0711-317 ERROR: Undefined symbol: .OCIDateToText
    ld: 0711-317 ERROR: Undefined symbol: .OCIBindByName
    ld: 0711-317 ERROR: Undefined symbol: .OCIBindObject
    ld: 0711-317 ERROR: Undefined symbol: .OCIBindDynamic
    ld: 0711-317 ERROR: Undefined symbol: .OCIDateFromText
    ld: 0711-317 ERROR: Undefined symbol: .OCITypeByName
    ld: 0711-317 ERROR: Undefined symbol: .OCIDescribeAny
    ld: 0711-317 ERROR: Undefined symbol: .OCITypeByRef
    ld: 0711-317 ERROR: Undefined symbol: .OCIObjectNew
    ld: 0711-317 ERROR: Undefined symbol: .OCICollSize
    ld: 0711-317 ERROR: Undefined symbol: .OCICollMax
    ld: 0711-317 ERROR: Undefined symbol: .OCICollTrim
    ld: 0711-317 ERROR: Undefined symbol: .OCICollAppend
    ld: 0711-317 ERROR: Undefined symbol: .OCINumberFromReal
    ld: 0711-317 ERROR: Undefined symbol: .OCIStringAssignText
    ld: 0711-317 ERROR: Undefined symbol: .OCICollGetElem
    ld: 0711-317 ERROR: Undefined symbol: .OCINumberToReal
    ld: 0711-317 ERROR: Undefined symbol: .OCIStringPtr
    ld: 0711-317 ERROR: Undefined symbol: .OCICollAssignElem
    ld: 0711-317 ERROR: Undefined symbol: .OCICollAssign
    ld: 0711-317 ERROR: Undefined symbol: .OCIObjectFree
    ld: 0711-317 ERROR: Undefined symbol: .OCIEnvNlsCreate
    ld: 0711-317 ERROR: Undefined symbol: .OCIServerAttach
    ld: 0711-317 ERROR: Undefined symbol: .OCISessionBegin
    ld: 0711-317 ERROR: Undefined symbol: .OCIPasswordChange
    ld: 0711-317 ERROR: Undefined symbol: .OCINlsCharSetNameToId
    ld: 0711-317 ERROR: Undefined symbol: .OCINlsEnvironmentVariableGet
    ld: 0711-317 ERROR: Undefined symbol: .OCIServerVersion
    ld: 0711-317 ERROR: Undefined symbol: .OCITransRollback
    ld: 0711-317 ERROR: Undefined symbol: .OCITransCommit
    ld: 0711-317 ERROR: Undefined symbol: .OCIServerDetach
    ld: 0711-317 ERROR: Undefined symbol: .OCISessionEnd

  • Organizing image library with Bridge

    Hi! I'm new to the Adobe Forums but very experienced online. I need some help with Bridge.
    I've been tasked with cleaning up an existing image library of (currently) ~40,000 images. I have another batch of ~8,000 files I'll be adding later. I'm using Bridge CC on Windows 7. I don't have access to Lightroom, haven't used Bridge much since CS3, and use Aperture as my DAM at home, so I'm re-discovering how things work.
    We have numerous, not well-organized folders with many duplicates, retouched versions, multiple sizes, etc. I want to be able to search, delete duplicates manually, and move remaining files into a new folder structure. I'm also assigning labels and adding copyright/ownership metadata.
    I'm having a couple of problems using the Edit->Find command.
    When I've run Find and built a list, then do any editing operation like delete files, the Find command starts over instead of retaining the existing results. This is obviously time-consuming and throws me out of whatever set of images I'm trying to manage. Is there a way to use the Find results and NOT have Bridge start the search over?
    I also need a way to search with both AND and OR operators. Example: Find JPEG or TIFF or Photoshop or Camera RAW images and filename foo. I can't use specific criteria to narrow my search, so I'm getting a huge set of results. This takes forever, eats RAM, and my first issue makes it impossible to do any editing.
    I'd also appreciate any tips or suggestions to make this job easier.
    Thanks in advance for the assistance.
    Dave

    I'm not sure why that functionality isn't just built into a better Find command? Adobe?
    As this is a user to user forum you are not addressing Adobe here, you need to use the Feature request site from Photoshop Family for this:
    http://feedback.photoshop.com/photoshop_family/
    Also be aware that you have very specific needs and while Bridge can be a very powerful tool for organizing files it s not that very good for archiving in long term with large numbers of files. ideally you should use a combination of Bridge and a real dedicated DAM (digital asset management) application like Canto Cumulus (can be costly for custom build solutions but has also a single user version at a reasonable price) Canto can find duplicates by itself and has the option to build customized queries for searching.
    You also have Extensis Portfolio and some other reasonable cheap solutions you could take a look at. However, for the ideal DAM you need a custom build one that sadly comes also with a price

  • Final Cut Pro installed on an image interfearing with multiple LDAP Binds??

    Hi guys, have an issue here a bit different from anything I have been able to find concerning binding to LDAP.
    The situation is this: I am tasked with administering about 90 iMac's and 3 xServes in 3 labs in our school district. 30 of these machines have Final Cut Pro installed. Therefore I have 2 images created and successfully served by one of our xServes. The other xServe is didicated to Open Directory, and the 3rd is just a file share server. The non Final Cut Images have been applied and bound to LDAP and AD successfully, however, when it come sto the images WITH Final Cut Pro, I was only able to bind one machine to LDAP. The remainig machines tell me that the object allready exists (which it should not because these are all new machines and have never been bound, imaged, or configured in any way prior to this) and it gives me the option to "Overwrite". When I choose overwrite, it creates the machine in Workgroup Manager, but never bindes the machine to LDAP and gives me an "Unknown Error".
    Now it seems to me, that this is a problem specific to Final Cut Pro. What do you guys suggest?
    It is worth mentioning that we do have a vollume license for FC Pro and it is the default installation with no modifacations made to the install configuration.
    I have also posted this issue in the xServe forums.

    Look here - http://www.apple.com/universal/crossgrade/
    And remember "Search" is your friend. This topic has been discussed ad nauseum on this forum.
    K

  • LabVIEW network library with support for SSL, Ping and IPv6

    I have posted on LAVA
    an OpenG package that will install a LabVIEW network library with
    support for SSL, Ping and IPv6.
     Please go there if you are
    interested to look it up.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

    Bob Y. wrote:
    OK,  but what is it and why should I use it?  What need does it fulfill?  I have been unable to find much documentation for this at the wiki page and maybe a couple of paragraphs here would help.
    Thanks,
    Bob Young
    Hi Bob,
    Yes, this info got burried.  Basically, it's a tool for building LabVIEW-based software products.  It is highly flexible/extensible and tries to fill the holes left by LabVIEW's built-in Application Builder.  Here are some good links to more info:
    OpenG Builder Homepage
    OpenG Builder 1.0 Documentation
    Thanks,
    -Jim

  • How to Show Image form Library with Thumbnail view on visual Web part page using XsltListView web part?

    <WebPartPages:XsltListViewWebPart ID="XsltListViewWebPart_AppWeb"
    runat="server" ListUrl="Lists/MyList" IsIncluded="True"
    NoDefaultStyle="TRUE" Title="XsltListView web part" PageType="PAGE_NORMALVIEW"
    Default="False" ViewContentTypeId="0x">
    </WebPartPages:XsltListViewWebPart>
    For any List it work fine but for Image form library its not working:
    My url: http://sitename:portname/PublishingImages/Forms/AllItems.aspx
    Please provide Solution.
    Question:How To show image library with thumbnail view in Visual Webpart using xslt webpart.

    Is it throwing any error?
    do you set correctly the ListUrl parameter? in this case it will be "PublishingImages"

  • Big Problem With Corrupted Image Library - Need Help Please

    I recently updated my Aperture 2 (2.1) with the latest update. Upon doing so, most images in my library now show up in the 'ole maroon box with the message "Unsupported Image Format." This only began after the update. I've spent hours reading threads on here, but no real solution can be found. I've spent a few hours on the phone with Apple Support and in my local store at the Genius Bar. What they're telling me is that my library file has become corrupted. That my preview/thumbnails have become "diconnected" from the actual full size image file. I've tried holding down option + command while starting Aperture in order to "rebuild" it. That's made matters worse in that most, but not all, of my previews/thumbnails now are not showing up. When I go into my home folder and right click on the aperture library icon and keep burrowing in until I get to each image folder, everything seems to be there: the original RAW file, the preview file, the thumbnail file, the edits/changes files. I can even drag the original RAW file out and re-import it and then its fine. But I can't seem to also drag out the edits/retouching/changes. So even if I take each of my 1,300 images out one by one and reimport them, I still lose some 300+ hours of retouching. I can't even bare the thought of this. Does anyone know what the heck is really going on and whether there is some kind of fix for this? I'm just trying to get my library back to where it was before all the trouble started. Unfortunately, I do not have a back up from before I updated the software. Oh, we also tried removing Aperture and reinstalling to go back to 2.0, but the same problem is still there. Lastly, I cannot export any "versions" or "masters" in order to print, upload or email the images. So I'm really stuck here.

    Welcome to club. This just happened to me also in a very similar fashion: Upgrade - upgrade works for awhile - and then the maroon screen and unsupported file message.
    At least you are still somewhat functional. Very quickly the problem spread to my non Aperture JPEGS (I use Canon software to download from two Canon Cameras and then import into Aperture). At first all was ok with these files despite the issue with Aperture. Then they are started having the same problem once I shutdown the computer and restarted. This quickly spread to killing Aperture where it would not start at all. Then I lost Microsoft Entourage due to a corrupted data base. Rebuilding this data base via Disk Utility Verify and Repair Permissions made Entourage workable (but I lost my data and setup - it created a new instance.
    Two calls to Apple made everything worse as every time we went back into Disk Utility, we would only fix problems to have them re-appear when the laptop was restarted.
    Went to Genius Bar (twice). They archived and did a reinstall. They had to do this twice. Everything now works except for Aperture which will not launch at all.
    Genius Bar told me to use Time Machine to reload Aperture. Three tries using three different backups have now resulted in nothing. I am about to try a clean install using my Aperture Disk. I will report back on this.
    One thing I noticed before all this started - I had done a bunch of usual weekly software updates about two weeks ago. I was going on a trip so I let everything run (no issues). Time Machine did all the usual things including giving me the really useful message that my BackUp Disk was now full (meaning it is wiping old versions out). However, I then went to shutdown the machine and FileVault whirled for over 30 minutes before it allowed the machine to shutdown. Usually this is under 3-5 minutes if that long. FileVault has yet to make a re-appearance on any shutdown I have had in past two weeks regardless of changes on HD. Therefore I am wondering if there is a connection here.
    I use a MacBook Pro with upgraded memory and HD.

  • I can't restore 'library' with support files from Time Machine

    backup - I can't restore 'library' with support files from Time Machine - Ask Different
    Due to an accident, my entire applications folder with all the support files, including plists and caches got deleted.
    I tried restoring by files from the most recent Time Machine backups but I cannot retrieve my applications with the support files.
    I even tried it with migration assistant on a new image.
    Is this impossible?
    Must I start from scratch?
    Details of the ‘accident’
    I was using this app called ‘AppCleaner’ that also automatically deletes related support files which are normally left behind if one simply trashes an Application.
    In the search view, I typed the app name and I selected all the apps in the results using Command + A. Unfortunately, this selected every single Application in the Applications Folder in the background and I trashed and deleted all files.
    Anyway.
    I tried to restore the applications and library from my Time Machine Back-ups but failed to do so because I didn’t have enough space to restore. (I have a 11inch Macbook Air 2012 64GB SSD
    When I tried to restart in recovery mode, I had the same problem, I was disallowed the option to restore using my time capsule backups because my SSD didn’t have enough space for the backup.
    I then tried to restore it to a totally different but new image on a 64GB USB3.0 Sandisk USB Stick, but the process stopped after hours of being stuck around 30.4 percent and the computer was unable to boot, leaving me with a persistent verbose message suggesting it couldn’t identify the os, kernel or anything.
    I finally tried restoring the state using migration assistant on the very same SSD that had my files missing. This happened successfully and I have all my applications in the applications folder.
    But now I have 13GB free (I had 2GB before) and all my application support files, saved states, preferences, caches and customizations are gone.
    Basically, it feels like I just got a new macbook with my documents and itunes folder loaded on to it.
    How can I get my apps back to the pre-deletion state or is this impossible? Do I have to start from scratch? I thought my Time Machine Backups would restore it to exactly the same state, am I wrong?
    Screenshots:
    Message was edited by: Arsenenger

    Can you simply navigate to your Time Machine backup with the Finder? Treat it like an external hardrive and just look for your old Applications folder. /Applications/
    Also, quite a few apps put config and support files in ~/Library/Application\ Support/
    So you may be able to get the files from there as well.

  • Moving images from library to library WITH Faces information

    Ok.
    iPhoto 09/faces
    Can someone out there tell me, first off, is it even possible to move photos from one library to another library WITH all the Faces effort I've put in on those photos (say from my default library on my hard drive to another person's library on an external hard drive)?
    That way they don't have to be rescanned and then I have to go through and correct the crappy scanning effort that the program did all over again.
    I tried exporting/importing, straight copy, etc. with no dice.
    I don't want to keep having to re-correct all the faces in images I transfer between libraries.
    "Help me Obi-Wan Kenobi....You're my only hope!"

    For folks out there here is the results of Terrence's suggestion (which was a good one BTW, I don't want to dump on him - it was good thinking on his part! Thanks Terrence).
    iPhoto Lib Manager still ***** (on my system anyway - iMac OSX 10.5.6).
    I installed the thing and tried moving 1000 photos with faces info organized nicely - no dice - it crapped out.
    First make sure all the permissions are set properly and the library mounts automatically (under the options). Then it will at least ATTEMPT to copy everything (also edit prefs to reflect all the metadata that goes with the photos like faces info, dates, desc. etc).
    But while thing appear to go well, it craps out at the end leaving you stymied. It re-scans the imported images and the faces data does not come through in the end despite it's trying to do so.
    I tried it with 80 photos, just to make sure I wasn't trying to fit 20lbs of manure into a 10lb bag. Same story with the smaller transfer
    If I go any smaller, I may as well have used the public version (free) which limits you to 20 at a time.
    So bottom line - according to my experience - if you and someone else have the same photos in your separate libraries and want to share the effort one of you puts into organizing faces info - you're hooped/screwed/pooched!
    Nada - diddly - bupkiss!
    VERY DISAPPOINTING! Both the iPhoto 09 AND the failed (but valiant) attempt by iPhoto Lib Man.
    Should've stuck with iLife 08 and lived with it...sigh.

  • Failed to install php-oci8 with instant Client for linux 64

    Hello,
    I have a 64-bits Linux box with RHEL4, and PHP version has been upgraded from 4.3.9 to 5.1.6. I try to make the connection to remote oracle server.
    I download instantclient-basic-linuxppc-10.2.0.2-20060327.zip , and follow the instruction to
    install it.
    But when i try to install php-oci8*.rpm, no matter which i use:
    php-oci8-5.1.6-1.el5.i386.rpm or php-oci8-4.3.9-2.2.el4.i386.rpm
    The installation always failed due to dependencies errors with oracle instant client.
    I also tried with some other packages like: php-oci8-4.3.9-3.el4.x86_64.rpm
    All my tries gave me dependency errors.
    sometime like:
    error: Failed dependencies:
    libclntsh.so.10.1 is needed by php-oci8-5.1.6-1.el5.i386
    oracle-instantclient = 10.2.0.3 is needed by
    php-oci8-5.1.6-1.el5.i386And I cannt find the right RPM for oracle instant client for linux 64 bits box, and php-oci8 5.1.6 64 bits.
    I have been trying on this problem for more than one week, and so frustrated. I will appreciate if I can be guide on this issue.
    Thanks in advance!

    See my followup to your duplicate post in the PHP forum

  • Just got a Nikon D610 and CS5 for Mac can't open the images -- message says installed version of camera raw doesn't support the camera.  Downloaded the Raw 6.2 update for Mac, but installation failed. Now what?

    just got a Nikon D610 and CS5 for Mac can't open the images -- message says installed version of camera raw doesn't support the camera.  Downloaded the Raw 6.2 update for Mac, but installation failed. Now what?

    The D610 didn't get out-of-the-box RAW support until Photoshop CC.
    You can either upgrade to CC or use the DNG Converter to convert and open your DNGs in CS5.

  • I have a picture library with images in sharePoint, now i want display that images in sharepoint webpage as a webpart.

    Hi All,
    I have a picture library with images in sharePoint, now i want display that images in sharepoint webpage as a webpart.
    i have displayed the all the images as a webpart.
    Now i want to enable thumbnail on that images and when i click the thumbnail of the image, it will be dilplayed as large image.
    How can i do this, any help!

    Hi,
    Please do the following to complete this task.
    1) Insert the picture library as list view webpart in your page.
    2)Specify the column titled  Thumbnail Preview in the list view.
    3) Edit the webpart and set the Toolbar Type to Summary Toolbar.
    Regards,
    Anurag

  • I want to add image name with the extension to db after upload in PHP, Can any body help?

    Hello People!
    Earlier in the week I created PHP photo/image upload form so clients will be able to upload to my site, it worked very well uploading image to designated directory to the C:/path/ but there is more that I would like to do with the form, and that is to write the image name with the extension, “Joplateau.jpg” for example in the database after upload. I wanted to use hiddenField but it's not working for me, may be i am not doing it right. If any one has an idea how to do this please let me know, and thanks in advance.
    Thanks a lot.
    Joplateau

    Server-side coding questions are best answered in the Application Developers forum:
    http://forums.adobe.com/community/dreamweaver/dreamweaver_development?view=discussions
    Nancy O.

  • I have an iPhoto library with only Jpeg's in it. I just installed Aperture 3.5 and imported several RAW photos. Shouldn't I now have an Aperture library?

    I have an iPhoto library with only Jpeg's in it. I just installed Aperture 3.5 and imported several RAW photos in Aperture. Shouldn't I now have an Aperture library?

    Should I create an Aperture library and import all of my photos from iPhoto to the new Aperture library? Then delete my iPhoto library entirely?  Just trying to get my library structure correct from the get-go as I plan to shoot only in RAW.
    That is not an easy question. There are still a few glitches with the unified library approach. For example, the new iWork applications will not yet show the Aperture library in the Media Browser, only the current iPhoto library. If you are using iWork with your photolibrary, keep it an iPhoto library.
    And it is unclear, what will happen, when Aperture or iPhoto will be upgraded to newer versions. Right now you need the latest iPhoto version to be able to upgrade older iPhoto libraries, if you want to open them in Aperture. So probably you will need to upgrade iPhoto as well, if you keep your library an iPhoto library, when both Aperture and iPhoto will be upgraded to Aperture 4 and iPhoto 12.0 or similar. In the long run it will be safer to convert the library to an Aperture library, if you do not want to keep updating iPhoto, but that can wait.
    If you want to convert the iPhoto library to an Aperture library, back up your iPhoto library.
    Then create a new Aperture library (with File > Switch to Library > Other/New ) and then import your iPhoto library into Aperture using the command "File > Import > Library" and select your iPhoto library.
    You will need plenty of space on the drive with the new library. Merging a library into another one will  temporarily a lot of working space and may take a long time - several hours for a large library, without visible progress.

Maybe you are looking for

  • Cannot open itunes, "itunes has encountered a problem and needs to close"

    I have tried numerous to times to download itunes update after having ipod display indicating not all songs have been transfered because of old version. I've tried disabling McAfee and getting windows updates, (I'm running XP)When I look in programs,

  • SAP Easy Document Management installing and setting

    Hi, We are in the middle of installing the content server for DMS. Also I'd like to install SAP Easy Document Managemnt, so that my end users can access the files easily. I have a hard time finding documentation on the installation of EDMS and step b

  • HT201317 How do I get my photos off of iCloud and back on my phone?

    I have all of my photos connected to iCloud, so they can backup and be saved.  But since I have a very limited amount of space, and after my photos have been backed up, I end up deleting them off my phone so I can have more room.  I now have more spa

  • Foreign characters in SVG charts

    Hi! I am again having some trouble using SVG charts. I want to label the values with descriptions from a table. These descriptions often contain german umlauts. The resulting graph (line type) shows no values at all and the labels show a square chara

  • How do I make transitions between clips smooth?

    how do I make transitions between clips smooth?  Right now, when I play my video in imovie, the clips freeze or jump between clips.