Most voted "image-editing" questions
8 questions
Sort by count of
-
10
votes1
answer5452
viewsBasic image editing using Opencv
Hello, I’m learning to use the features that Opencv offers for image processing and the following question has arisen: How do I edit only a predetermined area of an image? To facilitate the…
-
3
votes1
answer768
viewsIt is possible to create image thumbnails with pure Node.js
Well I found a library, which is great for image manipulation, and it works perfectly, in case the Graphicsmagick for Node.js, but there is a problem, because there are dependencies of other…
-
3
votes1
answer272
viewsSegmentation failure during image to grayscale conversion
I am writing code that should receive a color image file (PPM format) and turn it into grayscale (PGM format in ASC II code) After having done functions to read, convert the colors and save the…
-
2
votes3
answers621
viewsService to resize uploaded images to a Wordpress site
I have a Wordpress site which has the biggest headache to resize images, and I think a PHP script that resizes images is not the solution for me. Every post involves about 3 images, it is very…
-
1
votes0
answers34
viewsHow to apply Blur-like effects to images that work outside of Chrome?
When trying to apply the effect Blur in images, I had problems with some browsers, as you can see in the link below. BLUR EFFECT I wonder if there’s any effect that resembles Blur and that works in…
-
1
votes1
answer2424
viewsRead file in binary
Hi, I am saving a file in binary format and trying to open the same binary. However, I am not getting the expected result. They follow the writing and reading function. I’m saving a format image.…
-
1
votes0
answers11
viewsHow to adjust page size custom to Inkspace so that page starts in coordinates (0.0)
Well putting the page size according to the template: Width :420 Height : 297 Satifaz, starts at 0, but too large area to use it embedded in the html page. So I reduce to the size occupied by the…
-
0
votes0
answers34
viewsClear directory and then create gallery inside it using php
Good afternoon, I’m creating a file that edits the products' post, only before editing the data and inserting the new ones the customer selected. was to delete the photos from the directory where…