CleanCodeDeveloper

Results 17 comments of CleanCodeDeveloper

@Jay-o-Way I saw this as well but I wanted to keep this PR small and easy to review.

I can reproduce this issue. ![image](https://user-images.githubusercontent.com/16760760/184703554-1583f841-894a-4e05-bcde-c81467f733b5.png) The file name will be like "...(Height 50).jpg" even if you select "Fit" where Height is not visible.

@sosssego: Would it solve your problem if you use %6 instead of %4? ![image](https://user-images.githubusercontent.com/16760760/184704529-c93b160c-b744-40c8-ab92-a60278f6525a.png)

> I believe the issue is that the control is only _hidden_, but still read in the code upon execution. It's true that the control is hidden, the value is...

> I guess an optimization we could add would be to use the name of the parent folder instead of just "README" as the title in order to save some...

Could it be explained by this documented behavior? > If **Ignore the orientation of pictures** is checked, the width and height of the specified size may be swapped to match...

> Sounds like a bug. Has the code changed recently? I'm pretty sure I had a test for this. The code in question was not modified since the [initial commit...

> Question: Did you actually make your pictures by running the test case through the utility? Or did you draw those pictures independently? Because that's not how it behaves right...

> still not fixed. We were not able to reproduce the issue above (see conversation above). I believe the feature works as intended but the docs need some love to...

> Try again. It is not doing what i tell it to. Portrait images are incorrectly cropped even when i tell it to ignore orientation or not. When i tell...