Skip to main content
1 vote
2 answers
106 views

I'm running into a strange issue when generating a plot using gnuplot (version 6.0 patchlevel 1, on Microsoft Windows version 10.0.19045.5737). To my plot I need the colorbox to appear inverted, i.e., ...
grsousajunior's user avatar
2 votes
1 answer
85 views

Contrary to regular PostScript (PS) files, some comments in Encapsulated PostScript (EPS) file have a special meaning. For example, they must start with %!PS-Adobe-3.0 EPSF-3.0 and have a special %%...
Heinzi's user avatar
  • 174k
0 votes
0 answers
35 views

wrong colors, these become e.g. high contrast green. tried to use ghostscript to attach the colors, but then it leads to wrong canvas dimension. // Function to generate thumbnail from EPS using ...
andreas n's user avatar
1 vote
1 answer
512 views

I'm using the chillerlan php-qrcode library to generate a qrcode. With my current code it generates a new file "qrcode.eps" in the same folder as my controller. But when I looked into the ...
Vischi's user avatar
  • 239
2 votes
0 answers
229 views

I am trying to export plots with different font text in R using the ggplot2 package and the ggsave function. When I attempt to save the plot as an EPS file, the specified font is ignored. I would like ...
Pedro Jorge Holanda's user avatar
0 votes
0 answers
45 views

I am working on a project a .NET application which generates preview and thumbnail images with the help of imagemagick and Irfanview applications. Since Imagemagick not supporting the conversion of ....
Vicchu R's user avatar
1 vote
1 answer
93 views

I need to create grouped boxplots, ideally using gnuplot exactly as shown in this answer. However, I need a grayscale plot. Moreover, the output has to be an encapsulated Postscript (EPS) file. When ...
THLO's user avatar
  • 195
0 votes
0 answers
204 views

I want to generate an eps file (.eps) that contains vector data rather than rasterized data. I am trying to do so by converting a postscript file (.ps) into an eps file using ps2eps like so: ps2eps ...
Mathew's user avatar
  • 1,620
3 votes
1 answer
174 views

In a sense, I'm asking how psnup works. Say I have an existing document that follows the document structuring conventions. I can scan it, pull out the prolog, trailer, and individual pages. I want to ...
Edward Falk's user avatar
  • 10.2k
0 votes
1 answer
126 views

I'm trying to handle the Ghostscript.NET 1.2.0.0 plugin to convert an .eps file to .bmp using a program written in C# with Windows Forms. https://www.nuget.org/packages/Ghostscript.NET/1.2.0 My ...
Karlsson's user avatar
0 votes
0 answers
97 views

iam trying to figure out a way to get it done, but was getting error saying Unable to import file . seems the device epspdf is not available in ghost script current version. is there any work-around ...
arif hussain's user avatar
0 votes
0 answers
321 views

i was trying to figure out a way using external libraries to do the job, using Imagemagick. Sub ConvertEPS() Declare variables for the file paths Dim epsFile As String Dim pngFile As String ' ...
arif hussain's user avatar
1 vote
0 answers
118 views

Whenever saving a figure in R in .EPS or .SVG format, the size of the file is too large to be incorporated in an environment like Overleaf. How can I reduce the size? It feels rather unnecessary for a ...
Sean_TBI_Research's user avatar
0 votes
0 answers
35 views

I'm using these lines of code for an export of a vector PDF and this works fine: MyView *myView = [[MyView alloc] initWithFrame:NSMakeRect(0, 0, 1700.0, 1700.0)]; myView.dataString ...
GeraldTheGerm's user avatar
1 vote
1 answer
106 views

I'm working on a project and i'm not really experienced with this. I want to make a plugin where users can upload only .eps files. But there's a catch... The user can only upload .eps files and these ...
Yannick's user avatar
  • 25

15 30 50 per page
1
2 3 4 5
33