Search found 56 matches

by BryantMoore
2012-09-22T23:12:59-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

Your sigmoidal-contrast first value 0.45 is so small as to be hardly doing anything, if I am not mistaken. It is nearly a linear function with slope almost zero, thus an no-op situation. What do you get if you remove the -sigmoidal-contrast on both sides? Is it at all visually different? What is th...
by BryantMoore
2012-09-22T22:24:36-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

what does bam mean? BAM are my initials :) Default https://dl.dropbox.com/u/106615031/dsp/imagemagick/bamscaler/dcpfever/775_1344831871921.jpg-default.jpg Latest BAM Scaler revision https://dl.dropbox.com/u/106615031/dsp/imagemagick/bamscaler/dcpfever/775_1344831871921.jpg-bamscaler.jpg #!/bin/bash...
by BryantMoore
2012-09-22T13:40:19-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

Yes. Post a name for the filter and we'll code it up in IMv7 Alpha. If it proves useful, we can backport it to IMv6. I'd like the name to be bam or bamscaler . Thanks guys I appreciate all your critique and support! :) EDIT It seems my filter is very similar to Nicolas' "scheme of the day"...
by BryantMoore
2012-09-22T11:36:32-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

Could it possibly be turned into an ImageMagick filter? :)
by BryantMoore
2012-09-22T11:23:44-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

@NicolasRobidoux I think I might have found satisfactory settings. :) Triangle https://dl.dropbox.com/u/106615031/dsp/imagemagick/supersampled%20sigmoidized%20catmull-rom/skull_1333p_triangle.png BAM Scaler https://dl.dropbox.com/u/106615031/dsp/imagemagick/supersampled%20sigmoidized%20catmull-rom/s...
by BryantMoore
2012-09-22T09:59:46-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

@NicolasRobidoux The latest version of my filter uses direct resampling as opposed to "supersampling". convert new.png -define filter:kaiser-beta=4 -define filter:window=kaiser -filter sinc -colorspace rgb -sigmoidal-contrast 1.25x10% -distort resize 1333% -colorspace srgb +repage -samplin...
by BryantMoore
2012-09-21T22:01:10-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

just curious but why 1) are you using -sample and -resize? -sample just magnifies by duplicating pixels (not interpolating them) and -resize 100% is a no-op (in principle and depending upon the filter how good it is at that). To be honest, I do not know if all the filter controls work on -sample an...
by BryantMoore
2012-09-21T21:25:57-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

@NicolasRobidoux I compared a standard Jinc resize to my version using a convolution and sigmoidal contrast and I believe the results show promise. Jinc Resize https://dl.dropbox.com/u/106615031/dsp/imagemagick/supersampled%20sigmoidized%20catmull-rom/rose_jinc-resize.png convert rose: -filter jinc ...
by BryantMoore
2012-09-21T16:32:04-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

@NicolasRobidoux I increased the C parameter on the filter so that it's now an overly sharp Catmull-Rom. https://dl.dropbox.com/u/106615031/dsp/imagemagick/example2/new_cubic-b0c1-10x-convolution_gamma-correct_less-safe-sigmoidal-11p6933.png convert new.png -define filter:blur=10 -define filter:b=0 ...
by BryantMoore
2012-09-21T14:23:57-07:00
Forum: Digital Image Processing
Topic: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal,... gamma?
Replies: 113
Views: 266189

Re: Enlarge with sRGB, RGB, LAB, LUV, XYZ, sigmoidal...?

https://dl.dropbox.com/u/106615031/dsp/imagemagick/example3/rose-catrom_10x-convolution_gamma-correct_less-safe-sigmoidal-11p6933.png https://dl.dropbox.com/u/106615031/dsp/imagemagick/example2/new_catrom_10x-convolution_gamma-correct_less-safe-sigmoidal-11p6933.png convert rose: -define filter:blu...
by BryantMoore
2012-09-21T13:42:08-07:00
Forum: Digital Image Processing
Topic: Direct resampling vs zero order hold + convolution
Replies: 7
Views: 24561

Re: Direct resampling vs zero order hold + convolution

I guess what I should ask is if the direct resampling or the convolution is a more accurate representation of how the final image should look.
by BryantMoore
2012-09-21T13:21:28-07:00
Forum: Kudos and Rants
Topic: Getting into the field of what you guys do?
Replies: 4
Views: 75658

Re: Getting into the field of what you guys do?

I suggest you get your math background built up a bit by taking algebra courses at a minimum. Then take a few computer courses so you know the basics of computer processing, coding, computer graphics and image processing. Some or all of these can you do by buying the right books and reading on your...
by BryantMoore
2012-09-21T13:09:44-07:00
Forum: Digital Image Processing
Topic: Direct resampling vs zero order hold + convolution
Replies: 7
Views: 24561

Direct resampling vs zero order hold + convolution

original https://dl.dropbox.com/u/106615031/dsp/imagemagick/example2/new.png zero order hold https://dl.dropbox.com/u/106615031/dsp/imagemagick/example2/zoh10x.png direct resampling https://dl.dropbox.com/u/106615031/dsp/imagemagick/example2/triangleresize10x.png zoh + convolution https://dl.dropbo...
by BryantMoore
2012-09-21T12:53:17-07:00
Forum: Kudos and Rants
Topic: Getting into the field of what you guys do?
Replies: 4
Views: 75658

Getting into the field of what you guys do?

I want to pursue an education in the types of things covered on this forum. I admire all of you for all the hard work and effort you've put into all of this and I want to be able to help out. My problem is that I have an 8th grade math level and a GED. I live in Kentucky and I would most likely go t...
by BryantMoore
2012-04-17T18:28:55-07:00
Forum: Users
Topic: Resize using only certain pixels
Replies: 12
Views: 19333

Re: Resize using only certain pixels

Thanks anthony, that does exactly what I need.