GithubHelp home page GithubHelp logo

2dimagefilter's People

Contributors

hawkynt avatar

2dimagefilter's Issues

Open the image when drag and drop image icon to executable icon

What steps will reproduce the problem?
- Open the Image Resizer by drag and drop image icon to the executable icon.

What is the expected output? What do you see instead?
- Currently, when drag and drop image icon to the executable icon, Image Reizer 
will open command line window containing help manual and disappear immediatly.

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.
The default behavior will be better if changed with opening the image in Image 
Resizer instead of opening command line window that contains help manual. It 
will be useful when user -let's say- want to associate the program with 
specific image formats. Command line help manual can be accessed by a command 
such as : ImageResizer [/help]

Original issue reported on code.google.com by [email protected] on 30 Mar 2013 at 2:56

Piping problem

What steps will reproduce the problem?
ImageResizer /load imagein.png /resize auto "xBR 3x 
<NoBlend>(thresholds=0,vbounds=wrap,hbounds=wrap,radius=1.00,centered=0)" 
/stdout | convert - imageout.png

What is the expected output? What do you see instead?

It should produce xBR filtered PNG Image instead of error message such as:

convert.exe: no decode delegate for this image format `C:/Users/MICROS~1/AppData
/Local/Temp/magick-6824oA_V627fhP8n' @ error/constitute.c/ReadImage/550.
convert.exe: no images defined `D:\Documents\MagickView\Imageout.png' @ e
rror/convert.c/ConvertImageCommand/3106.


Please use labels and text to provide additional information.

I use ImageMagick with pngnq-s9 application, but this error messages didn't 
appear.
I don't know if the problem is from ImageMagick or from stdout data produced by 
ImageResizer

Original issue reported on code.google.com by [email protected] on 24 May 2013 at 10:53

Implement SmillaEnlarger

Please provide any additional information below.

SmillaEnlarger is a tool to enlarging general images in high quality. It is the 
open source counterpart for many commercial tools such as Ben Vista PhotoZoom, 
Perfect Resize, etc.

Too bad not many people notice it, and the inclusion of the algorithm in Image 
Resizer will be really nice.

Thanks

Homepage:
http://sourceforge.net/projects/imageenlarger/

Original issue reported on code.google.com by [email protected] on 23 Nov 2014 at 12:41

Alpha data is dropped

When using a source image with alpha transparency the alpha data is dropped.  
This causes artifacts along the border of objects where transparent pixels meet 
solid pixels (note the magenta fringes and lack of transparency in the example 
below).  This seems to happen with virtually all the filters.

Original Image:
http://i.imgur.com/sq4r5.png

Scaled Image:
http://i.imgur.com/CSh84.png

Original issue reported on code.google.com by [email protected] on 16 Nov 2012 at 10:37

GUI Filter Method didn't be categorized

What steps will reproduce the problem?
- Open Image Resizer as usual

What is the expected output? What do you see instead?
- If opening the drop-down menu, the user will see too many filter methods and 
average user will have no idea what their was.

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.
- I think the drop-down menu should include categories that can be found in the 
new command line help.

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 2:17

Implement Kopf-Lischinski filter

What is the expected output? What do you see instead?
Currently, a person named Vinícius dos Santos Oliveira has successfully create 
implementation of Kopf-Lischinski algorithm. I hope this achievement can enrich 
raster image resizing technique that was available.

Please use labels and text to provide additional information.
Source code : https://launchpad.net/libdepixelize
Development blog : http://vinipsmaker.wordpress.com/tag/libdepixelize/
Documentation : 
http://bazaar.launchpad.net/~vinipsmaker/libdepixelize/trunk/download/vini.ipsma
ker%40gmail.com-20131006022255-ppxpmnpveff528dh/index.pdf-20130926133009-k2yfekc
xv7vbt63y-4/index.pdf

Original issue reported on code.google.com by [email protected] on 8 Oct 2013 at 7:43

Default width and height in GUI shouldn't 0

What steps will reproduce the problem?
- Open the Image Resizer as usual and choose non-pixel art scaling algorithm

