Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE (SOLVED)

2020-02-07 Thread Keisuke Miyako via 4D_Tech
I suppose you could scale and rasterise to gain DPI, or else convert to a neutral vector format like SVG https://github.com/miyako/4d-plugin-PDF2SVG On Feb 8, 2020, at 1:08, Ken Eyring via 4D_Tech <4d_tech@lists.4d.com> wrote: Thank you for raising the potential

Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE (SOLVED)

2020-02-07 Thread Ken Eyring via 4D_Tech
Hi Chuck, Thank you for raising the potential issues with Windows. As you pointed out - I cannot view on Windows the PDF images in a form that displays the image field, and I cannot print the images using a variable. I do not have these issues with Mac OS X, but some of my customers are

Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE (SOLVED)

2020-02-07 Thread Charles Miller via 4D_Tech
Hi ken. I assume you hav no PCs that uses this database. If you do viewing PDFs may not yield the same result. You also as far as.i know can’t display in a picture variable or print them in a picture variable Chuck On Fri, Feb 7, 2020 at 6:36 AM Ken Eyring via 4D_Tech <4d_tech@lists.4d.com>

Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE (SOLVED)

2020-02-07 Thread Ken Eyring via 4D_Tech
Converting to PDF instead of PNG, JPG or TIF solved the blurry issue. Thank you very much! On 02/06/20 4:25 PM, Keisuke Miyako via 4D_Tech wrote: Hello, PICT is a container format, it can contain either raster or vectorial images. it sounds like you have vectorial images. on Mac, you can

Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE

2020-02-06 Thread Keisuke Miyako via 4D_Tech
Hello, PICT is a container format, it can contain either raster or vectorial images. it sounds like you have vectorial images. on Mac, you can use the command to convert PICT to PDF, which will result in "sharp" images. otherwise you need to scale up the image before converting it to a

Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE

2020-02-06 Thread Ken Eyring via 4D_Tech
Hi Tom, I took a look at the methods that are available in the component you sent. It's not clear to me what I need to do in order to convert the image format of an image that is stored in a picture field. Is there any documentation available? Thanks again, Ken On 02/06/20 1:15 PM, Tom

Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE

2020-02-06 Thread Ken Eyring via 4D_Tech
h Sent: Thursday, February 6, 2020 11:41 AM To: '4D iNug Technical' <4d_tech@lists.4d.com> Cc: Ken Eyring Subject: Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE Hi Steve, I tried converting the images to .jpg. ipng and .tif using CONVERT PICTURE. Each fo

RE: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE

2020-02-06 Thread Stephen J. Orth via 4D_Tech
Subject: Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE Hi Steve, I tried converting the images to .jpg. ipng and .tif using CONVERT PICTURE. Each format I tried resulted in blurry images. To follow up on your question... I opened up a window that d

Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE

2020-02-06 Thread Tom Benedict via 4D_Tech
t; From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of Ken Eyring via >> 4D_Tech >> Sent: Thursday, February 6, 2020 11:00 AM >> To: 4d_tech@lists.4d.com >> Cc: Ken Eyring >> Subject: Poor Image Quality When Converting Pict Image to JPG and TIF Using >> CONV

Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE

2020-02-06 Thread Ken Eyring via 4D_Tech
e- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of Ken Eyring via 4D_Tech Sent: Thursday, February 6, 2020 11:00 AM To: 4d_tech@lists.4d.com Cc: Ken Eyring Subject: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE I have a table that store

Re: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE

2020-02-06 Thread Ken Eyring via 4D_Tech
for the conversion? Steve -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of Ken Eyring via 4D_Tech Sent: Thursday, February 6, 2020 11:00 AM To: 4d_tech@lists.4d.com Cc: Ken Eyring Subject: Poor Image Quality When Converting Pict Image to JPG and TIF

RE: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE

2020-02-06 Thread Stephen J. Orth via 4D_Tech
com Cc: Ken Eyring Subject: Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE I have a table that stores all of the images that are used on reports and labels, and some of them are PICT format. Since this format is not supported on 64-bit, I want to convert them

Poor Image Quality When Converting Pict Image to JPG and TIF Using CONVERT PICTURE

2020-02-06 Thread Ken Eyring via 4D_Tech
I have a table that stores all of the images that are used on reports and labels, and some of them are PICT format. Since this format is not supported on 64-bit, I want to convert them in v15 prior to migrating over to v17 64-bit. However, when I call the following line of code, the