maitra

Results 41 comments of maitra

Interesting, I verify this bug.

yes, you may consider fixing the line that is supposed to be uncommented. By default, the filename should be original2.jpg. But thanks for the code.

Btw, the k-means clustering: does it cluster by individual channel? What is K here?

> > Btw, the k-means clustering: does it cluster by individual channel? What is K here? > > It clusters the channels individually. So normally, an image is 8-bit right....

``` def select_input() -> None: file = askopenfile(title='Please select one (any) frame from your set of ima ges.', filetypes=[('Image Files', ['.jpeg', '.jpg', '.png', '.gi f', '.tiff', '.tif', '.bmp'])]) if file...

> > > > I see, thanks! I wonder if we can distort the cartoon. Perhaps adding random noise to the contours might do it. Btw, separately, askopenfile from tkinter...

> > Distortion would make the image into a true cartoon. Right now, it really makes outlines of the images and that is pretty much it. Right? > > As...

Thanks! I am asking for a pane view for the folders and sub-folders as in the case of neomutt. See [https://neomutt.org/about.html](https://neomutt.org/about.html) for what I am trying to ask. Thanks!

Thanks, is there an example of how to do folder lists with tags and saved searches in astroidmail? I am new here, was able to get an RPM going (on...

Thanks very much. I am new here, moving from a traditional MUA (sylpheed) and so this will be a learning experience for me. Hopefully fun.