Activity for dima

  • dima dima posted a comment on ticket #328

    Hi. Thanks for the response. Once I figured out what the issue was, I found the FreeImage_ConvertTo24Bits() function to do what I wanted. A load-time flag would be useful to make the life of the user easier by handling this common use case instead of asking the user to do it. This would be similar to the JPEG_GREYSCALE flag. The user CAN make that conversion themselves if they want to, but the flag makes it nicer. Something like FIF_EXPAND_PALETTE or something. A very related issue is how to make...

  • dima dima posted a comment on ticket #328

    Hi. I figured out the problem. This image uses a palette, so it really is 8 bits per pixel. So this isn't a bug, but I have a feature request: FreeImage_Load() should be able to take a flag to automatically convert all palettized images to 24bpp. This is a special case, but an extremely common one. Thanks.

  • dima dima posted a comment on ticket #328

    I'm attaching a demo program that demos the problem. It does this: $ gcc -o tstimage tstimage.c -lfreeimage && ./tstimage /tmp/tst.png width = 256 height = 256 pitch = 256 bpp = 8

  • dima dima created ticket #328

    PNGs from openstreetmap tiles always load as grayscale

  • dima dima posted a comment on ticket #2244

    Thanks for working on this. Also, I didn't know about "set view projection", so that will be helpful in the future also.

  • dima dima created ticket #2244

    splot with 'set view 90,90' draws the xy plane in the wrong place

  • dima dima created ticket #2208

    Inconsistent behavior: "pause mouse close" doesn't work with "x11" terminal, X-forwarding, feeding gnuplot via a pipe

  • dima dima created ticket #2188

    QT terminal can leave zombie processes

  • dima dima posted a comment on ticket #2186

    I just ran a test, and it works now. Thanks!!

  • dima dima posted a comment on ticket #2186

    I accidentally pasted the wrong thing. Yes, 1973 is the other report I saw.

  • dima dima posted a comment on ticket #2186

    I should say that a similar issue was reported previously: https://sourceforge.net/p/gnuplot/bugs/2186/ The bug tracker says that this has been fixed, but I'm still seeing MY problem with latest gnuplot from git: commit 9cdef3d0362d2ea2e27248e4659fc083a86afa3e (HEAD -> master, github_gnuplot/master) Author: Ethan A Merritt merritt@u.washington.edu Date: Sat Jul 13 20:29:35 2019 -0700 truncate_to_one_utf8_char: This function was not acting as claimed. Now it is. Bugfix: previously could not set pointtype...

  • dima dima created ticket #2186

    Autoranging doesn't work with linked axes

  • dima dima posted a comment on ticket #1947

    Hi. Thanks for the reply. You were correct: the inline nature of this data is what was tickling this bug. Two questions: Bug 1709 was very similar, but somebody (you?) ended up fixing it without requiring the workaround. Could a similar fix be applied here? I didn't know about the writeback functionality. This sounds like a good, general method that should be utilized more by default. How about this logic: when plotting: if( we have only inline data) { save writeback } when replotting: if( we have...

  • dima dima created ticket #1948

    error in edge3d_intersect

  • dima dima posted a comment on ticket #1947

    I forgot to mention: this is from the bleeding edge gnuplot from the repo.

  • dima dima created ticket #1947

    autoscale logic is different (and incomplete) on replot (same as bug 1709)

  • dima dima posted a comment on ticket #716

    Oh yes. You're right. Would it be difficult to change the error message to make this obvious? I tested this again with an actual auction, and it works now. Thank you! Finally, what is your sense about how pervasive the issue was? Was it something specific to my account, or do you think this was broken for everybody? If it was broken for everyone, I'm going to try to get the Debian package updated asap, since the new Debian release is coming out soon. Thanks again.

  • dima dima posted a comment on ticket #716

    Thanks a lot for the patches! Unfortunately the latest on CVS still doesn't solve the issue for me. Logs: http://pub.secretsauce.net/esniper.TitleNotFound.bug.2.tar.gz

  • dima dima posted a comment on ticket #716

    Thank you for replying. Log is here: http://pub.secretsauce.net/esniper.TitleNotFound.bug.tar.gz This is from a fresh build from CVS as of today (2017-05-27), although I see the same issue when running from a Debian package.

  • dima dima posted a comment on ticket #716

    Hi. I'm still seeing this issue in 2.33.0. Are you sure this was fixed?

  • dima dima posted a comment on ticket #1853

    Thanks for the note. I just investigated a bit, and I can observe this problem as...

  • dima dima created ticket #1853

    Regression x11 terminal can no longer draw lines with splot

  • dima dima posted a comment on ticket #733

    The patch

  • dima dima created ticket #733

    PATCH: normalized, non-cumulative histogram

  • dima dima created ticket #1827

    plot has incorrect x extent when plotting dynamic data 'with boxes'; replot fixes it

  • dima dima created ticket #1826

    replot has incorrect y extent when plotting dynamic data 'with boxes'

  • dima dima created ticket #1774

    replot has inconsistent autoscaling with points, inline data, logscale

  • dima dima posted a comment on ticket #1718

    Hi. Thanks for checking. I just ran a few more experiments and have more information....

  • dima dima created ticket #1718

    regression: splot with image now throws an error

  • dima dima created ticket #1709

    autoscale logic is different (and incomplete) on replot

  • dima dima posted a comment on ticket #1701

    Hi Ethan. I agree that 3.25,5.5,7.75 isn't "nice", but it doesn't mean that the current...

  • dima dima created ticket #1701

    Default logscale mtics are weird

  • dima dima created ticket #720

    plotting from an open file descriptor set to 'volatile' is seek() is not available

  • dima dima posted a comment on ticket #191

    OK. That's a good workaround for this particular case. Are you suggesting this as...

  • dima dima created ticket #191

    Uneven default extents with image plots

  • dima dima posted a comment on ticket #1644

    Hi. I tested the patch, and it fixes both issues. Thank you very much for a lightning-fast...

  • dima dima created ticket #1644

    Wrong point types with binary matrix plots and the default colorsequence

  • dima dima created ticket #83

    Attaching a tagged workspace to a frame makes things confused

  • dima dima created ticket #7

    Added default bindings to move workspaces between screens

  • dima dima posted a comment on ticket #677

    Hmmm. I tried all 4 directions with both x11 and qt terminals and two different builds...

  • dima dima posted a comment on ticket #677

    Hi Ethan. I'm happy to break up the patch, but I'd like to observe the issue you're...

  • dima dima created ticket #1396

    Another line-clipping issue

  • dima dima posted a comment on ticket #673

    OK. Those are fine points, and I need to think about how to resolve those. Do you...

  • dima dima created ticket #1392

    Another line clipping regression

  • dima dima posted a comment on ticket #678

    patches attached

  • dima dima created ticket #678

    X11 clipboard paste fixes

  • dima dima created ticket #1390

    Regression: 'with steps' doesn't always render horizontal lines

  • dima dima posted a comment on ticket #676

    This is a duplicate of 677. Sorry; sourceforge got confused.

  • dima dima posted a comment on ticket #1380

    I fixed this and related issues. Patch tracker: https://sourceforge.net/p/gnuplo...

  • dima dima created ticket #677

    Fixed many small mouse-triggered-zoom bugs

  • dima dima created ticket #676

    Fixed many small mouse-triggered-zoom bugs

  • dima dima posted a comment on ticket #674

    Silly sourceforge only lets me attach one file. Here's the second patch.

  • dima dima created ticket #674

    fixed broken y2 rescaling in do_zoom_scroll_down()

  • dima dima posted a comment on ticket #673

    Hi Ethan. I replied to this earlier, but sourceforge apparently doesn't believe in...

  • dima dima posted a comment on ticket #86

    You're right about that detail. The benchmarks in question start a new cscope process...

  • dima dima posted a comment on ticket #86

    I think it's real. Unless you pass -d, cscope updates the database on each query,...

  • dima dima posted a comment on ticket #86

    I ran some cscope timing tests earlier, so I ran this patch through the evaluation...

  • dima dima created ticket #673

    Autoscale logic now has a margin

  • dima dima created ticket #1380

    zoom_around_mouse() doesn't work with volatile 2d data plots

  • dima dima created ticket #1375

    Zoom-around-mouse is imprecise

  • dima dima created ticket #671

    Flipped horizontal mouse-wheel scrolling direction

  • dima dima created ticket #668

    Docs: clarified "set object circle" behavior with a skewed aspect ratio

  • dima dima created ticket #1349

    qt terminal can't zoom into large images

  • dima dima posted a comment on ticket #659

    I sent this reply over email earlier, but I don't see it here. Sourceforge has odd...

  • dima dima created ticket #660

    Plots with the 'unknown' terminal now produce obvious output

  • dima dima created ticket #659

    Removed build system references to the 'cgi' terminal

1