Custom Query (3910 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (328 - 330 of 3910)

Ticket Resolution Summary Owner Reporter
#3648 No Bug _ISPressed not working with "GUI_WS_EX_PARENTDRAG" Melba23 Memnon
Description

https://www.autoitscript.com/forum/topic/195130-gui-with-_ispressed-and-mousegetpos/

i am not sure if its a bug or it has to be like that

#3647 Fixed Ghost border artifact with _GDIPlus_ImageResize J-Paul Mesnage anonymous
Description

The function _GDIPlus_ImageResize creates images that exhibit the "Ghost Border" problem explained here.

It's not all that noticeable unless you're looking for it, however it's significant for my use case. I'm capturing images of text, up-sizing it by 4X with the High Quality Bicubic mode, and then feeding the resulting image into Tesseract OCR. Up-sizing the image drastically improves the OCR, but for some image captures there is not much of a clean border area around the text to begin with, and in those cases the border artifact on the scaled image can sometimes cause incorrect OCR results.

Please consider adding the TileFlipXY option into the resize logic so that the edges of the resized image won't have this artifact. Even aside from my own use case, this is an artifact that somewhat reduces the potential quality of the image.

I'm not sure if TileFlipXY should always be active, or if perhaps it should just be an optional parameter? Best for you to decide I suppose.

Thanks!

#3646 No Bug unclosed comments start directive inside of comment section results in error genius257
Description

The following code

#comments-start
#comments-start
some comment text
#comments-end

Results in

Error: Unterminated group of comments.

Shouldn't anything other than a comment-end directive be ignored within a comment section?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.