CAN MAKE IMAGE FROM ITS PART IN A LIBRARY

AS PART OF MY PROJECT I WANT TO MAKE A IMAGE FROM SMALL PARTS BY PARTS OF IMAGE. I HAVE ATTACHED LIBRARY FILE WITH SMALL PARTS OF IMAGE AND FULL IMAGE WHICH WANT TO MAKE FROM ABOVE PARTS OF IMAGAES. IFA NY ONE CAN HELP ME ITS REALLY HELPFUL... AN ADVANCE THANX..
RAGIL
Solved!
Go to Solution.
Attachments:
LIBRARY.zip ‏110 KB

RAGIL wrote:
But here I want to insert many image to make a bigh image... so then whats the next step?
Just do it in loops, where the problem is?
Andrey.

Similar Messages

  • How can I remove an image from its background and save it? (Photoshop cs6)

    Hello,
    I am very new to the photoshop world and am trying to remove an image from its background ( as a stand-alone) and save it. Is there a way to do this in Photoshop CS6?  I have looked at tutorials but only found how to remove the image but not how to save the image as a stand alone with no background.
    Any help would be appreciated
    Erika

    Hi Erika,
    Are you trying to save a portion of an image with a transparent background? It may help to post a screenshot of the image that you're working with as well as your layers panel.
    I've included a few tips below that may help you with your situation. If you need additional help, please feel free to post again
    Deleting a background and saving an image with a transparent background
    1. Here I am working with an image of a santa hat that I've cut out from a white background. I have two layers, the cut-out santa hat and the original file. I'm going to delete the background layer so that I have just one layer - the cut-out santa hat:
    2. You'll see that a checkerboard pattern has appeared behind the santa hat. This means that the background is transparent.
    3. You can then go to File > Save As... and select PNG, Photoshop PSD, or TIFF from the Format dropdown menu. These file formats will save the cut-out portion of your image on its own, while preserving the transparent background.

  • Problem in unattended installation of Windows 10 OS image from its ISO

    Hi There,
    I am trying to install unattended Windows 10 OS image from its ISO by unattended.xml. While doing it windows boot screen get stuck at windows setup screen where it ask input for Language, TIme format and Keyboard input method. For same
    process if I use windows 8.1 ISO for installation it works fine. From technet I come to know that Windows 10 has NT DISM version as 6.4 and 8.1 has 6.3.  But I am not getting how I can make these change in my automation..
    We are creating a FLP file which includes (unattended.xml and few other files)and then specify that file to Vmware workstation Windows 10 image floppy drive and Windows 10 iso to DVD drive and then booting the VM.
    Same process works for Windows 8.1 OS unattended installation but it is getting failed for Windows 10.
    Please help.
    Regards,
    Nortonboy

    Hi Alex,
    I am using ISO :- 9841.0.140912-1613.FBL_RELEASE_CLIENTPRO-CORE_OEMRET_X64FRE_EN-US.ISO
    Answer file :- autounattend.xml.
    Yeah same answer file works for Win 8.1 but when I am useing above ISO which is same what you mentioned  but still it stuck.
    I am using below content in autounattend.xml
    ##################################3
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
      <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <SetupUILanguage>
            <UILanguage>en-us</UILanguage>
          </SetupUILanguage>
          <InputLocale>en-us</InputLocale>
          <SystemLocale>en-us</SystemLocale>
          <UILanguage>en-us</UILanguage>
          <UserLocale>en-us</UserLocale>
        </component>
    <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SkipAutoActivation>true</SkipAutoActivation> 
        </component
        <component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <UserData>
            <AcceptEula>true</AcceptEula>
            <ProductKey>
              <WillShowUI>OnError</WillShowUI>
              <Key></Key>
            </ProductKey>
          </UserData>
          <Display>
            <ColorDepth>32</ColorDepth>
            <HorizontalResolution>1024</HorizontalResolution>
            <VerticalResolution>768</VerticalResolution>
          </Display>
          <ComplianceCheck>
            <DisplayReport>OnError</DisplayReport>
          </ComplianceCheck>
          <DiskConfiguration>
            <WillShowUI>OnError</WillShowUI>
            <DisableEncryptedDiskProvisioning>true</DisableEncryptedDiskProvisioning>
            <Disk>
              <DiskID>0</DiskID>
              <WillWipeDisk>true</WillWipeDisk>
              <CreatePartitions>
                <CreatePartition>
                  <Extend>true</Extend>
                  <Order>1</Order>
                  <Type>Primary</Type>
                </CreatePartition>
              </CreatePartitions>
              <ModifyPartitions>
                <ModifyPartition>
                  <Active>true</Active>
                  <Format>NTFS</Format>
                  <Label>Windows</Label>
                  <Order>1</Order>
                  <PartitionID>1</PartitionID>
                </ModifyPartition>
              </ModifyPartitions>
            </Disk>
          </DiskConfiguration>
          <ImageInstall>
            <OSImage>
              <InstallTo>
                <DiskID>0</DiskID>
                <PartitionID>1</PartitionID>
              </InstallTo>
              <WillShowUI>OnError</WillShowUI>
              <InstallToAvailablePartition>false</InstallToAvailablePartition>
            </OSImage>
          </ImageInstall>
        </component>
      </settings>
      <settings pass="specialize">
        <component name="Microsoft-Windows-Security-SPP-UX" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <SkipAutoActivation>true</SkipAutoActivation>
        </component>
        <component name="Microsoft-Windows-LUA-Settings" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <EnableLUA>false</EnableLUA>
        </component>
        <component name="Security-Malware-Windows-Defender" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <DisableAntiSpyware>true</DisableAntiSpyware>
        </component>
        <component name="Microsoft-Windows-SystemRestore-Main" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <DisableSR>1</DisableSR>
        </component>
        <component name="Microsoft-Windows-SQMAPI" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <CEIPEnabled>0</CEIPEnabled>
        </component>
        <component name="Networking-MPSSVC-Svc" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
          <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
          <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
          <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
          <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
          <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <UserAccounts>
            <AdministratorPassword>
              <Value>password</Value>
              <PlainText>true</PlainText>
            </AdministratorPassword>
            <LocalAccounts>
              <LocalAccount wcm:action="add">
                <Password>
                  <Value>symantec</Value>
                  <PlainText>true</PlainText>
                </Password>
                <Description>Automation Account</Description>
                <DisplayName>Automation Account</DisplayName>
                <Group>Administrators;Power Users</Group>
                <Name>Automation</Name>
              </LocalAccount>
            </LocalAccounts>
          </UserAccounts>
          <OOBE>
            <HideEULAPage>true</HideEULAPage>
            <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            <ProtectYourPC>3</ProtectYourPC>
            <NetworkLocation>Other</NetworkLocation>
          </OOBE>
          <Display>
            <ColorDepth>32</ColorDepth>
            <HorizontalResolution>1024</HorizontalResolution>
            <VerticalResolution>768</VerticalResolution>
          </Display>
          <TimeZone>Pacific Standard Time</TimeZone>
        </component>
        <component name="Microsoft-Windows-International-Core" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <InputLocale>en-US</InputLocale>
          <SystemLocale>en-US</SystemLocale>
          <UILanguage>en-US</UILanguage>
          <UserLocale>en-US</UserLocale>
        </component>
      </settings>
    </unattend>
    Do you guys have any inputs on this issue
    Nortonboy

  • HT204387 I can receive image from iphone 5s of my brother. but I cant do it vice versa, airdrop is on already

    I can receive image from iphone 5s of my brother. but I cant do it vice versa, airdrop is on already

    To Contact iTunes Customer Service...
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • How I can load images from Creative Cloud storage in photoshop plugin, created in Extension Builder 3 with use html5/css/js?

    How I can load images from Creative Cloud storage in photoshop plugin, created in Extension Builder 3 with use html5/css/js ?

    At this point there is no API for accessing the cloud storage outside Adobe's own closed loop.
    Mylenium

  • Can RAW images from Aperture library stored in an External HD?

    I last night[I thought I did] stored projects from aperture library to an external Iomega Mac version HD.[Partitioned the Iomega into two One large225GB for Time Machine and small 125GB for just back up folders]
    Then I have reinstalled my Mac OS.
    Now I connect the HD to my Apple Mac Book Air and see the saved images on the external HD but not highlighted and not there for available to open in my Aperture Apps?
    I also tried to import selectively the Aperture images from my Time Machine back up and that too failed.
    I on opening the Aperture selected "Import photos form a Disk" but that failed too.
    I have also saved to the same external HD some modified photos saves as JEPG and they open ok.
    When I reinstalled the OS and registered in a different name, would that make any difference to importing Aperture projects saved on an external HD?
    Can anybody suggest a way to open those Aperture project folders that I have stored on my External HD?
    Regards

    Projects are entirely maintained in the Aperture Library. You can use 'referenced masters', in which your masters don't reside inside the library (and the library merely keeps track of where you decided to keep them.)
    When you import new photos, Aperture updates some information in the library so that it knows the photos exist, where they reside, what sort of changes you've made to them, etc. You can't just plop new images into an external folder and expect Aperture to notice them. Think of this as "formally introducing your photos to Aperture" -- via the import process. Aperture wont deal with any photo you haven't introduced to it.
    I would be remiss if I didn't mention the alarm bells and red flashing lights that went off as soon as I read you were keeping your photos on an external drive partitioned for Time Machine and backup folders. Bad bad bad.
    There are two types of disks in the world: (1) Those that have failed, and (2) those that are going to fail. Sadly, even backup drives are not an exception to this rule.
    Never keep the "working" copy of your data on the same physical drive as a "backup" copy of your data. When the drive fails (and someday it will) you'll just lose all your copies of your work -- so much for having a backup. Drives are very cheap these days. Just get another one and dedicate your backup disks just for backups.
    As you have a MacBook Air (and thus only a single USB 2.0 port) you might want to look into "Network Attached Storage" (aka NAS). This way you don't have a tangled mess of a USB hub hanging off your Mac with several disk drives also hanging off the side of your Mac. The disks just live on the network - as though they're remote file servers. If the network is connected via Gigabit ethernet, the effective throughput to read/write those drives is about 3x faster than a locally attached USB 2.0 drive (no kidding!). You might think this is really expensive -- but you'd be surprised. I was checking prices at Other World Computing recently (an online store of products targeted to Mac owners) and noticed you can buy an empty NAS enclosure (meaning you buy the disk to go inside it) for as cheap as $25! An enclosure with 250GB disk pre-installed and Time-Machine compatible was about $120. To put this in perspective... I recently paid about $150 for a B+W Circular Polarizing filter. So all this technology costs less than one decent lens filter for my camera.

  • 10.6 System Image Utility can't image from 10.5 media :-(

    Can some kind person explain to me why the heck System Image Utility will only create images from a 10.6 source? I've still got macs running 10.5 that I need to keep up to date.
    Please don't refer me to DeployStudio (I hate the thing
    Message was edited by: mac-ct

    the same was true with 10.5 server. from the system imaging manual for 10.6:
    If no image sources are listed, make sure you inserted a valid Mac OS X v10.6 or later installation >DVD or mounted a valid Mac OS X v10.6 or later boot volume.
    Note: To create an image, you must have valid Mac OS X v10.6 image sources (volumes or installation >DVDs). You cannot create an image of the startup disk you are running on.
    you should be able to transfer over an existing 10.5 nbi folder to serve on a 10.6 server, however. try using a 10.5 machine with the 10.5 admin tools to create the image, then drop it on the new server.

  • Can display image from PixGrabber

    hi
    i try to grab pixels from an image to an array , biuld it as a new image object and draw it to the screen . i test that the array get the values and it does , and i dont recieve any exception. it just problem with displaing the image
    here is the code:
    import java.io.*;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.image.*;
    // the pic is 47 x 51 / gif
    public class grabbing extends JApplet{
      Image img,gen;
      int[] pixels;
      void grabData(Image img,int h,int w,int x, int y){
        int[] pixels = new int[w * h];
         PixelGrabber pg = new PixelGrabber(img, x, y, w, h, pixels, 0, w);
          try {
             pg.grabPixels();
          } catch (InterruptedException e) {
             System.err.println("interrupted waiting for pixels!");
             return;
          if ((pg.getStatus() & ImageObserver.ABORT) != 0) {
             System.err.println("image fetch aborted or errored");
             return;
          // for(int t=0;t<pixels.length;t++)
          //System.out.println("xx "+ pixels[t]);
        public  void init(){
         img = getImage(getCodeBase(),"pic.gif");
         grabData(img,40,40,20,20);
        public void paint(Graphics g){
          gen = createImage(new MemoryImageSource(51, 47, pixels, 0, 51));
          g.drawString("ssssss",25,25);
          g.drawImage(gen,100,100,this);
      }thanks in advance
    Shay

    sorry about the title
    can not display from PIxGrabber (wish i could:)

  • My itunes library has gone following a laptop rebuild.  I do have my iPod which is up to date - can I transfer from the iPod to the library or will the iPod lose all its data if I snyc?

    My itunes library has gone and is empty following a laptop rebuild.  I do have my iPod which is up to date with music, photos, apps etc - can I transfer from the iPod Touch to the library or will the iPod lose all its data if I sync to the laptop?  PLEASE HELP!

    I'm guessing you've got iPod touch 2nd generation
    iPod touch 2nd generation only goes up to 4.2.1, so you'll need a newer generation...
    iPod touch 3rd generation only goes up to 5.1.1
    4th and 5th generation both go up to iOS 6.1.3, wich is the current latest version.
    Hope this helps
    Stijn

  • How can transfer images from lightroom to LaCie external drive?

    How can i export images from lightroom toLaCie external drive?

    Hi welcome!
    It's possible that your description of what you want to do is a bit ambiguous.
    Are you wanting to move your images from an internal drive to an external drive?
    Are you wanitng to actually export images out of Lightroom with the destination being an external drive (a very different propostion to the above option)?
    Is there something else that you are actually wanting to do?
    Also Lightroom does not hold the images themselves.
    Lightroom has a database (called a catalog) that references the location of images that have been imported.
    Tony Jay

  • How can make byteArray from swf

    Hi all,
    i need to make byteArray from swf and save it into DB, because i need load the swf(in byteArray) to adobe air with URLLoader and loadBytes(). But I do not know how can i convert swf to byteArray, is it possible with php, or i need as3 script, which make byteArray...
    thanks for help!

    I don't know if you better post this in the Adobe AIR forum?

  • Extracting an image from its background

    Hi I have the attached image from which I am trying to produce a logo, eventually exporting it to illustrator.  I have retaken the photo of the charcoal drawing so it is placed on the same paper it was drawn on and have managed to get a reasonable amount of space on the right hand edge but the left hand edge is proving beyond me.  As there are so many greys and light greys, it is proving impossible to get a good selection.  When I place the logo in my wordpress site it looks awful on the right hand edge.
    Please see second screenshot to see what I am trying to explain.
    I tried doing a live trace in illustrator which was also a dismal failure sigh!
    Appreciate any suggestions thanks!

    You probably simply need to hang in there much longer. Sorry to say so, but sounds like you are expecting simple shortcuts and "Which button must I push?" solutions. Live Trace will work just fine, but naturalyl you will need to spend some time with it and still have to spend a lot of time cleaning things up manually afterwards. Likewise, in PS you will have to spend some time and work your way through the selection tools and manual cleanup by painting on the resulting mask/ channel... Not sure what else to tell you. Some things simply are just hard manual labor even in this day and age...
    Mylenium

  • Can load image from file using LabVIEW and display on IMAQ graph?

    I dont have IMAQ Vision for LabVIEW on my computer. Is it possible to load image file and display on an IMAQ graph?
    Thanks!

    Hey werwr,
    In response to: "I dont have IMAQ Vision for LabVIEW on my computer. Is it possible to load image file and display on an IMAQ graph?"
    As of right now, in order to read an image from file, you actually do need the IMAQ Vision software. The IMAQ driver without the Vision VI's will allow you to collect images from a framegrabber, and it will allow you to save those images to file. But the function that allows you to read an image from file does require the Vision VI's. Once you have the VI to read images from a file, you will be able to display the image on an IMAQ "Graph" or otherwise known as an Image Display.
    I hope this helps. Please let me know if you have any further questions.
    Thanks,
    DJ
    Applications Engineer
    National Instruments

  • Disk Utility will sometimes refuse to make image from dvd disk

    Our company puts disk images of media collections on a central server so that they are available to all the staff. But, recently I keep finding disks that refuse to be copied as a disk image. The Disk Utility runs for just a few seconds rather that the usual 20-30 minutes and the final disk image is only a couple of KB of data. I've tried the disks on multiple computers with the same results. All our macs have the same OS so I've been unable to test if this is an issue with the current OSX.
    I thought there might have been some sort of data protection put on the discs, but was surprised when disks from the same collection of media would have different results.
    These are not Video dvds, but rather standard UDF data discs, being copied to a network drive.
    I'm able to manually create an empty image and copy in the data but this takes much longer.
    Any help would be appreciated.

    I was having similar problems, although I don't think my issues was related to a double-layer DVD. What worked for me was selecting File > New > Disk Image from Folder. Select the DVD in the file open/save dialog with the same options you used before (e.g., DVD/CD master, etc).
    HTH
    - Dave

  • Can I download from a friend's itunes library?

    Can I plug my iphone into a friend's computer and manually select songs from his itunes library and sync them to my phone? Will it matter if they are songs that were paid for or from his own CD's?

    you will lose all of the tracks from your library if you do. The iphone can sync to only one iTunes library. You can make a copy of the tracks you want on a data CD and put them in your iTunes library. For CD ripped tracks there is no problem, but you would need to have your friend authorize his or her library on your computer as one of the 5 computers that can be authorized on an account.

Maybe you are looking for

  • 32bit Windows 7 and error message shown on Satellite T series

    Help needed for this computer dummy. I started to install 64 bit windows 7 then clicked cancel midway through, after I realised that perhaps this might require too much RAM. Now getting persistent error message (F3- F200-0002). What should I do? (nee

  • Can't drag Livetype Icon over to FCP - fix?

    Hi Haven't used my FCP for over a year - using it today...I thought I used to be able to simply drag my Livetype (1.2) file from Livetype over to FCP 4.5...now it doesn't work, I'm sure I used to do this...I grab the Livetype icon on top the canvas i

  • Set list permission with worflow

    I have two lists,  listA will be used by admin to add users with some required information , we need once admin added the user,  a contribute permission is added for user to listB. I'm trying to use sharepoint designer to accomplish this but all acti

  • N9 manual network selection?

    Does sw (or an update)  supports "manual network selection" option? Solved! Go to Solution.

  • Spacebar Scrolling Bug/Feature - CS4

    Hi guys, recently upgraded to CS4 - loving it, so far - but I have come across a feature/possibly a bug that I'd like to switch off. The best way I can explain it is this: When I have a tool selected, pressing the spacebar + another tool's hotkey (ie