Search found 53 matches
- Tue Sep 29, 2020 9:22 am
- Forum: Support
- Topic: PNG and JPEG images
- Replies: 20
- Views: 65179
Re: PNG and JPEG images
OK, i will try that out, thanks for the tip
- Mon Sep 28, 2020 3:11 pm
- Forum: Support
- Topic: PNG and JPEG images
- Replies: 20
- Views: 65179
Re: PNG and JPEG images
Is there a quick hacky way to use the old custom resizing code as you did in rv14? Until the new code comes in place. At this moment the thing seems broken when compared to previous behavior.
- Mon Sep 28, 2020 12:27 pm
- Forum: Support
- Topic: PNG and JPEG images
- Replies: 20
- Views: 65179
Re: PNG and JPEG images
Seems like most graphics implementation do a really bad job here. Its good to know, thanks
- Mon Sep 28, 2020 7:07 am
- Forum: Support
- Topic: PNG and JPEG images
- Replies: 20
- Views: 65179
Re: PNG and JPEG images
OK, I understand.
Would it be a solution to use the better scaling code for all PNG images? I read a bit about the windows algorithm and its really very simplistic, no interpolation nothing. I mean such code should never be used in modern apps, it only makes images look bad no matter what.
Would it be a solution to use the better scaling code for all PNG images? I read a bit about the windows algorithm and its really very simplistic, no interpolation nothing. I mean such code should never be used in modern apps, it only makes images look bad no matter what.
- Sun Sep 20, 2020 5:14 pm
- Forum: Support
- Topic: PNG and JPEG images
- Replies: 20
- Views: 65179
Re: PNG and JPEG images
Just to know: was this any different in RV14? Because, looking at the code, it seems the same.
- Sun Sep 13, 2020 6:14 pm
- Forum: Support
- Topic: PNG and JPEG images
- Replies: 20
- Views: 65179
Re: PNG and JPEG images
Hi Sergey, coming back to this to bring up the issue of quality. I followed the code path and, as you said, when resizing an image it ends up to pnimage.pas -> TPngObject.Draw where StretchDiBits is used that is very simplistic (e.g. no serious interpolation). Obviously the image quality during down ...
- Tue Apr 21, 2020 7:59 am
- Forum: Support
- Topic: PNG and JPEG images
- Replies: 20
- Views: 65179
Re: PNG and JPEG images
Great, thanks
- Mon Apr 20, 2020 3:33 pm
- Forum: Support
- Topic: PNG and JPEG images
- Replies: 20
- Views: 65179
Re: PNG and JPEG images
I am using D7 with a version of pngobject that used to work with RV14.
Can you give me some pointer to the code to see where resizing happens or is decided so i can step through the code to try to find out what the problem is?
Can you give me some pointer to the code to see where resizing happens or is decided so i can step through the code to try to find out what the problem is?
- Sun Apr 12, 2020 6:54 pm
- Forum: Support
- Topic: PNG and JPEG images
- Replies: 20
- Views: 65179
Re: PNG and JPEG images
I verify this behavior. It seems that PNG images are not resampled. Setting rvepImageWidth and rvepImageHeight with SetItemExtraIntProperty does change the graphic size on the canvas, yet the image is not resampled but it is displayed in the original size, thus cropped to the given dimensions. This ...
- Tue Mar 04, 2014 10:24 am
- Forum: Support
- Topic: Pasting rtf content with a \par at the end is wrong
- Replies: 10
- Views: 33946
Thanks. Will check back here.Sergey Tkachenko wrote:This is not a simple change, because it requires modifications in several files, including RTF saving (it appears that it adds a final \par inconsistently when saving selection).
We plan to upload a new version as soon as we process all bug reports.
- Tue Mar 04, 2014 8:58 am
- Forum: Support
- Topic: Pasting rtf content with a \par at the end is wrong
- Replies: 10
- Views: 33946
- Sun Mar 02, 2014 8:12 am
- Forum: Support
- Topic: Pasting rtf content with a \par at the end is wrong
- Replies: 10
- Views: 33946
Let me insist that this is a bug to be fixed without an IFDEF. Do this test: Open up RVA and MS Word side-by-side and in each of them type exactly 3 lines of text line that: Line one Line two Line three Open up a new RVA instance (this will be the target in our test) and in this new instance also ...
- Sat Mar 01, 2014 1:06 pm
- Forum: Support
- Topic: Pasting rtf content with a \par at the end is wrong
- Replies: 10
- Views: 33946
- Fri Feb 28, 2014 7:32 am
- Forum: Support
- Topic: Pasting rtf content with a \par at the end is wrong
- Replies: 10
- Views: 33946
- Fri Feb 21, 2014 4:46 pm
- Forum: Support
- Topic: Pasting rtf content with a \par at the end is wrong
- Replies: 10
- Views: 33946
Pasting rtf content with a \par at the end is wrong
Pasting RTF text that also contains the \par at the end does not create the new line. This behavior is different than MS Word or Wordpad. You can easily repeat this by using MS Word as the source to copy text: 1. In MS Word, click the CTRL+* to display the paragraph marks in the text 2. Type a word ...