Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

EPS to high res JPG

New Here ,
Jan 27, 2013 Jan 27, 2013

I am trying to write a script that can batch EPS to high res JPG (20 MP and over). I can set this up basically, but I have run in to a few problems.

The maximum scaling in jpeg export options is 776%, but some of my EPS files are very small in size - so 776% does not create 20MP rasters.

So, I need to find a way to enlarge both the vector and the artboard to a larger size before exporting for jpeg. I have no idea how to do this.

Any help is much appreciated.

Thanks

TOPICS
Scripting
2.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Jan 28, 2013 Jan 28, 2013

What is a "20 MP raster"?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 28, 2013 Jan 28, 2013

Hi, 20 megapixel jpg (or png). So, an exported version of the EPS that is big!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 28, 2013 Jan 28, 2013

So you want horizontally and vertically 20,000,000 pixels? That sounds a bit much. Can you explain why you need this?

Maximum dimensions in pixels for a JPEG are 65535 x 65535; a PNG may be as large as 2³¹-1 (which is barely above your 20M), but remember that PNG is not very good for printing, as it is a Strictly RGB format.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 28, 2013 Jan 28, 2013

Hello [Jongware]

http://www.abload.de/img/icon_homageekuh7.gif

I'm slightly confused.

e.g. 4500 pixels x 4500 pixels are 20,250,000 pixels. Thats IMHO more than 20 MP, or not?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 28, 2013 Jan 28, 2013

> I'm slightly confused.

Don't worry, that just makes two of us. I'm sure "MP" is not a regular measurement unit in DTP software such as Illustrator. A "20 MP raster" even more (not) so.

4500 x 4500 pixels, on the other hand,  is well inside the realm of "yeah, sounds like that should be possible". But at this point my lack of Illy scripting prowess is showing.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jan 28, 2013 Jan 28, 2013
LATEST

For me MP is 1000x1000 pixels… In AI you could scale your whole document if it don't meet your export scale limitations… Personally I would just open in Photoshop if you have it…

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines