Search found 3 matches

by main
Mon Apr 01, 2019 8:50 am
Forum: Image Processing & Document Imaging
Topic: TransformJPEG and byte[]
Replies: 3
Views: 11811

Re: TransformJPEG and byte[]

Hello Gabriela,
thank you for your message but ... as you can read, this post is 7 years old ... in the meanwhile ... I had the time to resolve the issue by myself :wink: .

Best Regards.
-m
by main
Fri May 18, 2012 1:01 pm
Forum: Image Processing & Document Imaging
Topic: SaveAsByteArray + DocumentFormatJPEG + 100%
Replies: 1
Views: 2737

SaveAsByteArray + DocumentFormatJPEG + 100%

Hi everybody. does someone know if the following method's call: GdPictureImaging.SaveAsByteArray(Integer, byte[], Integer, DocumentFormat.DocumentFormatJPEG, 100) is equivalent to save the original image with lossless (assuming that the original image was loaded from a .jpg file with the method GdPi...
by main
Fri May 18, 2012 12:47 pm
Forum: Image Processing & Document Imaging
Topic: TransformJPEG and byte[]
Replies: 3
Views: 11811

TransformJPEG and byte[]

Hello everybody,
I'm searching a way to use TransformJPEG with in-memory images instead of input/output files.
Somthing like this: GdPictureImaging.TransformJPEG(byte[], byte[], JPEGTransformation).

Does exists a way to use TransformJPEG without loading/saving files from filesystem?

Thank you.
MR