Ask a Question related to Macromedia Fireworks, Design and Development.

  1. #1

    Default batch if???

    can you put a if statment in the batch so that it will only convert images
    aboue 30k ?

    --


    *Fear* leads to anger,
    anger leads to hate,
    hate leads to...suffering!
    -A great master.


    Guest

  2. Similar Questions and Discussions

    1. batch a command possible?
      Is there any extension to apply a command to several documents at once?
    2. Batch update
      Hi; What I am trying to do is, display data in 5 columns in a datagrid. Out of the 5 columns 2 columns are textboxes so that, a user can change...
    3. How to batch FH8 from Mac to PC
      I need help for this I have no experience in Mac and I need all the files in my PC...
    4. Batch Processing, not quite batch
      Did anyone come up with a solution or at least an explination for this? I am having the same issue trying to batch convert TIFF files to PDF.
    5. Can I Batch??
      I normally use Photoshop 7.0, however, a friend only has access to Elements. I was explaining the Automate-Batch functionality of Photoshop and was...
  3. #2

    Default Re: batch if???

    You would probably have to save the script and modify it.

    You would probably put a check, using the Javascript filesize function, at
    the top of the processing loop to determine whether the current file should
    be processed or not.

    If you don't want to do that, at the beginning of the batch process setup
    (assuming Windows), change the options for the file add dialog so that file
    details are displayed, sort by file size and only select files greater than
    30K.

    Cheers,
    Sam

    <mt@lexicon.net> wrote in message news:bm0fk2$o4$1@forums.macromedia.com...
    > can you put a if statment in the batch so that it will only convert images
    > aboue 30k ?
    >
    > --
    >
    >
    > *Fear* leads to anger,
    > anger leads to hate,
    > hate leads to...suffering!
    > -A great master.
    >
    >

    Sam Poikail Guest

  4. #3

    Default Re: batch if???

    ok
    thanks for that

    --


    *Fear* leads to anger,
    anger leads to hate,
    hate leads to...suffering!
    -A great master.
    "Sam Poikail" <indigo_wolf@SPAMBITEShotmail.com> wrote in message
    news:bm1k27$ak1$1@forums.macromedia.com...
    > You would probably have to save the script and modify it.
    >
    > You would probably put a check, using the Javascript filesize function, at
    > the top of the processing loop to determine whether the current file
    should
    > be processed or not.
    >
    > If you don't want to do that, at the beginning of the batch process setup
    > (assuming Windows), change the options for the file add dialog so that
    file
    > details are displayed, sort by file size and only select files greater
    than
    > 30K.
    >
    > Cheers,
    > Sam
    >
    > <mt@lexicon.net> wrote in message
    news:bm0fk2$o4$1@forums.macromedia.com...
    > > can you put a if statment in the batch so that it will only convert
    images
    > > aboue 30k ?
    > >
    > > --
    > >
    > >
    > > *Fear* leads to anger,
    > > anger leads to hate,
    > > hate leads to...suffering!
    > > -A great master.
    > >
    > >
    >
    >

    Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139