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 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.

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@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

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 
cross platform, so it appears I still have an issue to get the images 
properly converted so they can be used on both platforms.


Tom Benedict sent me a conversion component that I'll have to try later 
today when I can find the time.


It's always something...

Thanks again!
Ken




On 02/07/20 9:54 AM, Charles Miller via 4D_Tech wrote:

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>
wrote:


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 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

rasterised image such as PNG, TIF or JPG.






On Feb 7, 2020, at 2:00, Ken Eyring via 4D_Tech <4d_tech@lists.4d.com>

wrote:


CONVERT PICTURE([Logos]Logo;".TIF")

I also get the same issue when trying to convert to jpg:

CONVERT PICTURE([Logos]Logo;".JPG")

Any thoughts how I can best convert the images in my data file without

losing any quality?


**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**


**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**



**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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>
wrote:

> 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 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
> rasterised image such as PNG, TIF or JPG.
> >
> >
> >
> >
> >> On Feb 7, 2020, at 2:00, Ken Eyring via 4D_Tech <4d_tech@lists.4d.com>
> wrote:
> >>
> >> CONVERT PICTURE([Logos]Logo;".TIF")
> >>
> >> I also get the same issue when trying to convert to jpg:
> >>
> >> CONVERT PICTURE([Logos]Logo;".JPG")
> >>
> >> Any thoughts how I can best convert the images in my data file without
> losing any quality?
> >
> > **
> > 4D Internet Users Group (4D iNUG)
> > Archive:  http://lists.4d.com/archives.html
> > Options: https://lists.4d.com/mailman/options/4d_tech
> > Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> > **
> >
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

-- 
-
 Chuck Miller Voice: (617) 739-0306 Fax: (617) 232-1064
 Informed Solutions, Inc.
 Brookline, MA 02446 USA Registered 4D Developer
   Providers of 4D, Sybase & SQL Server connectivity
  https://www.informed-solutions.com
-
This message and any attached documents contain information which may be
confidential, subject to privilege or exempt from disclosure under
applicable law.  These materials are intended only for the use of the
intended recipient. If you are not the intended recipient of this
transmission, you are hereby notified that any distribution, disclosure,
printing, copying, storage, modification or the taking of any action in
reliance upon this transmission is strictly prohibited.  Delivery of this
message to any person other than the intended recipient shall not
compromise or waive such confidentiality, privilege or exemption from
disclosure as to this communication.
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@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 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 rasterised 
image such as PNG, TIF or JPG.





On Feb 7, 2020, at 2:00, Ken Eyring via 4D_Tech <4d_tech@lists.4d.com> wrote:

CONVERT PICTURE([Logos]Logo;".TIF")

I also get the same issue when trying to convert to jpg:

CONVERT PICTURE([Logos]Logo;".JPG")

Any thoughts how I can best convert the images in my data file without losing 
any quality?


**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**


**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**