Search found 107 matches: photoshop
Searched query: photoshop
- 2019-06-30T17:37:24-07:00
- Forum: Digital Image Processing
- Topic: *Magic* websites that removes background - HOW do they do it?
- Replies: 4
- Views: 209356
Re: *Magic* websites that removes background - HOW do they do it?
... ai-can-automatically-remove-the-background-from-a-photo/ https://www.theverge.com/2018/12/19/18148020/remove-bg-ai-background-foreground-without-photoshop https://github.com/eti-p-doray/unet-gan-matting https://github.com/SaoYan/bgsCNN https://www.digitaltrends.com/photography/mit-adobe-microsoft ...
- 2018-12-22T21:46:45-07:00
- Forum: Digital Image Processing
- Topic: Adjusting color of individual RGB channels
- Replies: 6
- Views: 229212
Adjusting color of individual RGB channels
... n = 255, etc.) as those variables will need to be adjusted to satisfy different color palettes and weave structures. I've tried achieving this in Photoshop and other graphics editors, but outside of selecting like pixels and adjusting their values manually, I haven't been able to find an effective ...
- 2018-07-22T11:15:38-07:00
- Forum: Digital Image Processing
- Topic: Merging RGB and CMYK into CMYK
- Replies: 4
- Views: 213637
Re: Merging RGB and CMYK into CMYK
... good filters (but this part is also a question of perforamance)...after all the professional designer can always design the whole template in Photoshop and the web-to-print-solution is supposed to help non-professionals customize items (templates must be curved, the designer is actually in 3d ...
- 2018-05-01T07:56:27-07:00
- Forum: Digital Image Processing
- Topic: From photo to drawing (result is not really good)
- Replies: 8
- Views: 248011
Re: From photo to drawing (result is not really good)
I've uploaded my result from my script to: http://snibgo.com/imforums/castle_p2.png

To me, it looks more like the Photoshop version than either other version.

To me, it looks more like the Photoshop version than either other version.
- 2018-05-01T05:45:26-07:00
- Forum: Digital Image Processing
- Topic: From photo to drawing (result is not really good)
- Replies: 8
- Views: 248011
Re: From photo to drawing (result is not really good)
Thank you for your help. The Photoshop version is taking the minimum of two images. What images? It's from the first level and the duplicate level I did a new page with: - image on the left: photoshop result - centered image: your proposal - image on the right: my new script I reported in the page ...
- 2018-05-01T04:36:00-07:00
- Forum: Digital Image Processing
- Topic: From photo to drawing (result is not really good)
- Replies: 8
- Views: 248011
Re: From photo to drawing (result is not really good)
... their average won't change anything. (Because if you have three numbers that are the same, taking their average makes the same number.) The Photoshop version is taking the minimum of two images. What images? You have an edge detector, but the IM version uses a large blur. This Windows BAT ...
- 2018-05-01T03:02:25-07:00
- Forum: Digital Image Processing
- Topic: From photo to drawing (result is not really good)
- Replies: 8
- Views: 248011
From photo to drawing (result is not really good)
Hi all, I'm trying to convert a photo to a drawing with ImageMagick. The result is good but still not as the result I obtain in photoshop. At this url http://supercolored.com/ you can find: the original image the result using photoshop and the steps i followed the result using ImageMagick and the ...
- 2018-04-08T07:46:02-07:00
- Forum: Digital Image Processing
- Topic: Convert 3D LUT to hald image
- Replies: 35
- Views: 712834
Re: Convert 3D LUT to hald image
... math function), II believe 2D LUT (PNG) should be supported directly with image magick. this would avoid us the trouble to load the image in photoshop to apply the LUT on image. LUT are also used in direct feed camera for streaming (with OBS/Twitch/Youtube) thanks for Image Magick though, great ...
- 2018-03-19T20:38:03-07:00
- Forum: Digital Image Processing
- Topic: Gray balance approach reasonable? (snibgo)
- Replies: 8
- Views: 273017
Gray balance approach reasonable? (snibgo)
... image in GIMP, but I have several thousands of images, so I would prefer an ImageMagick solution I can script into a loop instead of going via Photoshop/Lightroom. In brief, I think my approach is: under a range of bright to dark twilight conditions, use TWO cameras to take bracketed exposures of ...
- 2017-10-13T07:29:54-07:00
- Forum: Digital Image Processing
- Topic: Replicating Photoshop's filters and adjustments in code
- Replies: 2
- Views: 133041
Re: Replicating Photoshop's filters and adjustments in code
Hi, I am making a program www.Photopea.com , which should have the full support for PSD files. And since PSD files can have Adjustment layers and Smart Filters, I have to implement PS adjustments and filters, too. I have been implementing PS adjustments and filters for several years now. You can see ...
- 2017-07-28T18:24:25-07:00
- Forum: Digital Image Processing
- Topic: Free interactive image editor
- Replies: 4
- Views: 36094
Re: Free interactive image editor
... PS near you. Escaping is described here . You could simply press Escape on the keyboard. Text engine: you probably have some older version of Photoshop. You would see the same message, if you had a PSD file from a newer photoshop. The new engine is necessary e.g. for the right-to-left text. Sadly ...
- 2017-07-28T12:21:09-07:00
- Forum: Digital Image Processing
- Topic: Free interactive image editor
- Replies: 4
- Views: 36094
Re: Free interactive image editor
I think it is very good I could see and modify my Photoshop file layers and it is quick. Not sure I would ever use it though. One thing I noticed is I had a message something like "Escape to ....." What I had to do was click the tick icon so I would say the message is not that clear. I added some text ...
- 2017-07-26T16:38:42-07:00
- Forum: Digital Image Processing
- Topic: Free interactive image editor
- Replies: 4
- Views: 36094
Free interactive image editor
Hi, my name is Ivan and I am making a photo editor Photopea with a strong support for PSD (Photoshop), XCF (Gimp) and Sketch (Sektch App) formats. It is written completely in Javascript and works in any (modern) browser on any operating system at www.Photopea.com . My goal is not to replace Photoshop ...
- 2017-03-11T16:53:19-07:00
- Forum: Digital Image Processing
- Topic: automask 4 color
- Replies: 6
- Views: 39839
Re: automask 4 color
I think you have to manually modify the second mask from the first yourself in some tool such as GIMP or Photoshop as is done in https://github.com/alexjc/neural-doodle.
- 2017-01-11T15:59:30-07:00
- Forum: Digital Image Processing
- Topic: Replicating Photoshop's filters and adjustments in code
- Replies: 2
- Views: 133041
Re: Replicating Photoshop's filters and adjustments in code
... engineer a few as unix shell scripts with Imagemagick. You can find my scripts at my link below. But I know of no comprehensive resource, since photoshop is a closed tool and I know of no explanations of the details of their code. A google search sometimes will come up with tutorials on how to do ...