photoquick icon indicating copy to clipboard operation
photoquick copied to clipboard

Light-weight image viewer with crop,resize,collage, photogrid and filters

Results 4 photoquick issues
Sort by recently updated
recently updated
newest added

Changes: * filter: threshold: three-component (for BW use GrayScale first) ([see demo](https://github.com/ImageProcessing-ElectronicPublications/photoquick-examples/tree/main/main/filters/threshold)) * resize: add `BiCubic` method and options `RIS` and `steps` ([see demo](https://github.com/ImageProcessing-ElectronicPublications/photoquick-examples/tree/main/main/resize)): ![screen3](https://user-images.githubusercontent.com/12370082/176908046-63028c16-8de9-44b1-b4a9-b630159e1f19.png) ![screen3m](https://user-images.githubusercontent.com/12370082/176909471-a313cc7a-9d33-4485-a01e-6d31945504cf.png) * transform: add part...

Hi @ksharindam . ### Crop. Interested in the possibility of replacing a Label with size indication with 4 TextBox (left, bottom, width, height) with the ability to enter values (with...

Hi @ksharindam . Interested in the tool for separating scanned images into colored areas and a BW background. Examples: [python-cropper-tk](https://github.com/ImageProcessing-ElectronicPublications/python-cropper-tk): ![separate](https://raw.githubusercontent.com/zvezdochiot/python-cropper-tk/master/croppertktopdf-sample.jpg)

feature request

Hi @ksharindam . See https://sourceforge.net/projects/qimageblitz/ ```sh cat qimageblitz.h ``` ```cpp class QIMAGEBLITZ_EXPORT Blitz { public: enum GradientType {VerticalGradient=0, HorizontalGradient, DiagonalGradient, CrossDiagonalGradient, PyramidGradient, RectangleGradient, PipeCrossGradient, EllipticGradient}; enum RGBChannel{Grayscale=0, Brightness, Red, Green,...