Tell me more ×
Graphic Design Stack Exchange is a question and answer site for professional graphic designers and non-designers trying to do their own graphic design. It's 100% free, no registration required.

I am using Adobe Fireworks CS6, and the maximum width I can set of my image is 5900 pixels.

Attempting to resize it larger than this results in no action.

The PC I am on is high-spec.

Does Fireworks have a built-in maximum image size?

I think I will try Illustrator to get the image up to the required 10000px width.

share|improve this question
Last time I heard, FW max size was 6000px. – Joonas Sep 11 '12 at 8:10

1 Answer

up vote 2 down vote accepted

There is a quite old thread on Adobe forums where speculation is made that it's because Fireworks is a screen-specific tool and this behavior might change in the future.


However, you can change the limit.

Make sure that Fireworks is closed, open Fireworks CS6 Preferences.txt file located in:

  • Windows 7/Vista: C:\Users\USERNAME\AppData\Roaming\Adobe\Fireworks CS6\English\
  • Windows XP: C:\Documents and Settings\USERNAME\AppData\Roaming\Adobe\Fireworks CS6\English\
  • MacOS X: Library/Preferences/Adobe Fireworks CS6/en/

and change

    <key>MaxDocSizeInPixels</key>
    <integer>6000</integer>

to

    <key>MaxDocSizeInPixels</key>
    <integer>10000</integer>

or adjust this number as needed.

share|improve this answer
1  
Thanks Cust0dian; you nailed it. – Steve Sep 13 '12 at 1:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.