Announcement

Collapse
No announcement yet.

IrfanPaint Support Thread

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • matera
    replied
    Ah, good, I'm not imagining the undo spook I can wait.

    The line-feed square appears whenever Enter is used, with or without Shift. It would depend on one's system settings and maybe the font used, so some might not see it? This is a baddie.

    The attached image is a hodge-podge of my experiments, some parts may partially explain themselves. Note the filled large fonts, and the rainbow letters - that is very kewl, being able to select different colors for each letter. The pasted format was an accidental discovery.

    A tip for other users, you have to use the keyboard to cut/copy and paste but it comes in handy if you need to re-position, since the color and formatting are remembered but not the text.

    Tip 2 - the outlined text depends on your brush size setting for the outside, same as other shapes

    One thing I have had a problem dealing with is precise positioning, I can't get the coordinates, and the dialog pops up so fast that if I click one pixel too soon I need to start over. I have a brilliant suggestion (I hope) - some way to read the coords in the text window, and possibly a manual adjustment, enter number or click up/downs. Along with the preview, that would give such control as to be utterly godlike. I'd settle for being Empress of the world, however.
    Last edited by matera; 25.10.2008, 02:38 AM.

    Leave a comment:


  • MItaly
    replied
    Originally posted by Sam_Zen View Post
    Beta time it is.
    About the Insert text-dialog :
    The pane for the inserted text has a default white background. Disregarding the setting of Properties/Viewing/Main Window color.
    This is standard. The guidelines for the BG color of the text box says that it must be of the system window BG color.
    So if the foregroundcolor happens to be set to white in the F12 part, nothing is seen if typing anything.
    I may change it so that it changes color if the text color is white.
    And I would like more explanation about : Render as 'Empty path' - 'Filled path'.
    'Text' or 'Antialiased text' I understand.
    Text and antialiased text, as you may have seen, render the text as normal text of the color chosen in the textbox (w/ or w/o antialiasing); the other two rendering modes use the text as a path that is stroked using the current pen and is eventually filled with the current brush (so they take into account the advanced pen and brush settings and the pen width). Anyway if you try them with big fonts you'll understand better.
    Originally posted by matera View Post
    I had some odd moments with undo, it was a little erratic. Can't say much until I have tortured it some more.
    Yes, I forgot to add a "set new undo" call before inserting text.
    The filled text is cool Probably need a few tooltips there for some folks.
    Yep, you're right.
    Originally posted by Sam_Zen View Post
    EDIT : And I noticed a non-wanted '[]' character when using a linefeed in the text.
    Linefeed = Shift + Enter?

    Leave a comment:


  • Sam_Zen
    replied
    Odd moments with yes or no Undo indeed. I couldn't grasp the circumstances for this so far too.

    EDIT : And I noticed a non-wanted '[]' character when using a linefeed in the text.
    Last edited by Sam_Zen; 07.03.2008, 03:28 AM.

    Leave a comment:


  • matera
    replied
    'Hold to preview' -- hold that button to preview the text in place on the image -- shove the dialog over if it's in the way

    Works pretty nice. The white-out problem can be temporarily helped by selecting the text. I use an off-white for the default Windoze background, so I can see it anyway, if it's big enough.

    I had some odd moments with undo, it was a little erratic. Can't say much until I have tortured it some more.

    The filled text is cool Probably need a few tooltips there for some folks. I just dive in and whang at everything like a maniac until the bugs crawl out.

    Leave a comment:


  • Sam_Zen
    replied
    Beta time it is.
    About the Insert text-dialog :
    The pane for the inserted text has a default white background. Disregarding the setting of Properties/Viewing/Main Window color.
    So if the foregroundcolor happens to be set to white in the F12 part, nothing is seen if typing anything.

    And I would like more explanation about : Render as 'Empty path' - 'Filled path'.
    'Text' or 'Antialiased text' I understand.
    And what's 'Hold to preview' meaning ?

    Leave a comment:


  • matera
    replied
    woo hoo, it's beta time

    Leave a comment:


  • MItaly
    replied
    IrfanPaint b0.4.8.53 released

    The new IrfanPaint beta release includes the following changes:
    • added the text tool;
    • replaced some nasty C code with new object-oriented C++ code (e.g. replaced many C strings and _snprintfs with std::strings and std:strstreams;
    • new toolbar auto-resize code (but this change is almost invisible for the user);
    • fixed some bugs;
    • other improvements that I don't remember at the moment.

    Note: the full packet of this version (and probably of the future versions) contains an IV executable that fixes the scrollbars bug; if you experience the problems described in the linked topic or drawing problems with IrfanPaint (e.g. you draw and nothing appears) download the full packet and replace your IV exe with the one shipped with IP.

    Prospected improvements before the next release of IV (that is coming near):
    • better text preview function (the actual one is very inaccurate);
    • replace color tool (suggestion by Irfan);
    • tolerance for the floodfill (I hope that I'll have time for it).

    I decided not to add the move/rotate/stretch text function as objective for the next version of IV because it isn't really important and its realization is not trivial (and I have no time).

    BTW, if someone has suggestions to make the exhaustive tooltip of the text tool more understandable please let me know.
    Last edited by MItaly; 06.03.2008, 04:28 PM.

    Leave a comment:


  • Sam_Zen
    replied
    LOL
    As a matter of fact, that could be the next step, if that selection is there.
    Choice for inside or outside. Reverse selection. Deleting inside just as with 'cut'.
    Last edited by Sam_Zen; 02.03.2008, 12:41 AM.

    Leave a comment:


  • Bhikkhu Pesala
    replied
    In some cases it would be better to leave the border and replace the picture.

    Leave a comment:


  • Sam_Zen
    replied
    Cropping

    Someone came up in the support with the question to remove white borders from an image.
    IV can't do that, it has to be done manually.
    But I think Paint is capable to do it. With the Fill Flood tool it has the capability of tracing an area
    having the same, connected, color-pixels, and replacing the area by another color :

    This replacing is done immediately, but I suppose, there is a step in the process of the routine, where
    the area is selected, but the color-replacement hasn't been executed yet.
    This stage can be called 'the selection of an area', in this case the border. (Like the 'magic wand' in PSP)
    It has a number of coordinates as values, so they could be called from another routine at that moment.

    In case of a simple border with a single color (often just white or black), to be removed, this selection
    would be enough data to give a 'delete area' command and crop the picture.
    It could be a sub-funtion of the Selection Tool, by using the Ctrl or Shift key with the mouse.

    Leave a comment:


  • Sam_Zen
    replied
    Definitely not simple.
    I guess the basic option for this is to be able to create a custom point-to-point selection area.

    Leave a comment:


  • MItaly
    replied
    The problem is that actually the other tools are raster tools, and do not create paths. Maybe someday I'll switch everything to vectorial, but it's not very simple.

    Leave a comment:


  • Paparazzi
    replied
    Originally posted by MItaly View Post
    BTW, now I'm working on the text tool, that has been requested by many users (text tool test screenshot attached).
    ---EDIT---
    I just changed the dialog, see the second screenshot.
    The first text is rendered as antialiased text, the second as filled path.
    Hey, thats cool ... nice, really nice, but ... but can I add a suggestion :P
    I know it can be a lil difficult, but if you could do it, it would be simply great!

    Would it be possible to have the text written along a path as well? In that, if I first make a selection ... a diagonal line or a circle, the text could be written along that path (Ofcourse for the circle the possibility could be inside/ outside the circle)!

    Nice going ... cheers!

    Leave a comment:


  • MItaly
    replied
    Originally posted by bwwd View Post
    I have questions...
    It would be possible for clone tool to work with transparent color ? you know when you pick up your second color to eg.purple then it doestn clone this color.
    It may be possibile... I have to think about it.
    When editing photos then some smooth aliasing between pixels would be great , cause now its sharp so its visible when youre trying to use it on photographs.
    This is one of the most asked features, but it's quite difficult to implement without using GDI+ (and I would have to half-rewrite the plugin to use it).
    Also would be nice if pain could immediately change itself to paintbrush tool after you pickup color with color-picker(or to previous used tool).
    See Bhikkhu Pesala's answer.
    It would be good if we could use color-picker when we editing palette of the file.
    Not very simple, but feasible... I'll think about it.

    BTW, now I'm working on the text tool, that has been requested by many users (text tool test screenshot attached).
    ---EDIT---
    I just changed the dialog, see the second screenshot.
    The first text is rendered as antialiased text, the second as filled path.
    Attached Files
    Last edited by MItaly; 17.02.2008, 07:28 PM.

    Leave a comment:


  • Bhikkhu Pesala
    replied
    Originally posted by bwwd View Post
    Also would be nice if pain could immediately change itself to paintbrush tool after you pickup color with color-picker(or to previous used tool).
    If I understand your broken English correctly, this is the current behaviour. See the extended tooltips for the colour-picker tool.

    Leave a comment:

Working...
X