ImageReady not included with CS3?

Greetings—
I'm disheartened to learn that CS3 does not include
ImageReady, which I use on a daily basis to create animated gifs.
Does Fireworks fill this void? I've tried vector-based animated
gifs via Flash, but the results have alway been very poor.
I appreciate your comments,
Jon

I won't argue with you about the html - I don't use html from
ANY
graphics app. I use the app for it's primary function -
working on
graphics. I can work just as fast or faster in DW to generate
my html.
I have been using Photoshop since version 2, and FW since
version 1. I
have never found IR to be nearly as intuitive as PS, though.
I'm not
app-bashing, just giving you my perspective as someone who
uses both
programs regularly.
IR did have more flexibility with slices (being able to
custom name auto
slices, for one) and I hope these types of features are
incorporated as
the program continues to evolve.
Splitting slices - I guess if it's something you're used to
doing, it
would be something you miss. Resizing slices has never been a
big deal
to me. I do not know your workflow, but another option is to
resize your
one slice to the dimensions you want and then press either
CTRL+SHIFT+D
to create a clone of the selected slice or CTRL+ALT+D to
create a
duplicate. Then just reposition the slice using the mouse or
arrow keys.
FW is a different workflow - and a faster one, if you give
yourself a
chance to learn the program. It's more closely akin to AI
rather than
Photoshop and it is a unique application in many ways. It is
not PS, but
it's not supposed to be. Working with vectors in FW is a
dream compared
to vectors in PS. Advanced bitmap editing is one of PS's
strongest
features, while FW does decent - but not advanced - bitmap
editing. They
are two different programs, FW comes from the vector world
and does a
pretty decent job of working with bitmaps. It's a hybrid
program and it
does flow differently than a completely bitmap-based app like
Photoshop.
You can select slices on the canvas and delete them. I do it
all the
time. Just click on the slice (or shift-click to select
multiple
slices)and press delete.
You can also select multiple slices - either in the slice
layer or on
the canvas and "batch" optimize them. Select them in the same
manner as
described above and then use the optimize panel to make your
format and
compression settings. If you want to see the result of the
optimize
settings, click on the preview tab while you're working.
As for the interface, well, like any dev cycle, there's only
so much
time to get things done. I'm sure UI will get a facelift
before long, as
it benefits Adobe to have a similar UI for all its apps.
HTH
Jim Babbage - .:Community MX:. & .:Adobe Community
Expert:.
Extending Knowledge, Daily
http://www.communityMX.com/
CommunityMX - Free Resources:
http://www.communitymx.com/free.cfm
.:Adobe Community Expert for Fireworks:.
news://forums.macromedia.com/macromedia.fireworks
news://forums.macromedia.com/macromedia.dreamweaver
Montemedia wrote:
> ... whatever you do or say, don't make Linda mad. I
hope she doesn't
read
> this. I think she comes from the Macromedia perspective
and may not be
> familiar with how smooth the intergration between
ImageReady and
Photoshop used
> to be. I also thought ImageReady wrote some great HTML
with
comprehensive
> options. Fireworks is not the same - it isn't a good
substitute -
I'm not
> saying it's a useless application - it's just not the
same. It still
retains
> that funky, sticky Macromedia interface that made many
of their
applications so
> frustrating to use - never as intuitive as Adobe apps.
>
> ? ImageReady clearly had a more advanced method of
slicing images.
> ? Dividing those slices is a possibility that is not
apparent in
Fireworks.
> ? You could also slect a slice easily without deleting
part of the
image as
> you do it. Deleting a slice from the "Web Layer"
palette is clumsy.
You
> should be able to select it easily from the composition
and hit
"delete" or
> choose it from a right-click context menu.
> You could also select multiple slices at once to
optimize in batch
form -
> quicker and easier to be more precise with a greater
number of
options to
> optimize. ... time to eat dinner ....
>

