eps Questions
2
Solved
The user manual said that I need to
Get the source of xfig (xfig.3.2.5-alpha3.full.tar.gz) and gunzip and untar the file: Either do: gunzip -c xfig.3.2.5-alpha3.full.tar.gz | tar xvf - or ...
5
Solved
I'm converting an image from .png to .eps and it hugely increases the file size.
Can anyone explain why this is, and how to prevent it increasing so much.
I'm using Unix convert: convert image.png...
1
I've spent a long time trying to go from a CMYK EPS to a RGB PNG using RMagick and Rails. Hopefully this will be of use to someone:
def convert_image_from_cmyk_to_rgb( image )
#puts image.alpha?
...
Cymophane asked 26/7, 2011 at 16:39
2
Solved
Whenever I save a pcolor or quiver plot as an EPS or PDF, I get this faint white grid that seems to be some sort of rendering problem. The first images shows the problem, the second one is how it l...
3
Solved
I have a plot in Matlab needed to save the eps format. If I use the interactive menu in the figure to do so, everything is going all right, the exported eps is good. But if I use the following comm...
7
Solved
I am getting the following error while compiling my Latex File :
! LaTeX Error: Cannot determine size of graphic in tree.jpg (no BoundingBox).
Why do I get this error ? What has this to do ...
1
Solved
I'm trying to use matplotlib to plot 3D heatmap with results of my simulations. I've read this topic and tried to use imshow. Unfortunately, when I save the figure in SVG or EPS formats, it convert...
Crescendo asked 31/5, 2013 at 19:21
2
I'm trying to use an umlaut within a legend command in MATLAB. A quick Google tells me the form I want is char(146), and that works fine for displaying the file, or printing it to tif.
But when I ...
Crow asked 9/8, 2012 at 20:57
2
Solved
I want to convert a bunch of .eps images to a single PDF using Ghostscript.
But when I look at the PDF file in a PDF viewer and set view to 100% to physical size of the file is huge!
I would like...
Shonna asked 30/1, 2013 at 2:7
5
Solved
I know barely enough to survive in this digital world.
I have many one-page postscript files (graphs/images) I wish to convert to pdf and automatically crop to a narrow box. I'm on windows right n...
Dieppe asked 3/1, 2012 at 12:0
2
Solved
I want to crop main area of a PS or PDF file to create an EPS file without white space. Commands of ghostrcipt, ps2pdf, epstools can crop the main drawing out of the document file.
The problem is ...
Mortimer asked 1/10, 2012 at 23:41
3
Solved
For inserting an external EPS file into a PostScript document, it is instructed to open the EPS file with text editor and copy/paste the text-based data within the PostScript file.
I wonder if the...
Gardant asked 3/9, 2012 at 19:21
1
I need to convert thousands of EPS files to JPEG, using ImageMagick.
The conversion is almost working - what is different is the colors are more saturated in the converted JPEG than in the origin...
Cassiani asked 25/3, 2010 at 16:27
1
Solved
Can you please help me with a command to convert svg file to eps in ghostscript? I tried to open the svg file in Gimp but it is very big so it looks like gimp cannot open it or it take too long. I ...
Leahleahey asked 20/3, 2012 at 18:53
1
Solved
My company has created GraphPad Prism, a widely used program for scientists to analyze data and make technical graphs. Often scientists will export graphs from GraphPad Prism for submission to scie...
Weeks asked 15/3, 2012 at 18:2
3
Solved
How to optimize size of an eps or pdf file generated by Mathematica?
It is common that the file size is 50-100x bigger that it should be (an example below). For some applications (e.g. putting a ...
Tedious asked 31/10, 2011 at 12:51
6
Solved
I have a histogram with several hundred items, for which I do a Q-Q plot. This results in EPS that is 2.5 megabytes large. This is too much for a figure that is only going to be included in a publi...
Bonne asked 22/7, 2009 at 7:34
2
Solved
I'm generating .eps figures in gnuplot for inclusion into papers typeset with LaTeX, using
set terminal postscript eps enhanced "Helvetica" 14
This generally works perfectly, but i'm now trying...
1
Solved
I am used to plot data with gnuplot, so I can easily put the figures in a LaTeX document, using the epslatex terminal. For example:
file = "data.dat"
set terminal epslatex
set output "figure1.tex...
Unalterable asked 1/6, 2011 at 8:24
1
Solved
I am exporting charts from matplotlib and editing them in Illustrator. It's great that I can edit the lines, but the text also comes in as lines, so I cannot change fonts, edit text, etc. I've expo...
Mechanician asked 10/5, 2011 at 20:39
2
Solved
I wrote a research paper in latex and generated pdf using Kile. Now I need a dvi file also. Kile's quick build process does not give a dvi file, but its 'Latex' compile process does.
So I tried t...
3
Is it possible to load and display EPS file using plain WinForms GDI+? If not, is there a free library to help out?
I seem to remember that Windows GDI supported EPS files, but after Googling arou...
1
Solved
I have a few images in EPS format which I would like to use in my WPF application. Is this possible?
If not, is there a way to convert them to XAML so I can use them directly in WPF? I don't have ...
Underquote asked 1/7, 2009 at 13:31
7
Solved
I have the following code snippet:
if (ABS(p43.x) < EPS && ABS(p43.y) < EPS && ABS(p43.z) < EPS) return(FALSE);
Which I'm trying to convert to C#. What does "EPS" mean?
...
4
Solved
I am looking for libraries that would help in programatically manipulating EPS (Encapsulated PostScript) files. Basically, what I want to do is following:
Show / Hide preexisting layers in the EP...
Spelunker asked 9/1, 2009 at 12:39
© 2022 - 2024 — McMap. All rights reserved.