What is the expected output? What do you see instead?
- Currently, the default value of width and height in Image Resizer when 
choosing non-pixel art scaling algorithm is 0.

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.
The default value will be better if it isn't 0, instead the actual size of the 
original image. An after user resized their image, the default value should 
change as the target width and height value.

Original issue reported on code.google.com by [email protected] on 30 Mar 2013 at 2:46

Repeat Button in GUI duplicating function

What steps will reproduce the problem?
- Open Image Resizer as usual

What is the expected output? What do you see instead?
- In the GUI there is two method to repeat the filter. One is via repeat button 
and another is via repeat spin control. User can just using one of them for 
similar purpose. An the repeat button can be optimized for another purpose.

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.
- I think the repeat button can be replaced by reset button to reset image to 
its original state (So, users not need to re-open the image every time they 
make a mistake)
- Resize button can added similar function as current repeat button (for 
resizing, but also for repeating the process)
- Switch button can be replaced by undo button to cancel one step action made 
by resize button

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 2:52

Reverse AntiAliasing

What steps will reproduce the problem?
1. Reverse AntiAliasing New Filter !!!
2.
3.

What is the expected output? What do you see instead?
Please, add this GREAT filter !!!

What version of the product are you using? On what operating system?
Windows 7 64

Please provide any additional information below.
Look for more info about this filter:

http://kdepepo.wordpress.com/2012/08/15/reverse-antialiasing-for-image-scaling/

http://forum.themaister.net/viewtopic.php?id=127

https://github.com/libretro/common-shaders/blob/master/Anti-aliasing/Reverse-AA.
cg

Original issue reported on code.google.com by [email protected] on 9 Apr 2013 at 5:35

Attachments:

Piping the input and output

What steps will reproduce the problem?
- Using Image resizer with command line

What is the expected output? What do you see instead?
- I cannot use Image Resizer for recieved input from another program output via 
stdin and stdout

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.
- If Image Resizer can support piping from stdin and stdout, it can be used in 
conjunction with another command line software. Example: ImageResizer + 
ImageMagick can support any format that was supported by ImageMagick and any 
resizer filter that was supported by ImageResizer.

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 2:35

Config.xml didn't store many information

What steps will reproduce the problem?
- Open Image Resizer as usual

What is the expected output? What do you see instead?
- If opening image resizer, the user should re-arange window position, 
re-maximize the window, re-choose the filter method, re-choose border pixel 
handling, etc.

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.
- I think config.xml can be optimized by storing some user setting so they 
didn't need to do some repeating task every time opening Image Resizer.

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 2:22

port to Mono

So people won't be forced to use Windows just to resize an image.

Original issue reported on code.google.com by [email protected] on 17 Nov 2014 at 8:10

GUI didn't have percentage option

What steps will reproduce the problem?
- Open the Image Resizer as usual

What is the expected output? What do you see instead?
- I think the GUI also provide the option for percentage resizing

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 2:12

Scroll-bar in the GUI if Image is Too Big

What steps will reproduce the problem?
- Open Image Resizer as usual with view settings to "actual"

What is the expected output? What do you see instead?
- If opening or resizing image that bigger than screen, the image will be 
cropped.

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.
- If there is horizontal or vertical scroll bar in viewing window, the user 
still can see the rest of image by scrolling it vertically or horizontally.

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 2:41

Associate scripts with ImageResizer

Will it possible to add option for associating .irs Script with ImageResizer, 
therefore the script can become executable by double clicking it. Just like 
.bat file associated with CMD.exe or .py file associated with Python.exe.

Original issue reported on code.google.com by [email protected] on 6 Apr 2013 at 1:23

Help Menu in the GUI

What steps will reproduce the problem?
- Open Image Resizer as usual

What is the expected output? What do you see instead?
- I don't know how to use your program. An cannot find information, because I 
am an average user and cannot understand CLI.

What version of the product are you using? On what operating system?
- R33, Windows 7 32-bit

Please provide any additional information below.
- I think new help menu in the GUI will be useful for average user who didn't 
familiar with CLI just like what you provide in version R28 when user drag n' 
drop image file to ImageResizer executable.
- The help menu just needed to providing two things:
  > User manual just like what is written in the CLI help.
  > About box, so they know who create this amazing software.

Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 2:30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.