Similar Messages

  • How many titler fonts are included with CS3?

    Since installing Prem CS3 I can only use about 16 fonts in the titler with about the same that are listed but not usable. (will just print circles or such like). In Prem Pro 2.0 I had loads but not any more. I have just installed on a fresh machine under XP and all just the same.
    I'm sure there should be more but certain how to progress this one???
    This was a new install on fresh H/D with only Adobe and Matrox software installed apart from the normal Microsoft mouse/keyboard and virus software.
    Regards to all

    There are probably some fonts included with CS3, but fonts are managed by your OS. Many programs will install additional ones, and there are thousands available for purchase, plus some free ones. The installation of fonts is handled through Control Panel>Fonts. If you had more, reinstalled the OS, and have fewer now, it is because the OS comes with but a few. Most of the fonts that you remember were probably for other software, like wordprocessors, etc.
    Before you did your reinstall, did you do a backup of your system? You should be able to find these other fonts and reinstall them on your system. I keep all my TT fonts in one folder and all of my PS fonts in another with necessary sub-folders, and then use either they system or a font manager to install the ones that I need. Last time I looked, I had about 6000, but only a handful are installed on the system at boot.
    I'd check the latter discs of the set for any Adobe fonts, that might be included. In some previous additions of Adobe programs, they were in Goodies>Fonts, but a lot has changed. Also, IIRC, all included Adobe fonts are now OpenType, so you may have to poke around a bit to find them. As I do not have CS3, I can't give you the exact location. Also, I use the old, discontinued ATM Pro 3.5 to manage my OT and PS fonts, loading in just the extras that I need for a job, and it has not been available for some years. Other font management utilities can do pretty much the same.
    Hunt

  • [js] CS Scripting not working with CS3

    Hello,
    We had a JavaScript made for us that enabled the user to exchange certain text within a document.
    This script works fine with CS (Ver.3.0.1) but gives a JavaScript Error - #55, Error String: Object does not support the property or method 'findPreferences' with CS3 (Ver.5.0)
    I have tried 'tinkering' around with the scripting - but I have zero experience with JavaScript and have not found a solution.
    Additionally the people that wrote the initial script are not available.
    I have bought several books but they all seem like alien-language to me
    Below is the section of origional CS scripting.
    Can anyone point out to me WHY this script does not work with CS3?
    And WHERE I should start looking - changing?
    Thanks in advance for your help and guidence.
    Lee
    // Exchange the text
    function actProjectData(oneDoc, oneResult){
    app.findPreferences = null; app.changePreferences = null;
    oneDoc.search(undefined, true, true, oneResult[0],{appliedCharacterStyle:oneDoc.characterStyles.item(myProjectTitleCharStyleNa me)}, undefined);
    oneDoc.search(undefined, true, true, oneResult[1],{appliedCharacterStyle:oneDoc.characterStyles.item(myOfferNoCharStyleName)}, undefined);
    oneDoc.search(undefined, true, true, oneResult[2],{appliedCharacterStyle:oneDoc.characterStyles.item(myOfferDateCharStyleName) }, undefined);
    app.findPreferences = null; app.changePreferences = null;

    > Come to think of it, maybe it's easier to create a folder "Version 4.0 Scripts" under your scripts folder and place your CS script in there. Maybe that will do the trick. Should have thought of that earlier.
    Tried this, but it didn't seem to do anything... But certainly a 'try' worth.
    Currently playing around with the:
    > app.findTextPreferences.findWhat = "a";
    app.changeTextPreferences.changeTo = "b";
    oneDoc.changeText();
    I've got to the point where I have no error messages :-) Now I'm really flying.....
    Fact is - not all text and also the wrong text is replaced!!!
    I'm currently playing with the script to try and replace
    all texts with a given paragraph style with the entered text...
    Not proving to be simple for me, but I'm learning rather a lot!
    Now that doesn't sound very clear when I go back and read it!
    What I want to say is:
    Each page of the document has the project name, No & Date on it (each having their own paragraph style)
    so
    With this script it asks you the Project name, No. and Date and then goes
    through the whole document and replaces all instants of those texts with specific paragraph styles with the newly 'entered' text.
    Proving to be a little mountain for me - Thought it would only be a hill!

  • Idvd was not included with my mac mini how do I burn movies?

    dvd was not included with my mac mini how do I burn movies?

    It is now confirmed that iDVD and iWeb have been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    In addition the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on.
    HOWEVER, the iLife 11 boxed version that is still available at the online Apple Store (Store button at the top of the page) and those copies still on the shelves of retailers will include iWeb and iDVD.
    You can purchase the iLife 11 boxed disk at the online Apple Store while supplies last or possible at Amazon.com or eBay.com.
    Happy New Year

  • How to make sure that schema name is not included with generated sqls

    How to make sure that schema name is not included with generated sqls with tableadapter wizard.
    What should I use? Oledb, ODT.NET, where can set that I want "pure" sqls, not schemas, not ", or anything like this
    I want
    "Select a,b from t1" ,not "select "a","b" from schema.t1"
    Also schema name is put in all parameters, all over the place... What if schema name changes. (b1test to b1prod)
    . I now manually edit XML files of dataset. It works but....
    thanks

    The full hardware :
    Processor Intel core due 3.00 MHz
    RAM:1.5GB
    psu:650 Watt (but i baught i cheap one so it may be actually about 400 watt)
    HD Disk:160 GB
    But about the power supply if it not able to run the VGA card ,Is it will not show any screen or it will not able to run the computer??

  • Idvd is not included with lion, apple says is discontinued , where i can get it?

    idvd is not included with i life11 installed with new i mac tha comen with  Lion, apple says is discontinued , where i can get it?

    Make a couple of phone calls.
    iDVD is a “Must Have".   (Yes, it should be included.)
    Call Apple, they sometimes sent out iDVD at no charge.
    800-692-7753
    800-275-2273
    If you are still within your 15 day return period,  nicely explain that you may return the computer without iDVD. That usually does the trick.
    Most people report that by asking here:   http://www.apple.com/feedback/idvd.html
    or here:   http://www.apple.com/contact/
    they got a free copy of iDVD.
    If that doesn't work you can purchase iLife 11  (includes iDVD) on disk (don't get the download) for about $39.
    http://www.amazon.com/Apple-MC623Z-A-iLife-VERSION/dp/B003XKRZES/ref=sr_1_1?ie=U

  • IPhoto install NOT included with Leopard

    Here's the scenario: Purchased an iMac 24" (2.8GHhz) a couple of weeks ago. Got it home and fired it up only to be confronted with Tiger as an OS. There were three Leopard Install Discs provided with the machine so (after much head scratching as to which method of install to choose) I did a clean install. All fine, except it was 10.5.0 and needed lots and lots of Software Updates to get up to speed.
    At the same time (in the Mac Store Milton Keynes, UK) I purchased a separate copy of Leopard to bring my G4 17" Laptop in line with the shiny new iMac. I was running Tiger 10.4.9 on the lappy. I ran Carbon Copy Clone (just in case) on the laptop before doing a clean install of Leopard 10.5.1 from the purchased disc.
    All pretty straightforward so far.
    My main reason for upgrading the laptop was to ensure both machines could run iPhoto 08 (or whatever the latest number is).
    When I plugged in (to the iMac) my external Lacie Rugged drive, which holds my Tiger iPhoto Library, Leopard told me that if I opened this in iPhoto 08 I would no longer be able to access it through any earlier versions - thanks Apple!
    So, you can imagine my surprise when, after a successful install on the laptop, I came to launch iPhoto only to find it isn't there. A quick look at the (most excellent) Mac Forums provided me with the answer - iLife 08 and it's various components are NOT included with Leopard - thanks again Apple.
    A ha, I thought. I'll simply use the 'Everything Else' discs that came with the iMac and install iLife from there.
    Pop in the disc, choose 'Install other components' packet... Nope - Message come up - Cannot install this software on this computer. Oops.
    Latest thought is (and this eventually leads to the question, bear with me)...
    On the Laptop - Go back to the original Tiger install discs and see if there's an option to install iLife 06 components only. Then go back to the Leopard Discs and see if they will then allow for an upgrade rather than an install from scratch.
    Question really is, I guess, does anyone else have a suggestion? Other than go out and buy a copy of iLife 08! Just trying not to overspend on Apple products that surely should be included in the Leopard install. I don't recall EVER having to pay for additional Apple software through any of the upgrade paths in the past.

    Hi there
    I used Pacifist OSX package extractor. Take the Leo install disc that came with your new Mac, install Pacifist on the computer you want iphoto installed and extract iphoto. I quote from the manufacturers (charlessoft.com) website:
    "Pacifist is an essential utility that allows you to extract certain files from Apple's bundled installer packages. For exmaple, if you need to reinstall iDVD, the only Apple-sanctioned choice is to restore your entire system. Using Pacifist, you can extract just the iDVD application.
    Even if you think you'll never use it, you should download Pacifist - I guarantee that someday, someway, you'll want to get at just one file out of an installation bundle. As soon as you do, register Pacifist, as it will have just easily paid for itself in time saved!"
    I did it that way and it worked flawlessly. Hope this helps.
    Cheers benjaminmaurice

  • HomeSite not included in CS3 Web Premium?

    I recently purchased CS3 Web Premium for PC and was surprised
    to find that HomeSite is not included in the software. Is this
    correct, or is there someplace I can download a copy of it? I was
    under the impression that HomeSite was included in the CS3 suites,
    or at least included with Dreamweaver (which is part of CS3 Web
    Premium). Any info is appreciated.

    Well, what a drag. I like Dreamweaver for some things, but
    for doing web dev when you are coding stuff yourself I think
    HomeSite is one of the cleanest code gen tools I ever came accross.
    I like it because it seems to mangle your own written code the
    least of any tool when used back and forth from "source code" to
    "design" modes.

  • Is Adobe Gamma not installed with CS3?

    It is not in the control panel on a clean CS3 install. Has Adobe stopped including Adobe Gamma in the CS3 installations?

    well in answer to the original quesion: NO, Adobe still distributes AdobeGamma with CS3. I told you how to find it. It's just not installed (for whatever reason, I thought it mught be due to Vista)
    And whats this crap about gamma correction NOT working on LCD's? what rock have you been living under?. I bounce from office to office doing temp contracts, and first thing I do is calibrate everyone's monitors using Adobe Gamma, you wouldnt believe the results. If you can more closely match the colour onscreen to the printed output then there's bugger-all guess work involved.
    Sure most LCD's dont have the rich black of a CRT, but every monitor can benefit from some gamma correction and colour adjustment. Maybe you just have no idea how to use the program...

  • Encore not included with Premier CC

    I uninstalled Premier CS6 and Encore thinking that Premier CC would include Encore just as Premier CS 6.  Imagine my surprise that it did not and now I do not have Encore at all.
    I tried the steps in a blog article, http://http://blogs.adobe.com/davtechtable/2013/05/using-encore-cs6-with-premierepro-cc.ht ml and in step 5 when I apply updates, The "Premier Pro Family" update does not appear in fact No updates show up.  Therefore I can't do step 6.
    Why Adobe would not include Encore in the install of Premier CC is puzzling.
    The workaround in the blog is not working for me.

    Had_Enuf please see Encore CS6 not installed with Creative Cloud
    http://helpx.adobe.com/encore/kb/encore-cs6-installed-cc.html for information on how to install Encore CS6.

  • IOS 4.3 SDK not included with AppStore purchase of Xcode?

    Is there a way to download the new iOS 4.3 SDK without downloading the previous version of Xcode?
    Shouldn't it be included with the distro?
    If not, at least offer a place for us to download it separately.

    PLEASE READ THE WHOLE ENTIRE THING!!!!!
    I know how to just get the IOS SDK (iphone simulator). First the horrible thing is to download xcode. Then after  you do all the downloading crap and sort, you go to developer file in your Macintosh HD (Start up hard drive). After you go into the Developer file, go to the Platform file. Afterwards, go to iPhoneSimulator.platform file. Copy that file to your Macintosh HD (I prefer a flash drive or somehthing cause the Iphone simulator works from there).
    Then throw away Xcode and everything. Then the iPhoneSimulator.platform file will still b in your MAcintosh HD or flash drive and you can still use the Iphone simulator ( the iphone simulator will be in the iPhoneSimulator.platform file). THIS IS HOW TO GET JUST THE IPHONE SIMUALTOR AND NOT XCODE CAUSE IT TAKES UP A LOT OF BITS!!!!!!!! PEACE OUT!!!!!!!

  • Mac Book Pro mid 2010, bought the Mountain Lion but not included with iPhoto?

    My friend bought the mountain lion yesterday, but iphoto and photostream not included in package?(model, mid 2010) Need to buy separate? If this so, why mine(model june 2012) just upgraded, have iPhoto with it?Any help will be appreciated

    Do you still have the install discs from your original 2009 computer? It comes with two discs, the applications and the OS X install disc. You need the applications disc that has the installer. I used those on mine, then manually upgraded the 9.0 to 9.1, then 9.3.2.
    9.1 update http://support.apple.com/kb/DL1322
    9.3.2 update http://support.apple.com/kb/DL1562
    Some people lost their discs in the past, and have ventured to talk to the Apple store. May be worth trying if you cannot find the discs. No guarantee of help though.

  • Acrobat 7 not included with Creative Suite 2 downloads?

    Hey Jeff,
    thanks for your reply, but I told not the whole truth
    We have some CS2 Premium (for Mac) here and want to reinstall them, we've got no single Acrobat 7 here. If I want to reinstall the whole CS2 Premium or a part of it from our old installation media, I receive the message, that the activation server is unvavailable. When I use the three published DMG-Files to install CS2, there is no Acrobat 7 in it.
    Is there any possibility to get Acrobat 7 for Mac as a single download-version or CS2 Premium instead of CS2 Standard?
    Thanks

    Ok well I have confirmed that the Mac version of Acrobat 7 does not include activation technology.  Please install Acrobat 7 from your original installation media. 
    If you don't have a separate serial number then Acrobat will need to be licensed by one of the point products.  So please customize the install to include both Acrobat and Photoshop for example.  You will then need to launch Photoshop once, tell it to activate later, and then you should be able to run Acrobat successfully.  You can then remove the copy of Photoshop and install from the new volume license software which is available at http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l.

  • Box not included with refurb'd MBP?

    I recently purchased a MacBook Pro 15" Retina (Mid 2012) from the Apple certified refurbished store. I am loving the computer except for one small detail. When I recieved the packaging from the delivery service, I noticed immediately that the MacBook did not include the original packaging. I was expecting to get the authentic box that most apple products are presented in. This is a big deal for me because I enjoy collecting a few of them and it also greatly affects resale later on. Anyone have any ideas?
    This is a quote from the Apple certified refurbished guarantee.
    Each Apple Certified Refurbished Product:
    is repackaged (including appropriate manuals, cables, new boxes, etc.).
    So where is my new box Apple??

    Fantastichris wrote:
    Each Apple Certified Refurbished Product:
    is repackaged (including appropriate manuals, cables, new boxes, etc.).
    So where is my new box Apple??
    I have purchased three Apple refurbished MBPs and they all came in new boxes, but these boxes are not identical to the ones you get when you purchase a MBP at an Apple store.  The first came in a plain brown box and the other two in plain white boxes.  The quote you posted is accurate.  You are assuming that it would be identical to the boxes for new MBPs which is not the case.  This is the the way all refurbished MBPs are shipped.
    Ciao.

  • Serial number not included with CS6

    I just purchased CS6. A serial number was not included. Can I call someone somewhere? I cannot seem to get the right info fron the Adobe site ..

    if you don't have the old version installed you'll be prompted for both the serial number of the old version and the upgrade.  you have to use the correct serials when prompted.

Maybe you are looking for