How to send a project containing multiple pictures by e-mail?

I have previously used Photoshop Album 2.0 on PC, and have just purchased an iMac and the PSE 6.0 for it.
I have a leisure-time project at hand, where I would like to send some 30 pictures for review for some people.
With Photoshop Album, I could in similar cases include all the photos in a collection and then make a small slide show out of it. the size was circa 2 Mb, with music included. Now when I try to do the same in PSE 6.0, the file size is 38 Mb. That is WAY too big to be sent my e-mail.
What do you suggest - how could I send multiple small resolution pictures by e-mail? I do not want to use web gallery. The pictures do not need to be of high resolution, but something more than thumbnails still.

Responding to "is it safe"...
With Flickr or JAlbum you upload your images to a web host and provide a link so another person can view those pictures. Both programs have built-in ftp functions so they upload for you.
I can't think of anything about either that would be unsafe, but your images could be viewed by complete strangers if you don't mark them "private". Normally, you wouldn't care who views your images.
Google Flickr and JAlbum and follow the steps to set up the program. Both very simple. These are just two suggested ways to put your images up for review by other people. There are dozens of other ways to do it. These two are free and simple to use.
If you do want to work in Elements, and send the results as an attachment to email, then a slideshow saved in the .pdf format is the best solution.
If your images are 2mb, then you are trying to send images that are about 2000 px x 3000 px right out of the camera. That's a 10" x 6.5" image at 300 dpi. Your viewer doesn't need that large a file to see the image.
Resize those images to, say, 500 px on the longest side and your viewer will still see the same image in the same detail on his screen. The file will be just over 100 kb.
Save your original in the 2mb size, and use Save As with a different file name for the reduced size images you'll send.

