Skip to main content
danc2222222
Participating Frequently
January 28, 2013
Question

EPS to high res JPG

  • January 28, 2013
  • 1 reply
  • 2466 views

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

This topic has been closed for replies.

1 reply

Jongware
Community Expert
Community Expert
January 28, 2013

What is a "20 MP raster"?

danc2222222
Participating Frequently
January 28, 2013

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

Jongware
Community Expert
Community Expert
January 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.