Similar Messages

  • How can I get rid of multiple pictures at the same time?

    how can I get rid of multiple pictures at the same time?

    Adobe Bridge, lightroom and your file browser (windows explorer or Mac Finder) can select multiple pictures at once and then delete. If you are looking for more than that for information, you will need to be more specific at what your doing, what OS you have, and version of software your using. If necessary post screen shots so we can see what your doing. The more information we have the more detailed of an explaination can can give back to you.

  • How to send a document to multiple signers

    In this tutorial, learn how to send an agreement to multiple unique signers who are signing the same agreement.

    Ourdream wrote:
    even if I dont have word it can be sent as word?
    Yes, try Share > Send Via Mail

  • HT1355 How to send 2 or more pdf files in e mail

    How to send 2 or more pdf files in e mail...????????

    Also i have a workspace created in html.oracle.com in that when i want to upload excel file or copy data from excel i am getting error as......
    ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-01658: unable to create INITIAL extent for segment in tablespace FLOW_6868Looks like the data you're trying to load will exceed your workspace quota (2MB small, 5MB medium). Try loading fewer rows.

  • Another question?? being able to send byte arrays containing multiple types

    Hi,
    I have a question which I would really appreciate any help on.
    I am trying to send a byte array, that contains multiple types using a UDP app. and then receive it on the other end.
    So far I have been able to do this using the following code. Please note that I create a new String, Float or Double object to be able to correctly send and receive. Here is the code:
    //this is on the client side...
    String mymessage ="Here is your stuff from your client" ;
    int nbr = 22; Double nbr2 = new Double(1232.11223);
    Float nbr3 = new Float(8098098.809808);
    ByteArrayOutputStream baos = new ByteArrayOutputStream();
    ObjectOutputStream oos = new ObjectOutputStream(baos);
    oos.writeObject(mymessage);
    oos.writeInt(nbr);
    oos.writeObject(nbr2);
    oos.writeObject(nbr3);
    oos.close();
    byte[] buffer = baos.toByteArray();
    socket.send(packet);
    //this is on the server side...
    byte [] buffer = new byte [5000];
    String mymessage = null; int nbr = 0; Double nbr2 = null;
    Float nbr3 = null;
    mymessage = (String)ois.readObject();
    nbr = ois.readInt();
    nbr2 = (Double) ois.readObject();
    nbr3 = (Float) ois.readObject();
    My main question here is that I have to create a new Float and Double object to be able to send and receive this byte array correctly. However, I would like to be able to have to only create 1object, stuff it with the String, int, Float and Double, send it and then correctly receive it on the other end.
    So I tried creating another class, and then creating an obj of this class and stuffing it with the 4 types:
    public class O_struct{ 
    //the indiv. objects to be sent...
    public String mymessage; public int nbr; public Double nbr2;
    public Float nbr3;
    //construct...
    public O_struct(String mymessage_c, int nbr_c, double nbr2_c, float nbr3_c){
    my_message = my_message_c;
    nbr = nbr_c;
    nbr2 = new Double(nbr2_c);
    nbr3 = new Float(nbr3_c);
    Then in main, using this new class:
    in main():
    O_struct some_obj_client = new O_struct("Here is your stuff from your client", 22, 1232.1234, 890980980.798);
    oos.writeObject(some_obj_client);
    oos.close();
    send code....according to UDP
    However on the receiving side, I am not sure how to be able to correctly retrieve the 4 types. Before I was explicitely creating those objects for sending, then I was casting them again on the receiving side to retrieve then and it does work.
    But if I create a O_struct object and cast it as I did before with the indiv objects on the receiving end, I can't get the correct retrievals.
    My code, on the server side:
    O_struct some_obj_server = new O_struct(null, null, null. null);
    some_obj_server = (O_struct)ois.readObject();
    My main goal is to be able to send 4 types in a byte array, but the way I have written this code, I have to create a Float and Double obj to be able to send and receive correctly. I would rather not have to directly create these objects, but rather just create one object and be able to send and receive the information on both ends
    I might be making this more complicated than needed, but this was the only way I could figure out how to do this and any help will be greatly appreciated.
    If there an easier way to do I certainly will appreciate that advise as well.
    Thanks.

    which forum should I be posting this on?Serialization.
    To get you started...
    public class O_struct implements Serializable {                                                                                                                                                                                                                                                                                   

  • How to send job postings to multiple third party sites using the XML output

    Dear Friends,
    We are Implementing Irecruitment for our client, Client requirement is how can we send job postings to multiple third party sites using the XML output from i-Recruitment
    With regards
    Surya
    .

    Can you be more specific about your Requirement. In General, Please navigate to iRecruitment Recruiter Responisbility.
    Then Select, Setup > Recruiting Sites. Here, you can configure your Third Party Websites information and attach stylesheets. The default mode oracle sends the vacancy information is HR-XML Format.
    If you would like to select more sites information select "Add Another Row".
    Then, you can see this information while "New Vacancy Creation Process".
    iRecruiter.
    Edited by: iRecruiter on Oct 18, 2009 7:43 AM

  • How can i print text contain multiple language

    hi all,
    i have swing application with JTextPane contains multiple data (kannada and English)
    i used to the follwoing code to print contatent of jtextPane and in this code i seted
    font Kedage(for kannada)
    if did not set to kannada font the kannada test is printing squre box
    if i set english font than kannada the english font is squre box,
    here how can i identify the the character is kannada and english
    help me to solve this problem or suggest me any other way to print multiple language
    text in JTextPane.
         public void printMeetingDetails(String meetingDate){
                   PrintJob pjob = getToolkit().getPrintJob(new JFrame(), "Meeting Details", new Properties());
                    if (pjob != null) {
                      Graphics pg = pjob.getGraphics();
                      if (pg != null) {
                        String s1 = taMeetingDetails.getText();
                        s1 = s1 + "\n Resolution :";
                        //String s2 = "\n This is the second paragraph for printing after the sample java code.";
                        String s2 = "\t"+taResolution.getText();
                        printLongString (pjob, pg, s1,s2);
                        pg.dispose();
                      pjob.end();
              private int margin = 72;
                // Print string to graphics via printjob
                // Does not deal with word wrap or tabs
                private void printLongString (PrintJob pjob, Graphics pg, String strEng,String strKan) {
                  int pageNum = 1;
                  int linesForThisPage = 0;
                  int linesForThisJob = 0;
                  // Note: String is immutable so won't change while printing.
                  if (!(pg instanceof PrintGraphics)) {
                    throw new IllegalArgumentException ("Graphics context not PrintGraphics");
                  StringReader srEng = new StringReader (strEng);
                  StringReader srKan = new StringReader (strKan);
                  LineNumberReader lnrEng = new LineNumberReader (srEng);
                  LineNumberReader lnrKan = new LineNumberReader (srKan);
                  String nextLine;
                  int pageHeight = pjob.getPageDimension().height - margin;
                // Font helv = new Font("Kedage", Font.PLAIN, 12);
                  Font helv = new Font("Kedage", Font.PLAIN, 12);
                  //have to set the font to get any output
                  pg.setFont (helv);
                  FontMetrics fm = pg.getFontMetrics(helv);
                  int fontHeight = fm.getHeight();
                  int fontDescent = fm.getDescent();
                  int curHeight = margin;
                  try {
                    do {
                      nextLine = lnrEng.readLine();
                      if (nextLine != null) {        
                        if ((curHeight + fontHeight) > pageHeight) {
                          // New Page
                          System.out.println ("" + linesForThisPage + " lines printed for page " + pageNum);
                          if (linesForThisPage == 0) {
                             System.out.println ("Font is too big for pages of this size; aborting...");
                             break;
                          pageNum++;
                          linesForThisPage = 0;
                          pg.dispose();
                          pg = pjob.getGraphics();
                          if (pg != null) {
                            pg.setFont (helv);
                          curHeight = 0;
                        curHeight += fontHeight;
                        if (pg != null) {
                          pg.drawString (nextLine, margin, curHeight - fontDescent);
                          linesForThisPage++;
                          linesForThisJob++;
                        } else {
                          System.out.println ("pg null");
                    } while (nextLine != null);
                    Font fMyFont = new Font("Kedage", Font.PLAIN, 12); //for kannada
                    //have to set the font to get any output
                    pg.setFont (fMyFont);
                    fm = pg.getFontMetrics(fMyFont);
                    fontHeight = fm.getHeight();
                    fontDescent = fm.getDescent();
                    curHeight += fontHeight;
                    do {
                      nextLine = lnrKan.readLine();
                      if (nextLine != null) {        
                        if ((curHeight + fontHeight) > pageHeight) {
                          // New Page
                          System.out.println ("" + linesForThisPage + " lines printed for page " + pageNum);
                          if (linesForThisPage == 0) {
                             System.out.println ("Font is too big for pages of this size; aborting...");
                             break;
                          pageNum++;
                          linesForThisPage = 0;
                          pg.dispose();
                          pg = pjob.getGraphics();
                          if (pg != null) {
                            pg.setFont (fMyFont);
                          curHeight = 0;
                        curHeight += fontHeight;
                        if (pg != null) {
                          pg.drawString (nextLine, margin, curHeight - fontDescent);
                          linesForThisPage++;
                          linesForThisJob++;
                        } else {
                          System.out.println ("pg null");
                    } while (nextLine != null);
                  } catch (EOFException eof) {
                    // Fine, ignore
                  } catch (Throwable t) { // Anything else
                    t.printStackTrace();
                }thanks
    daya

    hi all,
    i have swing application with JTextPane contains multiple data (kannada and English)
    i used to the follwoing code to print contatent of jtextPane and in this code i seted
    font Kedage(for kannada)
    if did not set kannada font then kannada text is not printing porperly(printg squre box)
    if i set kannada font then english font is squre box,
    here how can i identify the the character is kannada and english characater
    help me to solve this problem or suggest me any other way to print content of jtextpane which is in multiple language text.
    public void printMeetingDetails(String meetingDate){
                   PrintJob pjob = getToolkit().getPrintJob(new JFrame(), "Meeting Details", new Properties());
                    if (pjob != null) {
                      Graphics pg = pjob.getGraphics();
                      if (pg != null) {
                        String s1 = taMeetingDetails.getText();
                        s1 = s1 + "\n Resolution :";
                        //String s2 = "\n This is the second paragraph for printing after the sample java code.";
                        String s2 = "\t"+taResolution.getText();
                        printLongString (pjob, pg, s1,s2);
                        pg.dispose();
                      pjob.end();
              private int margin = 72;
                // Print string to graphics via printjob
                // Does not deal with word wrap or tabs
                private void printLongString (PrintJob pjob, Graphics pg, String strEng,String strKan) {
                  int pageNum = 1;
                  int linesForThisPage = 0;
                  int linesForThisJob = 0;
                  // Note: String is immutable so won't change while printing.
                  if (!(pg instanceof PrintGraphics)) {
                    throw new IllegalArgumentException ("Graphics context not PrintGraphics");
                  StringReader srEng = new StringReader (strEng);
                  StringReader srKan = new StringReader (strKan);
                  LineNumberReader lnrEng = new LineNumberReader (srEng);
                  LineNumberReader lnrKan = new LineNumberReader (srKan);
                  String nextLine;
                  int pageHeight = pjob.getPageDimension().height - margin;
                // Font helv = new Font("Kedage", Font.PLAIN, 12);
                  Font helv = new Font("Kedage", Font.PLAIN, 12);
                  //have to set the font to get any output
                  pg.setFont (helv);
                  FontMetrics fm = pg.getFontMetrics(helv);
                  int fontHeight = fm.getHeight();
                  int fontDescent = fm.getDescent();
                  int curHeight = margin;
                  try {
                    do {
                      nextLine = lnrEng.readLine();
                      if (nextLine != null) {        
                        if ((curHeight + fontHeight) > pageHeight) {
                          // New Page
                          System.out.println ("" + linesForThisPage + " lines printed for page " + pageNum);
                          if (linesForThisPage == 0) {
                             System.out.println ("Font is too big for pages of this size; aborting...");
                             break;
                          pageNum++;
                          linesForThisPage = 0;
                          pg.dispose();
                          pg = pjob.getGraphics();
                          if (pg != null) {
                            pg.setFont (helv);
                          curHeight = 0;
                        curHeight += fontHeight;
                        if (pg != null) {
                          pg.drawString (nextLine, margin, curHeight - fontDescent);
                          linesForThisPage++;
                          linesForThisJob++;
                        } else {
                          System.out.println ("pg null");
                    } while (nextLine != null);thanks
    daya

  • How to send one text to multiple numbers

    On iPhone 3GS , how do u send 1text to multiple numbers?

    The information below implies you must use MMS or iMessage (not SMS).
    [extracted from the iPhone User Guide for iOS 5]
    Sending messages to a group
    Group messaging lets you send a message to multiple recipients. Group messaging works with iMessage and MMS (not available in all areas).
    Send messages to a group: Tap the new message button, then enter multiple recipients.
    Note: With MMS, group messaging must also be turned on in Settings > Messages, and replies are sent only to you—they aren’t copied to the other people in the group.

  • How to share the project to multiple users?

    Hi Everyone!
    I really need you help. My question is just silly.
    The situation:
    There are two users who work on the project. They divided the responsibilities. They have to build different parts of one project (mappings, tables etc.).
    Can't understand how to use one project for development by multiple users.
    I found in guides a statement: "Multiple users can concurrently access an Oracle Warehouse Builder project. Changes and updates are managed through a locking mechanism to ensure data integrity." But I can't find a description how to do it correctly.
    Who should be the owner of the workspace? It should be one of current users or special user? Who should create the project? And how to use it concurrently?
    Kind regards,
    Tatyana.

    Hi,
    Multiple users can work on same project.
    Who should be the owner of the workspace? It should be one of current users or special user?
    Make sure one is repository owner(REP_OWNER) and other is repository user(REP_USER)
    Regards,
    Azhar

  • How can I in iPhoto print multiple pictures on one 8x11.5 sheet

    I want to print multiple pictures on one  8X11.5 sheet using iphoto.

    Select the photo and print - select the printer, the paper size and the print size (do the math to be sure they will fit) and if the preview does not reflect the multiple photos click customize in settings select multiple photos per page - the preview will reflect this selection - print
    LN

  • How  to send text file as an attachment to exteral mail

    hi ,
    Can any one tell me how to send an internal table as a textfile attachment  to the external mail.
    regards
    kishore

    hi,
    i am assuming txt fie attachment means you want notepad attachment
    recently i struggled on this and i achieved success by doing as below
    remember to keep packlist as RAW type like below:
    t_packing_list-doc_type = 'RAW'.
    do like this
    CALL FUNCTION 'SO_SOLITAB_TO_SOLIXTAB'
        EXPORTING
          ip_solitab        = t_attachment[]
       IMPORTING
         EP_SOLIXTAB       = xtext[].
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data                    = w_doc_data
         PUT_IN_OUTBOX                    = 'X'
        COMMIT_WORK                      = 'X'
        tables
          packing_list                     = t_packing_list
        OBJECT_HEADER                    =
        CONTENTS_BIN                     = objbin
         CONTENTS_TXT                     = it_message
         CONTENTS_HEX                     = xtext
        OBJECT_PARA                      =
        OBJECT_PARB                      =
          receivers                        = t_receivers
       EXCEPTIONS
         TOO_MANY_RECEIVERS               = 1
         DOCUMENT_NOT_SENT                = 2
         DOCUMENT_TYPE_NOT_EXIST          = 3
         OPERATION_NO_AUTHORIZATION       = 4
         PARAMETER_ERROR                  = 5
         X_ERROR                          = 6
         ENQUEUE_ERROR                    = 7
         OTHERS                           = 8

  • How can i send a folder containing multiple excel file to a mail address?

    hi ,
           i have report showing details sales report. Key field is customer id.  my requirement is to send the output of this report as excel file  to a mail id according to customer id. suppose there are 100 customer id , so 100 excel sheet will go to the mail. I have done it. But now  i want to send a folder or zip folder that's containing all the excel file to the mail id  so the mail user can download that folder at a time containg all the excel file. Is it possible ? if then how.  i have used cl_bcs , cl_document_bcs and if_recipient_bcs  these class and interface.
    I need your suggestion.

    Hi Sandipan,
    You can use some of this classes: CL_ABAP_ZIP or CL_ABAP_GZIP
    For example:
    DATA: OBJ_ZIP TYPE REF TO CL_ABAP_ZIP,
                ZIP_FILE  TYPE XSTRING.
    CREATE OBJECT OBJ_ZIP.
    OBJ_ZIP->ADD( NAME = <file_name>   CONTENT = CONTENT ).
    OBJ_ZIP->ADD( NAME = <file_name2> CONTENT = CONTENT ).
    ZIP_FILE = OBJ_ZIP->SAVE( ).
    You can also visit this Otto Frost detailed post on GZIP:
    http://wiki.sdn.sap.com/wiki/display/profile/GZIP
    I hope that helps.
    Regards,
    John
    Edited by: John Smith on Feb 5, 2012 2:21 PM

  • Event/Project contains multiple events...how do I fix?

    I'm fairly new to iMovie and I have the 10.0.6 version that came with Yosemite. My goal is to compile several dozen videos into one compilation, and I would like them in chronological order. I don't remember how I did it but I have managed to bring in 13 different videos as one big event or project (it is listed in both places). Unfortunately, I can see no way to select these videos individually in order to label, rearrange or transition between them. When I select All Events and choose the collection of videos, iMovie recognizes there are 13 video clips, but I can't do anything with them.
    Clearly I didn't bring them in right in the first place, but I don't know the correct way to do it, and if there's any way I can salvage what I have (so I don't need to go digging around my hard drive to find all these videos again). Watching beginner's tutorials so far as not been able to answer my question, and the iMovie '11 & iDVD book I have seems to be referring to an older version of the software, and things don't match up.
    Thanks for any help you can provide.

    Here is what my Libraries shows by the way. The project I wanted to work on is currently in the 1-19-15 portion of the 2012 iMovie Library, for some reason. I don't know why the 13 videos don't show up individually under All Events, which is what I suspect I need them to do so I can label and organize them.

  • How to send a project from Premiere Pro to be opened on another computer in FCP7?

    The crux is I have this project in Premiere Pro CS5.5 which contains the original MOVs and time adjusted movs that I nested and turned into F4Vs, so it contains movs and f4vs with 1 aiff file and I need to send the work to the director(who has FCP7 and works on a Apple computer) so they can key out the green screen and grade it in FCP7. I prefer no to send 1 big file because there are lots of fast flickering cuts so would take alot of time to go through it pretty much frame for frame. So it would be eaier if they could view it as a project file in FCP7 like I can see it in Adobe Premiere Pro. I haven't done this before as you can tell but someone must of tried doing this before so how is it done?
    My project settings in Pro are
    Editing mode: DSLR
    Timebase 25.00 frames/second
    FRame size 1920 x 1080 vertical 16:9
    Pixel Aspect Ratio: Square Pixels (1.0)
    Display Format: 25fps Timecode
    Sample Rate:48000HZ
    Dispaly Format:Audio Samples
    Video Previews
    Preview File Format I-Frmae Only Mpeg
    Codec: Mpeg I-Frame
    Width 1920
    Height 1080
    Please help I really appreciate any advice, I've tried converting the f4vs into apple pro res but no video converter or media encoder will let me even if i imort the pro res preset.

    Duplicate the project with referenced events onto the external hard drive.

  • How to send a packet to multiple recipients?

    I'm writing a small chat program in java. What I have so far for the server, is this:
    import java.io.*;
    public class datagramServer {
         public static void main(String[] args) throws IOException {
              new datagramServerThread().start();
    }datagramServerThread class:
    import java.net.*;
    import java.util.*;
    import java.io.*;
    public class datagramServerThread extends Thread {
        protected DatagramSocket socket = null;
        boolean listening = true;
        datagramProtocol DGP = new datagramProtocol();
        public datagramServerThread() throws IOException {
         this("datagramServerThread");
        public datagramServerThread(String name) throws IOException {
            super(name);
            socket = new DatagramSocket(4445);
        public void run() {
            while (listening) {
                try {
                    byte[] buf = new byte[256];
                    DatagramPacket packet = new DatagramPacket(buf, buf.length);
                    socket.receive(packet);
                    String processSendBack = new String(packet.getData());
                    String sendBack = DGP.processInput(processSendBack);
                    buf = sendBack.getBytes();
                    InetAddress address = packet.getAddress();
                    int port = packet.getPort();
                    packet = new DatagramPacket(buf, buf.length, address, port);
                    socket.send(packet);
                catch (IOException e) {
                    e.printStackTrace();
            socket.close();
    }And the datagramProtocol class:
    import java.io.*;
    import java.net.*;
    public class datagramProtocol {
         String output;
         public String processInput(String toProcess) {
              output = toProcess;
              return output;
    }Pretty simple, and it works great, if you just want to chat with yourself... ;)
    The client is really simple, just sends and receives, nothing fancy.
    What I want to know, is how would I send anything any client sends, to every other connected client?
    btw, I was wondering if it's good coding practice to put everything into a seperate class like that. I probably could've put everything into one, but it's a little neater in seperate files.
    Thanks,
    Alex

    Can a publish/subscribe sort of model be used in it's
    place? Or how about just a listener model rather
    than pushing each request? This way the clients just
    register themselves and listeners and you merely
    propogate an event. There would be no need to keep
    track of each IP, etc.
    Just thinking out loud here... :)Well, as I understand, on a publish/subscriber model, the publisher has to keep some sort of reference to the listener in order to send the events when they happen.
    Keeping the sockets to the clients seems to me as good as a reference can be on a TCP/IP connection short of using RMI to do that, but if the client/server must be decoupled from the language what I sugested is a publish/subscriber model. The clients are the subscribers, they ad themselves as such upon connecting to the server, the server wich is the publisher store their reference as subscribers by keeping the socket where they agreed upon communicating.
    When the publisher has a new message to be published it walks the list of references giving them the event, wich is the message posted.
    Sure it could be done with events just notifying the arrival of new messages but it would just complicate the model beyond the need. For the client would have to wait for the event and them send a request asking for the actual message, in order to do such a system he would have to create a simple protocol of comunication between the client and the server.
    May the code be with you.

Maybe you are looking for