US6964025B2 - Auto thumbnail gallery - Google Patents

Auto thumbnail gallery Download PDF

Info

Publication number
US6964025B2
US6964025B2 US09/813,515 US81351501A US6964025B2 US 6964025 B2 US6964025 B2 US 6964025B2 US 81351501 A US81351501 A US 81351501A US 6964025 B2 US6964025 B2 US 6964025B2
Authority
US
United States
Prior art keywords
user
thumbnail
web page
images
enabling
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime, expires
Application number
US09/813,515
Other languages
English (en)
Other versions
US20020135621A1 (en
Inventor
Michael A. Angiulo
Benjamin E. Canning
Zhenguang Chen
Charles W. Parker
Lou Nell Gerard
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US09/813,515 priority Critical patent/US6964025B2/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ANGIULO, MICHAEL A., CANNING, BENJAMIN E., CHEN, ZHENGUANG (ROBERT), GERARD, LOU NELL, PARKER, CHARLES W.
Publication of US20020135621A1 publication Critical patent/US20020135621A1/en
Priority to US11/133,777 priority patent/US7454711B2/en
Application granted granted Critical
Publication of US6964025B2 publication Critical patent/US6964025B2/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Adjusted expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present invention generally relates to inserting a gallery of images into a document that is accessed over a network, and more specifically, to the automated inclusion of a gallery of reduced-size or “thumbnail” images representing larger images in a Web page that will be accessible over the Internet or other network, so that the thumbnail images are arranged in a desired format, any of the original larger images being accessed and displayed in the Web page by selecting the thumbnail image corresponding to the original image.
  • Web page's full-size photos or other graphic images are not included in a Web page because most Internet users are limited to relatively slow network connections, such as a modem connected to the Internet over a Plain Old Telephone Service (POTS) line, operating at speeds less than 56 Kbits/sec.
  • POTS Plain Old Telephone Service
  • Graphically intensive Web pages generally do not load within a reasonable period of time (i.e., less than a minute) for users connected to the Internet through such a modem. Since images are a popular medium of expression in Web pages, there has been a conflict between the desire to incorporate image content in Web pages, and the need to limit the amount of data that must be transmitted per Web page, to reduce the time required to load a Web page.
  • One popular method of including images in Web pages while reducing the amount of data that must be transferred for each page is to include small images or thumbnail images in the Web page, each thumbnail image representing a corresponding larger image. Since the amount of data required in a Web page for displaying an image is directly proportional to the number of pixels in the displayed image, any reduction in the size of an image included in a Web page causes a corresponding decrease in the amount of data that must be downloaded by the user for viewing the image.
  • a thumbnail image created from an original (full size) image typically conveys sufficient information so that a person viewing the thumbnail image can visually determine the content of the original image.
  • Web pages that display thumbnail images instead of the original larger images download more quickly and still communicate the desired graphic content to the user.
  • Each thumbnail image is hyperlinked to its parent original image.
  • the original image will be transferred to the user's browser program so that the user can readily view the original image if desired.
  • the user can select and download only those original images that are of particular interest.
  • the present invention defines a method for enabling a user to automatically and simultaneously introduce a plurality of thumbnail images into a Web page to produce a gallery of the thumbnail images.
  • the thumbnail images represent a corresponding plurality of original images, and each thumbnail image is substantially smaller than its corresponding original image.
  • the method includes the step of enabling a user to select a plurality of original images that are to be represented by the thumbnail images.
  • a thumbnail image is automatically produced from each original image selected, and a formatting template is used to determine the relative position of each thumbnail image on a Web page.
  • a hyperlink linking each thumbnail image to its corresponding original image is automatically provided, in the Web page.
  • a user is enabled to save the Web page that includes the plurality of thumbnail images and the hyperlinks.
  • Each thumbnail image appears when the Web page is displayed, and each hyperlink enables the corresponding original image to be retrieved and displayed if a thumbnail image is selected and the hyperlink for the thumbnail image that was selected is activated.
  • a user is enabled to select from among a plurality of different templates that define the format and layout of the thumbnail images on the Web page.
  • the selected template is used to generate a Web page that includes the plurality of thumbnail images and each hyperlink in the format and layout defined by the template.
  • the plurality of templates preferably include a vertically oriented template, a horizontally oriented template, a slide show oriented template, and a montage template.
  • a user can define a custom template, save the custom template, and select the custom template, rather than selecting one of the plurality of templates that is provided.
  • the templates are defined using extensible style language.
  • each template includes at least one default parameter.
  • the default parameter can define a number of thumbnail images per row of the template, a height of each thumbnail, a width of each thumbnail, a title of the template, a description of the template, a preview image file name, and indicate any dependent files relating to the template.
  • the present invention When a selected template is used to generate a Web page, the present invention preferably creates a data manifest for the Web page, in extensible markup language (XML).
  • the data manifest includes at least thumbnail image data and hyperlink data. Once the data manifest is created, it is saved, and an extensible style language file that corresponds to the selected template is loaded.
  • the method uses the data manifest and the extensible style language file that corresponds to the selected template to generate a hypertext markup language (HTML) file for the Web page.
  • HTML hypertext markup language
  • the step of creating a data manifest in XML includes the steps of including a file-width attribute, a file-height attribute, and thumbnail image attributes such as a thumbnail height and a thumbnail width.
  • the step of creating a data manifest in XML incorporates including at least one of a file attribute, a caption element, and a description element.
  • Another feature of the present invention is enabling a user to edit a gallery of thumbnail images.
  • a user is enabled to view a preview and edit the Web page.
  • the edit function enables a user to select a different one of the plurality of templates than previously selected, and in response, the present invention automatically generates a revised Web page that includes the plurality of thumbnail images and their hyperlinks displayed according to a format provided by the different template. The user then can view the edited Web page, and either continue editing or save the edited Web page.
  • the edit function also enables a user to select an individual thumbnail to edit or delete, and to select one or more additional original images that will be represented by corresponding additional thumbnail images in the gallery on the Web page.
  • the present invention automatically generates a corresponding thumbnail image for each additional original image selected, provides a hyperlink between the thumbnail image and corresponding additional original image, and then adds the hyperlink and the thumbnail image to the gallery on the Web page.
  • a user can drag and drop the one or more additional original images onto the gallery on the Web page to indicate the selection.
  • editing a thumbnail image a user can resize the thumbnail image, crop it, rotate it, add a caption relating to the thumbnail image, delete an existing caption relating to the thumbnail image, or modify an existing caption relating thereto.
  • the step of selecting the original images that are to be represented by the plurality of thumbnail images can include the step of importing one or more image files from a storage device, importing one or more images from a scanner, and/or importing one or more images from a digital image capturing device.
  • the method of the present invention further preferably includes the step of enabling a user to link Web pages that each include a gallery of thumbnail images together.
  • a user links individual Web pages together by adding a navigation bar to each Web page.
  • aspects of the present invention are directed to a system for automatically producing a gallery of thumbnail sized images on a Web page, from a plurality of original images selected by a user, and to an article of manufacture including a computer-readable memory medium having computer-executable machine instructions that when executed by a processor, cause it to enable a user to automatically generate a gallery including a plurality of thumbnail images on a Web page, by selecting a plurality of original images.
  • the functions implemented are generally consistent with the steps of the method discussed above.
  • FIG. 1 is an exemplary block diagram of a typical personal computer suitable for implementing the present invention
  • FIG. 2 is a schematic diagram showing an exemplary group of original images and thumbnail-sized reproductions of each original image, illustrating the functionality of the present invention
  • FIG. 3 is an exemplary Dialog box that is provided to enable a user to select a plurality of original images from which corresponding thumbnail images will be automatically provided for use in a photo gallery on a Web page;
  • FIG. 4 is an exemplary Dialog box that is provided to enable a user to select a photo gallery template that will control an appearance of a photo gallery of thumbnail images on a Web page, each thumbnail image corresponding to an original image selected in the exemplary Dialog box of FIG. 3 ;
  • FIG. 5 is a browser program view of an exemplary Web page that includes a photo gallery of thumbnail images corresponding to a plurality of original images selected in the exemplary Dialog box of FIG. 3 , and displayed in a horizontal layout selected from the exemplary Dialog box of FIG. 4 ;
  • FIG. 6 is a browser view of an exemplary Web page that includes a photo gallery of thumbnail images corresponding to a plurality of original images selected in the exemplary Dialog box of FIG. 3 , which are displayed in a vertical layout using the template selected from the exemplary Dialog box of FIG. 4 ;
  • FIG. 7 is a browser view of an exemplary Web page that includes a photo gallery of thumbnail images corresponding to a plurality of original images selected in the exemplary Dialog box of FIG. 3 , and displayed in a slide show layout as defined by a corresponding template selected from the exemplary Dialog box of FIG. 4 ;
  • FIG. 8 is a browser view of an exemplary Web page that includes a photo gallery of thumbnail images corresponding to a plurality of original images selected in the exemplary Dialog box of FIG. 3 , and displayed in a montage layout as defined by a corresponding template selected from the exemplary Dialog box of FIG. 4 ;
  • FIG. 9 is an exemplary Dialog box that is provided to enable a user to selectively edit a plurality of original images selected in the exemplary Dialog box of FIG. 3 ;
  • FIG. 10 is a flow chart that illustrates the logical steps implemented by software instructions in producing a photo gallery of thumbnail images, each corresponding to a user selected original image, and displayed in a format determined by a predefined photo gallery template, in accord with the present invention.
  • a preferred embodiment of the present invention will be included in an updated version of FRONTPAGE 2000TM, a Web page authoring and editing application, which will be distributed by Microsoft Corporation, under the tentative name of FRONTPAGE 2002TM.
  • the present invention will enable a user to automatically produce a photo gallery of thumbnail (sized) images on a Web page by selecting a group of original images.
  • a user is also able to select from among a plurality of different predefined templates, each template defining a format or layout for a different style photo gallery.
  • the present invention automatically generates a small thumbnail image and creates a hyperlink connection to the substantially larger parent original image.
  • Each thumbnail image is inserted into a Web page according to the formatting information in the selected template.
  • the present invention obviates the need for the user to manually or even automatically, produce and incorporate each thumbnail image into a Web page individually, as well as obviating the need for the user to manually format the Web page to determine the relative position of each thumbnail on the Web page.
  • FIG. 1 and the following discussion are intended to provide a brief, general description of a suitable computing environment in which the present invention may be implemented, by executing machine instructions, such as program modules, on a personal computer.
  • program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • program modules may be located in both local and remote memory storage devices.
  • an exemplary system for implementing the invention includes a general purpose computing device in the form of a conventional personal computer 20 , including a processing unit 21 , a system memory 22 , and a system bus 23 that couples various system components, including the system memory, to processing unit 21 .
  • System bus 23 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • the system memory includes a read only memory (ROM) 24 and a random access memory (RAM) 25 .
  • ROM read only memory
  • RAM random access memory
  • a basic input/output system (BIOS) 26 containing the basic routines that helps to transfer information between elements within personal computer 20 , such as during start-up, is stored in ROM 24 .
  • Personal computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk (not individually shown), a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29 , and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD-ROM or other optical media.
  • Hard disk drive 27 , magnetic disk drive 28 , and optical disk drive 30 are connected to system bus 23 by a hard disk drive interface 32 , a magnetic disk drive interface 33 , and an optical disk drive interface 34 , respectively.
  • the drives and their associated computer-readable media provide nonvolatile storage of computer-readable instructions, data structures, program modules, and other data for personal computer 20 .
  • a number of program modules may be stored on the hard disk, magnetic disk 29 , optical disk 31 , ROM 24 , or RAM 25 , including an operating system 35 , one or more application programs 36 , other program modules 37 , and program data 38 .
  • a user may enter commands and information into personal computer 20 through input devices such as a keyboard 40 and a pointing device 42 .
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • processing unit 21 through a serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port, or a universal serial bus (USB).
  • a monitor 47 or other type of display device is also connected to system bus 23 via an interface, such as a video adapter 48 .
  • the personal computer may include other peripheral output devices (not shown), such as speakers and printers.
  • Personal computer 20 may operate in a networked environment using logical connections for communicating with one or more remote computers, such as a remote computer 49 .
  • Remote computer 49 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to personal computer 20 , although only a memory storage device 50 has been illustrated in FIG. 1 .
  • the logical connections depicted in FIG. 1 include a local area network (LAN) 51 and a wide area network (WAN) 52 .
  • LAN local area network
  • WAN wide area network
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, and the Internet.
  • personal computer 20 When used in a LAN networking environment, personal computer 20 is connected to local network 51 through a network interface or adapter 53 . When used in a WAN networking environment, personal computer 20 typically includes a modem 54 or other means for establishing communications over WAN 52 , and over the Internet. Modem 54 , which may be internal or external, is connected to system bus 23 via serial port interface 46 . In a networked environment, program modules depicted relative to personal computer 20 , or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • HTML document means a file that includes HTML content, which is intended to be viewed or displayed with a Web browser.
  • original image as used herein and in the claims that follow means a digital image whose size has not been reduced specifically for the purpose of minimizing an amount of data required to render the image. Note that an original image does not mean that such an image is life size, that such an image is not itself a duplicate of some other image, or that such an image has never undergone any manipulation (including a reduction in size) from another image. Instead, an original image is simply an image whose size in pixels is sufficiently great to justify not including it on a Web page unless it is selected for display by a recipient.
  • thumbnail images are approximately the size of an individual's thumbnail, though the actual size of thumbnail images can vary depending on specific applications, size of a user's display screen, size of a browser window, and display preferences. In any event, significantly more thumbnail images can fit on a typical Web page than can original images.
  • HTML is a relatively simple language used to create hypertext documents that are portable from one computer platform to another and generally not dependent upon a specific operating system. HTML provides the core structure and format of documents accessible via the Internet.
  • XML describes a class of data objects that can both define a type of data and convey the data to computers on a network, such as the Internet.
  • XML documents can be stored, distributed, and displayed.
  • XML is a subset or restricted form of SGML, the Standard Generalized Markup Language (ISO 8879), but as the name implies, is extensible without limit.
  • the goal of XML is to enable generic SGML to be served, received, and processed on the Web or other network in a way that is not possible with HTML.
  • XML has been designed for ease of implementation and for interoperability with both SGML and HTML and customizes SGML in a number of significant ways.
  • a newer version of the XML language is employed.
  • This “newer” version is XML Schema.
  • the XML Schema specification can be found by linking to http://www.w3.ord/TR/xmlschema-0/ on the Internet.
  • the purpose of a schema is to define a class of XML documents, and so the term “instance document” is often used to describe an XML document that conforms to a particular schema. In fact, neither instances nor schemas need to exist as documents per se—they may exist as streams of bytes sent between applications, as fields in a database record, or as collections of XML Infoset “Information Items”.
  • Extensible style language is a style language that is targeted at XML, in particular to highly-structured, data-rich documents that require extensive formatting.
  • XSL uses an XML notation, and is primarily intended for complex formatting where the content of the document might be displayed in multiple places. For example, the text of a heading might also appear in a dynamically generated table of contents.
  • HTML document can be generated that maintains the desired formatting, and that can be readily viewed by a web browser.
  • Unicode is a 16-bit character code standard (also known as ISO 10646), which is intended to provide character codes for all the world's written languages.
  • the Unicode character for the Japanese Yen sign ( ⁇ ) is #a5.
  • the ampersand sign (&) and the left angle bracket sign ( ⁇ ) must be treated as “foreign” characters.
  • Further details regarding XSL may be found at the W3C web site.
  • the following HTML document, available on the Internet, represents the W3C's recommended standard for XSL: http://www.w3.org/Style/XSL/.
  • the present invention makes use of HTML, XML, and XSL.
  • the present invention generates a thumbnail image corresponding to each original image that was selected, and a hyperlink connecting each thumbnail image to its original parent image.
  • a data manifest is then generated using XML.
  • the XML data manifest includes all data relating to the thumbnail images and the hyperlinks to the parent original images.
  • the present invention retrieves the default (or a selected) photo gallery template, which is an XSL file.
  • a transform is executed to convert the XML data manifest into HTML, using the formatting data contained in the XSL style sheet for the template.
  • the HTML can then be accessed by a Web browser and viewed as a Web page that contains a thumbnail photo gallery.
  • the present invention employs the MSXML parser, developed by the Microsoft Corporation, to manipulate XML data. It should be noted that other XML parsers could be similarly utilized.
  • FIG. 2 illustrates the functionality of reproducing thumbnail (small size) images 102 a and 102 b from original images 104 a and 104 b , so that the original images are represented by the thumbnail images, and so that each thumbnail image has associated with it a hyperlink to the original image.
  • the selection of either thumbnail image 102 a or 102 b in a Web page causes the associated hyperlink to be activated, resulting in the retrieval and display of the corresponding original image 104 a or 104 b .
  • a user simply selects a group of original images and a photo gallery template, and FRONTPAGE 2002 will automatically generate a Web page containing a photo gallery conforming in format to the selected photo gallery style.
  • photo gallery templates will be included in FRONTPAGE 2002, each capable of automatically producing a different style photo gallery.
  • This photo gallery generating feature of FRONTPAGE 2002 will be selectable as a menu item entitled “Photo Gallery Properties” in a Web page editing and authoring module provided in that program.
  • the user will select the photo gallery menu item, source of original images, and then select both a group of original images, and the desired photo gallery template.
  • the original images can be present in an existing Web page (i.e., stored in a directory on the hard drive of the server on which the Web page is accessed, or stored on hard drive(s) in one or more other computers accessible over a network), in a hard drive or other memory media on a user's own computer, or imported from an external device such a scanner, digital camera, or other digital image capturing device.
  • an external device such as a scanner, digital camera, or other digital image capturing device.
  • the present invention is not limited to inclusion only in a Web page editor, but instead, could be included with other application programs or provided as a stand-alone program, or provided as a plug-in tool for use with other editor and/or authoring programs.
  • Dialog box 110 is shown.
  • Dialog box 110 is displayed once a user selects a pictures tab from a Main Photo Gallery Properties menu (not separately shown).
  • a text box 112 alerts a user that Dialog box 110 relates to Photo Gallery Properties/Pictures.
  • Dialog box 110 displays a plurality of options that may be selected by a user for controlling various parameters of the thumbnail images (e.g., thumbnail images 102 a and 102 b ) that a user wants to provide in a photo gallery on a Web page, to represent a group of original images selected by the user.
  • thumbnail images e.g., thumbnail images 102 a and 102 b
  • An Add control 114 is available to enable a user to indicate a desire to add thumbnail images to a photo gallery on a Web page
  • an Edit control 116 opens a dialog box that enables a user to edit the original image from which a selected thumbnail image was derived
  • a Remove control 118 enables a user to selectively remove one or more thumbnail images from a photo gallery on a Web page.
  • selection of Edit control 116 will result in the display of another Dialog box that contains a larger version of a selected image, as well as user selectable editing options.
  • a list area 120 enables a user to select one or more images from a currently selected directory.
  • the images list will be populated with the images in a user's My Pictures Folder.
  • list area 120 will be empty until a user selects a different image source.
  • a user can select an image source other than a user's My Pictures Folder.
  • a user will be able to add images from the Web, from a file located in a known directory, and from TWAIN and WIA devices.
  • images will appear in the image list in the order in which they are added in the selection process.
  • the list in list area 120 will be scrollable.
  • a user will be able to select multiple images within the list displayed in list area 120 .
  • “Shift-select” selects a range of images
  • “Ctrl-select” selects multiple discontinuous images.
  • Images can be removed from list area 120 by selecting one or more images and actuating Remove control 118 . Note that if Dialog box 110 is accessed once a photo gallery has already been generated, the image list displayed in list area 120 will be the current contents of the photo gallery. In that case, Remove control 118 can be employed to delete images selected in the images list, from the associated photo gallery.
  • a user will also be able to remove images from the image list and a photo gallery by selecting images to remove, and hitting the “Delete” key.
  • a menu screen is available to enable a user to select the desired photo gallery.
  • a user is able to select a particular photo gallery by accessing a Web page, and doubling clicking on any thumbnail image.
  • Dialog box 110 will be displayed to a user.
  • An Up control 122 and a Down control 124 will move a selected image up or down in the list order.
  • the order of the images in list area 120 determines the relative placement (for example, top to bottom in a vertical array) of thumbnail images in a resulting photo gallery.
  • An image at the top of the list in list area 120 will be the first thumbnail image in a photo gallery, while an image at the bottom of the list in list area 120 will be the last thumbnail image in a photo gallery (assuming that the first and last images in the list have been selected to be included in a photo gallery).
  • Single or multiple images that appear in sequence can be selected and reorganized. For example, the user may select three adjacent images that currently appear in the middle of the list, which will appear as thumbnail images in a middle section of the resulting photo gallery. After selecting those three images, a user can actuate Down control 124 repeatedly, to move those three images to the end of the list. If no other changes are made, those images will be the last three images in the resulting photo gallery. As noted above, if Dialog box 110 is accessed once a photo gallery has already been generated, the image list displayed in list area 120 will be the contents of the photo gallery. In that case, the up and down controls can be employed to change the order of thumbnail images in the existing photo gallery, by changing the order of the images in the list displayed in list area 120 .
  • a selected image is shown in a Preview Pane 126 .
  • “HOCKEY.JPG” has been selected from the list in list area 120 , and the corresponding thumbnail image of a hockey player is displayed in Preview Pane 126 .
  • the first image in list area 120 will be displayed in Preview Pane 126 .
  • Dialog box 110 includes a text box 128 that will display the total number of images a user has selected to provide thumbnail images for inclusion in a photo gallery to be generated by the present invention.
  • the size of a thumbnail image preferably defaults to 100 pixels about the primary axis.
  • a parent image that is square will result in a thumbnail image that is 100 pixels in height and 100 pixels in width.
  • a parent original image that is in a portrait format will result in a thumbnail image that is 100 pixels in height, and whose width is proportionate to the original parent image.
  • a parent original image that is in a landscape format will result in a thumbnail image that is 100 pixels in width, and whose height is proportionate to the original parent image.
  • a parent original image that is in a panoramic format will result in a thumbnail image that is 200 pixels in width, and whose height is proportionate to the original parent image.
  • the default size of a thumbnail image described above can be adjusted once the selected thumbnail image is displayed in Preview Pane 126 , by using any combination of a Pixel Width control 134 and a Pixel Height control 136 .
  • the width of the thumbnail image to be displayed in the photo gallery is 75 pixels, as is the height of the thumbnail image. This indicates that a user has affirmatively changed the default pixel size of 100 pixels for the primary axis. Perhaps the parent image was square, and the thumbnail image size was reduced from 100 ⁇ 100 pixels via direct drag manipulation on the thumbnail image displayed in Preview Pane 126 , or by using a combination of Pixel Width control 134 and Pixel Height control 136 .
  • the original parent image might have been in a portrait, landscape or panoramic format, and a user overrode the function of maintaining the proportion of the original image, by manually selecting the desired thumbnail image size using a combination of Pixel Width control 134 and Pixel Height control 136 , and deselecting a Maintain Aspect Ratio checkbox 132 (which is described in more detail below).
  • Pixel Width control 134 includes a text portion identifying the control as relating to Pixel Width, a numerical box display indicating a relative number of pixels, and a spinner control that enables a number of pixels to be increased or decreased.
  • Pixel Height control 136 includes similar elements. If a user employs Pixel Width control 134 or Pixel Height control 136 to manipulate the size of a thumbnail image, any such change is dynamically linked to the corresponding thumbnail image displayed in Preview Pane 126 .
  • a Default Size checkbox 130 is actuated when a user desires to employ a default thumbnail size for the photo gallery. Note this default function is different than the thumbnail default sizes discussed above. Note that HOCKEY.JPG is currently selected as the original parent image whose thumbnail image is being previewed in Preview Pane 126 . A user has manipulated the size of the preview thumbnail image from a default size of 100 pixels about the primary axis to 75 ⁇ 75 pixels. Now if a user selects Default Size checkbox 130 , all other thumbnail images in the current gallery (those thumbnail images corresponding to the original parent images listed in list area 120 ) will have be displayed as thumbnail images having a size of 75 ⁇ 75 pixels.
  • Default Size checkbox 130 a user can individually alter the size of each thumbnail image corresponding to an original parent image listed in list area 120 , by individually selecting the appropriate original parent image from list area 120 , and manipulating the preview thumbnail image displayed in Preview Pane 126 as discussed above. Thus a user can adjust the thumbnail size on a per image basis, or on a per gallery basis, using Dialog box 110 .
  • Dialog box 110 also includes Maintain aspect ratio checkbox 132 , which is preferably selected by default, such that the aspect ratio (ratio of height to width) of the original image is maintained in the thumbnail image. If a user changes a width of the thumbnail image displayed in Preview Pane 126 and Maintain aspect ratio checkbox 132 is selected, the height of the thumbnail image will automatically be adjusted to maintain the aspect ratio of the original image. Thus, if the width of the original image is 1 ⁇ 2 the height, selecting a width of 100 pixels for the thumbnail image will automatically cause the height of the thumbnail image to be 200 pixels. Maintain aspect ratio checkbox 132 similarly ensures that user selected changes in height result in corresponding changes in width, as required to maintain the desired aspect ratio.
  • Maintain aspect ratio checkbox 132 similarly ensures that user selected changes in height result in corresponding changes in width, as required to maintain the desired aspect ratio.
  • Photo galleries generated by the present invention can include Caption and Descriptive text, but these parameters may not be displayed, depending upon the template selected. As will be described in detail below, some of the photo gallery templates do not provide sufficient space for Caption and Descriptive text to be displayed, and even though such text has been associated with a thumbnail image, it will not be displayed on the Web page. There is no default entry for either Caption text or Descriptive text.
  • a Caption text box 138 includes the text “HOCKEY,” which corresponds to the file name of the image highlighted in list area 120 that the user entered, less the “.JPG” file extension. Caption text box 138 will be empty until a user enters some text into the caption text box. It is anticipated that many users will enter the file name, minus the file extension, as caption text. As shown in FIG. 3 , a Descriptive text box 140 is empty, indicating that a user has not elected to include any descriptive text to be displayed adjacent to the thumbnail image of a hockey player (see Preview Pane 126 ) in the photo gallery. Descriptive text box 140 is provided to enable a user to include additional text relating to the thumbnail in question.
  • Caption text is preferably based on the styles that already exist on the Web page the photo gallery is to incorporated into.
  • a Use Font Formatting radio button 141 is selected as a default.
  • Use Font Formatting radio button 141 if the Web page the photo gallery is applied to uses Cascading Style Sheets (CSS) or Themes, the Caption and Description text in the photo gallery will match the text formatting specified in the CSS or Theme. If no font formatting exists on the Web page, then Times New Roman, 12 point, black, is selected as the default.
  • CSS Cascading Style Sheets
  • a user can change these default text styles by selecting an Override radio button 143 .
  • a user can change text styles by selecting a Font Type drop-down menu 142 , a Font Size drop-down window 144 , or Bold, Italic, or Underline styles from a style area 146 .
  • a user can also select a different font color, using a font color selection box that has not been separately shown. Note that the dash lines surrounding the Bold, Italic, and Underline styles are not displayed to a user and are included in FIG. 3 for illustrative purposes only.
  • An OK control 148 is selected by a user to indicate that the selections made in Dialog box 110 are acceptable, and selecting the OK control causes the present invention to generate (or update) a photo gallery in accord with the user's selections.
  • a Cancel control 150 instructs the present invention to discard the selections made in Dialog box 110 , and to return to a preceding menu (not separately shown).
  • Dialog box 110 is a Pictures menu, and is preferably reached from a Main Photo Gallery Properties Menu (not shown).
  • the Main Photo Gallery Properties Menu also preferably enables a user to select a Layout menu.
  • This Layout menu enables a user to select a particular photo gallery template from among a plurality of predefined photo gallery templates. Each photo gallery template will result in the generation of a Web page including a different style photo gallery of thumbnail images.
  • a Dialog box 160 shown in FIG. 4 , is an exemplary Layout menu that enables a user to select a desired layout for a photo gallery, by selecting one of a plurality of predefined photo gallery templates.
  • Dialog box 160 is selectable from the Main Photo Gallery Properties menu (not separately shown) via a tab selection.
  • a text box 162 alerts a user that Dialog box 160 relates to Photo Gallery Properties/Layout.
  • Text 164 prompts a user to select a photo gallery template from a list area 166 .
  • Dialog box 110 shown in FIG. 3 controls the images that will be displayed in a photo gallery produced by the present invention
  • Dialog box 160 controls the layout or format of the photo gallery in which the thumbnail images are displayed on a Web page.
  • List area 166 enables a user to select one of the predefined photo gallery templates.
  • photo gallery templates include a vertical layout, a horizontal layout, a slide show layout, and a montage layout, as shown in list area 166 .
  • MONTAGE LAYOUT is shown as being highlighted, indicating that a user has selected this option to generate a montage style photo gallery on a Web page. If a user does not select a photo gallery template, this embodiment of the present invention will employ the Horizontal layout as a default. If a user has generated a customized photo gallery template, the customized template will also be listed in list area 166 .
  • a preview of the selected photo gallery template is displayed in a Preview Pane 168 .
  • a set of default images 169 are used to provide a preview of each photo gallery template, and that user selected images are not displayed in Preview Pane 168 .
  • default images 169 as shown are blank, in a preferred embodiment a series of landscape images are provided as the default images.
  • the “MONTAGE LAYOUT” has been selected from the list in list area 120 , and a montage photo gallery, including thumbnail images of default images 169 , is displayed in Preview Pane 168 . If a layout template has not been selected, the default preview is of default images 169 formatted according to the Horizontal layout.
  • FIGS. 5-8 show exemplary Web pages developed using each of the four photo gallery templates that will be provided with FRONTPAGE 2002.
  • a photo gallery 180 in FIG. 5 exemplifies a Horizontal Layout
  • a photo gallery 182 in FIG. 6 exemplifies a Vertical Layout
  • a photo gallery 184 in FIG. 7 exemplifies a Slide Show Layout
  • a photo gallery 192 in FIG. 8 exemplifies the Montage Layout.
  • the Montage Layout shown in FIG. 8 is identical to the preview shown in Preview Pane 166 of FIG. 4 .
  • All photo galleries in FIGS. 5-8 include the same thumbnail images (which conform to the list displayed in list area 120 of FIG.
  • thumbnail images are all the same size, while in photo gallery 192 (the montage), the thumbnail images are of differing size (as a result of user manipulation). Often thumbnail images in a single gallery will be the same size, such as when a user is importing images from a digital camera, which generally provides images of a consistent size.
  • the size of the original parent image in conjunction with thumbnail default sizes (100 pixels about the primary axis), Default Size checkbox 130 , Maintain aspect ratio checkbox 132 , Pixel Width control 134 and Pixel Height control 136 determine the size of each thumbnail image.
  • photo gallery 192 the montage
  • users will likely desire to individually edit the size of each individual thumbnail image (thus Default Size checkbox 130 will be unselected, so that each thumbnail image size can be individually edited), so that the montage gallery generated has a more aesthetic appearance.
  • a thumbnail image 186 a of a surfer has been selected by a user, and a larger size image 186 b of the surfer is displayed.
  • image 186 b is the original parent image
  • a user can select any one of the visible thumbnail images to be similarly enlarged. Note that the only Caption text or Description text that will be displayed is that for the thumbnail image relating to the enlarged image.
  • a back control 190 a and a forward control 190 b are provided. These controls enable a user to access hidden thumbnail images. If no thumbnail image is yet selected by a user, the first thumbnail image in the photo gallery (which is determined by the order of the list of images displayed in list area 120 of FIG. 3 ) is shown as both a thumbnail image and an enlarged image. It should be noted that the number of thumbnail images displayed at one time is preferably not fixed, but instead is based on an algorithm for displaying thumbnail images on a 640 pixel width display.
  • thumbnail images are quite small, there might be eight or ten thumbnail images, while if a user has sized the thumbnail images to be larger, there may be as few as three thumbnail images displayed, in addition to the single original parent image corresponding to one of the three thumbnail images.
  • Each photo gallery template will include default formatting settings, some of which a user can adjust within minimum and maximum limits, depending upon the specific template.
  • the default number of images per rows is six, the minimum allowable number of images per row is one; and the maximum number of allowable images per rows is ten.
  • the default number of images for the top three rows is four, and the default number of images for the bottom row is three, and the default number of images per row is fixed.
  • the default for the Slide Show Layout template is based on the amount screen space available and the size of the thumbnails, as described above.
  • the default number of images per rows is two, the minimum allowable number of images per row is one; and the maximum number of allowable images per rows is ten.
  • thumbnail sizes As noted above there are defaults for thumbnail sizes. Some photo gallery templates also have additional defaults for the thumbnail size option.
  • the default width is 100 pixels (200 pixels for panoramic images).
  • the default height is 100 pixels, but there is no default height for the top and bottom rows.
  • default settings for the small thumbnail images are 40 ⁇ 40 pixels (40 ⁇ 100 pixels for panoramic images).
  • the default height is 100 pixels. It should be noted that thumbnail images of original panoramic images will fill the space of two standard images.
  • a block of text 170 is displayed to a user, describing features of the layout selected in list area 166 .
  • text 170 informs about specifics relating to the MONTAGE LAYOUT.
  • Preferred text for each of the layout styles is as follows:
  • Thumbnail images of your images are created automatically.
  • Thumbnail images display in multiple rows.
  • Descriptive text is placed below each image.
  • Thumbnail images are displayed in a pattern like a collage.
  • Caption text appears when you rest the pointer on the image. Descriptive text is not available with this layout.
  • Thumbnail images of your images are created automatically.
  • Thumbnail images are arranged in a row that scrolls across the top.
  • the selected image is displayed full-size in the center.
  • Descriptive text is placed below the full-size image.
  • Thumbnail images of your images are created automatically.
  • Thumbnail images are arranged in columns.
  • Descriptive text is placed to the right of the images.
  • An OK control 172 is selected by a user to indicate that the selections made in Dialog box 160 are acceptable, and that the present invention is instructed to generate (or update) a photo gallery in accord with the user's selections.
  • a Cancel control 174 is selected to discard the selections made in Dialog box 160 , and to return to a preceding menu or state.
  • Edit control 116 of FIG. 3 a user will select the Edit function to edit the original images that were used to generate thumbnail images for inclusion in a photo gallery. Changes to the original images automatically result in changes in the corresponding thumbnail, with the exception that default thumbnail sizes will not be over ridden if the size of the original image is changed. Note that if a user accesses the original image from dialog box other than Dialog box 194 (of FIG. 9 ), and edits the original image, those edits will not be linked to the corresponding thumbnail image.
  • a Dialog box 194 shown in FIG. 9 will be displayed to a user.
  • a Text box 196 alerts a user that Dialog box 194 relates to Photo Gallery Properties/Pictures/Edit.
  • Dialog box 194 displays a plurality of options that may be selected by a user for controlling various parameters of the original images used to generate the thumbnail images that make up a photo gallery on a Web page.
  • the picture edit function can be used in conjunction with generating a new photo gallery, or editing original images and their corresponding thumbnail images in an existing photo gallery.
  • a Preview Pane 198 includes an original image ready for editing.
  • the particular original image displayed in Preview Pane 198 correspond to the thumbnail image selected in list area 120 of FIG. 3 , which is also displayed in thumbnail form in Preview Pane 126 of FIG. 3 .
  • the first image available for editing in Dialog box 194 is that corresponding to the thumbnail image most recently selected in Dialog box 110 of FIG. 3 .
  • Preview Pane 198 displays the original hockey image (“HOCKEY.JPG”) corresponding to the thumbnail image previously selected.
  • Preview Pane 198 includes scale bars 200 to enable a user to more accurately adjust both a height and width of the image being displayed in Preview Pane 198 .
  • a Previous control 202 and a Next control 204 enable a user to replace the original image currently being displayed in Preview Pane 198 with another original image from the list used to generate the thumbnail images in a photo gallery whose images are being edited. Note that the order of the images is determined by the list displayed in list area 120 of FIG. 3 .
  • the Next and Previous controls “wrap around”, such that selecting Previous control 202 on the first image will result in the display of the last image in list area 120 .
  • selecting Next control 204 when on the last image will result in the display of the first imaged listed in list area 120 .
  • selecting Next control 204 when “HOCKEY.JPG” is the selected image will result in the display of the original image of “SKIING.JPG,” which is the next image in the list displayed in list area 120 .
  • the size of the original image displayed in Preview Pane 198 might be adjusted by a direct drag manipulation of the borders or comers of the image, as an alternative to using a Pixel Width control 206 and a Pixel Height control 208 .
  • the dash-line boxes enclosing Pixel Width control 206 and Pixel Height control 208 are not displayed to a user in this exemplary embodiment, and have been included in FIG. 9 merely to indicate the elements included in Pixel Width control 206 and Pixel Height control 208 , respectively.
  • Pixel Width control 206 includes a text portion identifying the control as relating to Pixel Width, a numerical entry box display for entry of a desired number of pixels, and a spinner control that enables a number of pixels to be increased or decreased.
  • Pixel Height control 208 includes similar elements relating to image height. The difference between the Pixel Width and Pixel Height controls of Dialog box 110 in FIG. 3 and the corresponding controls of Dialog box 194 in FIG. 9 is that is that the Pixel Width and Pixel Height control settings of Dialog box 110 are applied to a selected thumbnail image, while in Dialog box 194 , the Pixel Width and Pixel Height control settings are applied to a selected original image.
  • Pixel Width control 206 and Pixel Height control 208 will be dynamically updated to reflect the adjusted size of the original image displayed in Preview Pane 198 .
  • the width and height of the original image is 640 pixels.
  • a Maintain aspect ratio checkbox 211 is selected by default, such that the aspect ratio (ratio of height to width) of the original image is maintained. If a user changes a width of an original image and Maintain aspect ratio checkbox 211 is selected, the height of the edited original image will automatically be adjusted to maintain the aspect ratio of the original image. Thus, if the width of the original image is one-half the height and the Maintain aspect ratio option is active, selecting a width of 100 pixels for the edited original image will automatically cause the height of the edited original image to be 200 pixels. The same control of aspect ratio applies to changes made by direct drag manipulation of the image.
  • a Set as Default Size check box 210 is preferably selected by default, such that the selected size becomes a new default for the original images.
  • Dialog box 194 also includes a plurality of Rotate Picture controls 212 - 218 .
  • a Rotate Picture control 212 rotates the original image 90 degrees to the left, while a Rotate Picture control 214 rotates the original image by 90 degrees to the right.
  • a Flip Vertical Picture control 216 flips the original image about a horizontal axis, while a Flip Horizontal Picture control 218 flips the original image about a vertical axis. Note that these edit functions not only affect the original image, but also automatically update the thumbnail image generated from the original image as well. However, the editing the size of the original image does not similarly affect the thumbnail images, because of size settings (or default values) controlling the size of the thumbnail images.
  • a Crop control 220 enables a user to crop the original image and includes a text label describing the dimensions of the area within the crop frame, once the Crop function has been activated. Crop functions are well known in the art. If the content of the original image is changed by cropping, the corresponding thumbnail image will reflect the change in its original image.
  • a Reset control 222 discards any cropping, rotating, or resizing functions performed on the currently selected original image.
  • An OK control 224 is selected by a user to indicate that the selections made in Dialog box 198 are acceptable, causing the software to generate (or update) a photo gallery in accord with the user's selections.
  • a Cancel control 226 is selected to indicate a decision to discard any selections just made in Dialog box 194 , and to return to the preceding menu. If, after opening Dialog box 194 , ten different images have been edited and an eleventh image is currently being displayed in Preview Pane 198 , and if a user actuates Cancel control 226 , all changes to all ten images will be lost.
  • FIG. 10 a flow chart 230 is shown that illustrates the logical steps implemented by this embodiment of the present invention to generate a photo gallery of thumbnail images on a Web page after a user selects a group of original images.
  • the logic enumerates the predefined photo gallery templates in a block 234 .
  • the logic determines if a user has selected a specific photo gallery template. If so, in a block 238 , the logic retrieves the selected photo gallery template.
  • the logic advances to a block 240 , and a default template is retrieved.
  • the horizontal photo gallery template is preferably employed as the default template if the user does not choose a template.
  • the next step in the logical sequence is to display picture gallery Dialog box 110 of FIG. 3 to a user in a block 242 .
  • Dialog box 110 enables a user to either select a plurality of images to add to an existing photo gallery or for use in generating a new photo gallery, or to selectively to edit images, as described in detail above with respect to FIGS. 3 and 9 .
  • the logic then advances to a block 246 , indicating that user input has been completed (as described above, this condition is indicated when a user selects the OK control from Dialog box 110 ).
  • the OK control from Dialog box 194 returns a user to Dialog box 110 .
  • a user selects images to be used to generate a photo gallery (or edits an existing photo gallery) in a block 244 .
  • thumbnail images are produced in a block 248 for all the original images selected or edited.
  • a user has generally been required to manually initiate the generation of thumbnail images from original images by individually selecting each original image, whereas in block 248 thumbnail images are automatically generated from a plurality of original images, without requiring multiple instructions or acts from a user.
  • thumbnail images are automatically generated from a plurality of original images, without requiring multiple instructions or acts from a user.
  • thumbnail images are automatically generated from a plurality of original images, without requiring multiple instructions or acts from a user.
  • a link attribute is automatically added to (associated with) each of the thumbnail images. Whenever a recipient user selects the thumbnail image in the Web page that is being created, the selection will cause the web browser to activate the link attribute and display the original image corresponding to the selected thumbnail image.
  • an XML data manifest is generated, which contains the thumbnail and hyperlink data generated in block 248 .
  • a preferable format for the XML data manifest used with the XLS Layout Template corresponds to the Schema provided below (see Sample #1).
  • the XML manifest will also include a ⁇ pictures> block containing zero to many ⁇ picture> elements and each ⁇ picture> element has the following attributes and elements:
  • the logic advances to a block 252 and the XML data manifest is stored.
  • the logic loads the XLS template file relating to the selected photo gallery template, and then in a block 256 , the logic generates an HTML file using the XLS file for the selected photo gallery template and the XML data manifest, including the thumbnail image data and hyperlink data.
  • the HTML file thus generated defines a Web page that includes a thumbnail image gallery of all the selected or edited images, arranged in the format dictated by the selected (or default) photo gallery template.
  • a preview of the Web page is displayed to a user in a block 258 .
  • the logic then advances to a decision block 260 , in which the logic determines if a user desires to edit the current photo gallery. If so, the logic returns to block 242 , and picture gallery Dialog box 110 of FIG. 3 is once again displayed to a user. If, in decision block 260 , a user elects not to edit the current photo gallery, the logic advances to a block 262 , and the HTML file is saved. In a next block 264 , the thumbnail images and original images are stored, and in a block 268 , the final HTML file is rendered and saved.
  • a decision block 270 the logic determines if a user is finished generating or editing photo galleries. If not, a user is once again returned to block 242 , and the picture gallery Dialog box 110 of FIG. 3 is once again displayed to a user. Once a user has indicated that no further editing is to be done, then the logic flow terminates at an end block 272 .
  • a user can indicate a desire to edit in several fashions. If Dialog box 110 ( FIG. 3 ) is displayed to a user (and the display is not a first use (in which Edit control 116 is disabled)), a user can actuate Edit control 116 , and Dialog box 194 will be displayed to a user so that the user can select an original image to edit as described above in conjunction with FIG. 9 . Note that once a user selects OK control 224 in Dialog box 194 of FIG. 9 , a user is returned to Dialog box 110 of FIG. 3 .
  • Dialog box 110 is displayed to a user, the user can select an image from the list in list area 120 and either perform a drag manipulation on the thumbnail image displayed in Preview Pane 126 , or employ Pixel Width control 134 and/or Pixel Height control 136 to edit the thumbnail image displayed in Preview Pane 126 .
  • the present invention also enables a user to initiate editing by double clicking on a specific thumbnail image displayed in a photo gallery on a Web page generated by the present invention. Double clicking a thumbnail image will cause the display of Dialog box 110 , and the thumbnail image that was thus selected will be automatically highlighted in list area 120 and automatically displayed in Preview Pane 126 .
  • a user can add thumbnail images of additional original images to an existing photo gallery on a Web page by accessing the Web page and using a drag and drop function while the application that includes the present invention is active.
  • a user can select a plurality of images, and then drag the images over the photo gallery, causing the images to be added and automatically “thumb nailed,” for use in the photo gallery.
  • the images thus selected will be added to the end of list of images already included in the photo gallery. Should a user desire to add or edit Caption or Description text, or edit an image, it will be necessary for the user to again open Dialog box 110 .
  • the present invention includes an automatic file clean up utility.
  • the invention When the invention generates a set of thumbnails images as described above, those thumbnail images are stored in a Photo Gallery file.
  • those thumbnail images are automatically deleted. This type of clean up is something users would normally have to do affirmatively do (and generally don't end up doing).
US09/813,515 2001-03-20 2001-03-20 Auto thumbnail gallery Expired - Lifetime US6964025B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US09/813,515 US6964025B2 (en) 2001-03-20 2001-03-20 Auto thumbnail gallery
US11/133,777 US7454711B2 (en) 2001-03-20 2005-05-20 Auto thumbnail gallery

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/813,515 US6964025B2 (en) 2001-03-20 2001-03-20 Auto thumbnail gallery

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/133,777 Continuation US7454711B2 (en) 2001-03-20 2005-05-20 Auto thumbnail gallery

Publications (2)

Publication Number Publication Date
US20020135621A1 US20020135621A1 (en) 2002-09-26
US6964025B2 true US6964025B2 (en) 2005-11-08

Family

ID=25212604

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/813,515 Expired - Lifetime US6964025B2 (en) 2001-03-20 2001-03-20 Auto thumbnail gallery
US11/133,777 Expired - Lifetime US7454711B2 (en) 2001-03-20 2005-05-20 Auto thumbnail gallery

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/133,777 Expired - Lifetime US7454711B2 (en) 2001-03-20 2005-05-20 Auto thumbnail gallery

Country Status (1)

Country Link
US (2) US6964025B2 (US20020135621A1-20020926-P00006.png)

Cited By (139)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020135680A1 (en) * 2001-03-23 2002-09-26 Sanyo Electric Co., Ltd. Server system and image management method thereof
US20020140951A1 (en) * 2001-03-28 2002-10-03 Kaname Nihei Method and program for producing a reduced image
US20020196289A1 (en) * 2001-06-22 2002-12-26 Koichi Sakamoto Preview picture output system and method for controling operation of the same
US20030018667A1 (en) * 2001-07-18 2003-01-23 Eastman Kodak Company Website using images as a navigational tool for user-created photopages on the internet
US20030076361A1 (en) * 2001-09-12 2003-04-24 Haruo Hatanaka Image synthesizer, image synthesis method and computer readable recording medium having image synthesis processing program recorded thereon
US20030090528A1 (en) * 2001-10-11 2003-05-15 Hiroki Masuda Information processing apparatus and method, and information processing program
US20030128239A1 (en) * 2001-12-27 2003-07-10 Full Degree, Inc. Method and apparatus for XML schema publishing into a user interface
US20030206193A1 (en) * 2002-04-17 2003-11-06 Keizo Sato Communication control system and storage medium for storing image transfer program
US20040080670A1 (en) * 2001-07-31 2004-04-29 Cheatle Stephen Philip Automatic frame selection and layout of one or more images and generation of images bounded by a frame
US20040085578A1 (en) * 2002-11-03 2004-05-06 Quek Su Mien Producing personalized photo calendar
US20040088415A1 (en) * 2002-11-06 2004-05-06 Oracle International Corporation Techniques for scalably accessing data in an arbitrarily large document by a device with limited resources
US20040105657A1 (en) * 2002-12-02 2004-06-03 Afzal Hossain Method and apparatus for processing digital images files to a transportable storage medium
US20040156615A1 (en) * 2002-07-25 2004-08-12 Fuji Photo Film Co., Ltd Method and apparatus for image reproduction, method and apparatus for image recording, and programs therefor
US20040186594A1 (en) * 2003-03-18 2004-09-23 Kazumoto Kondo Information processing system, information processing apparatus and method, recording medium and program
US20040205493A1 (en) * 2001-08-08 2004-10-14 Simpson Shell S. Web based imaging application that creates customized content based on user selections
US20040239982A1 (en) * 2001-08-31 2004-12-02 Gignac John-Paul J Method of cropping a digital image
US20040250205A1 (en) * 2003-05-23 2004-12-09 Conning James K. On-line photo album with customizable pages
US20050015403A1 (en) * 2003-07-15 2005-01-20 Hung-Yi Wu TWAIN network image transmission system and method
US20050050092A1 (en) * 2003-08-25 2005-03-03 Oracle International Corporation Direct loading of semistructured data
US20050091607A1 (en) * 2003-10-24 2005-04-28 Matsushita Electric Industrial Co., Ltd. Remote operation system, communication apparatus remote control system and document inspection apparatus
US20050117886A1 (en) * 2003-11-10 2005-06-02 Samsung Electronics Co., Ltd. Storage medium storing text-based subtitle data including style information, and apparatus and method of playing back the storage medium
US20050237391A1 (en) * 2004-04-23 2005-10-27 Olympus Corporation Information management apparatus and information management method
US20050259945A1 (en) * 2004-05-20 2005-11-24 Anthony Splaver Method and system for automatic management of digital photography processing
US20050289175A1 (en) * 2004-06-23 2005-12-29 Oracle International Corporation Providing XML node identity based operations in a value based SQL system
US20060055808A1 (en) * 2004-09-16 2006-03-16 Samsung Techwin Co., Ltd. Method for increasing storage space in a digital camera apparatus
US20060062564A1 (en) * 2004-04-06 2006-03-23 Dalton Dan L Interactive virtual reality photo gallery in a digital camera
US20060070605A1 (en) * 2004-01-21 2006-04-06 Toyota Jidosha Kabushiki Kaisha Internal combustion engine with variable compression ratio
US20060072174A1 (en) * 2004-09-14 2006-04-06 Seiko Epson Corporation Image processing method and image processor
US20060087668A1 (en) * 2004-10-21 2006-04-27 Canon Kabushiki Kaisha Electronic filing system and electronic filing method
US20060156254A1 (en) * 2004-12-27 2006-07-13 Kyocera Corporation Image display device
US7092967B1 (en) * 2001-09-28 2006-08-15 Oracle International Corporation Loadable units for lazy manifestation of XML documents
US20060263133A1 (en) * 2005-05-17 2006-11-23 Engle Jesse C Network based method and apparatus for collaborative design
US20060294477A1 (en) * 2005-06-27 2006-12-28 Compal Electronics, Inc. Portable electronic device with the ability of directly inserting image data into a menu and its method
US7158981B2 (en) 2001-09-28 2007-01-02 Oracle International Corporation Providing a consistent hierarchical abstraction of relational data
US20070043744A1 (en) * 2005-08-16 2007-02-22 International Business Machines Corporation Method and system for linking digital pictures to electronic documents
US20070055943A1 (en) * 2005-09-07 2007-03-08 Microsoft Corporation Command user interface for displaying selectable functionality controls in a database applicaiton
US20070052819A1 (en) * 2005-09-07 2007-03-08 Sony Corporation Imaging apparatus, image processing apparatus, image processing method, and computer program
US20070071361A1 (en) * 2005-09-29 2007-03-29 Sanno Masato Image display apparatus and image display method
US20070078859A1 (en) * 2005-10-03 2007-04-05 Steve Arnold Method, system, apparatus, and software product for an intelligent transfer log
US20070180372A1 (en) * 1999-07-06 2007-08-02 Ricoh Company Limited 2d graph displaying document locations of user-specified concept of interest
US20070234232A1 (en) * 2006-03-29 2007-10-04 Gheorghe Adrian Citu Dynamic image display
US7305667B1 (en) 2001-06-15 2007-12-04 Oracle International Corporation Call back structures for user defined DOMs
US7321900B1 (en) 2001-06-15 2008-01-22 Oracle International Corporation Reducing memory requirements needed to represent XML entities
US20080133754A1 (en) * 2006-11-30 2008-06-05 Microsoft Corporation Capture of Content From Dynamic Resource Services
US7386801B1 (en) * 2003-02-25 2008-06-10 Microsoft Corporation System and method that facilitates computer desktop use via scaling of displayed objects with shifts to the periphery
US7392249B1 (en) 2003-07-01 2008-06-24 Microsoft Corporation Methods, systems, and computer-readable mediums for providing persisting and continuously updating search folders
US7440954B2 (en) 2004-04-09 2008-10-21 Oracle International Corporation Index maintenance for operations involving indexed XML data
US20080288894A1 (en) * 2007-05-15 2008-11-20 Microsoft Corporation User interface for documents table of contents
US20080301583A1 (en) * 2007-05-31 2008-12-04 Brother Kogyo Kabushiki Kaisha Image-displaying device
US7490093B2 (en) 2003-08-25 2009-02-10 Oracle International Corporation Generating a schema-specific load structure to load data into a relational database based on determining whether the schema-specific load structure already exists
US20090058871A1 (en) * 2007-08-31 2009-03-05 Radomir Mech Example-Based Procedural Synthesis of Element Arrangements
US7536650B1 (en) 2003-02-25 2009-05-19 Robertson George G System and method that facilitates computer desktop use via scaling of displayed objects with shifts to the periphery
US7555707B1 (en) 2004-03-12 2009-06-30 Microsoft Corporation Method and system for data binding in a block structured user interface scripting language
US20090235161A1 (en) * 2008-03-15 2009-09-17 Microsoft Corporation Lossless Web-Based Editor For Complex Documents
US20090319887A1 (en) * 2008-06-20 2009-12-24 Microsoft Corporation Fit and fill techniques for pictures
US20090319897A1 (en) * 2008-06-20 2009-12-24 Microsoft Corporation Enhanced user interface for editing images
US7639308B2 (en) * 2004-04-19 2009-12-29 Broadcom Corporation Television channel selection canvas
US20100005391A1 (en) * 2004-01-23 2010-01-07 Canon Kabushiki Kaisha Access control apparatus, access control method, and access control program
US20100053165A1 (en) * 2008-09-03 2010-03-04 Hong Fu Jin Precision Industry (Shenzhen) Co.,Ltd. Image adjusting system and method
US20100077350A1 (en) * 2008-09-25 2010-03-25 Microsoft Corporation Combining elements in presentation of content
US7689909B1 (en) * 2003-11-26 2010-03-30 Szuszczewicz Edward P System and method for generating photo collages and photo album pages
US7703036B2 (en) 2004-08-16 2010-04-20 Microsoft Corporation User interface for displaying selectable software functionality controls that are relevant to a selected object
US7707255B2 (en) 2003-07-01 2010-04-27 Microsoft Corporation Automatic grouping of electronic mail
US7716593B2 (en) 2003-07-01 2010-05-11 Microsoft Corporation Conversation grouping of electronic mail records
US7730032B2 (en) 2006-01-12 2010-06-01 Oracle International Corporation Efficient queriability of version histories in a repository
US7739259B2 (en) 2005-09-12 2010-06-15 Microsoft Corporation Integrated search and find user interface
US7747966B2 (en) 2004-09-30 2010-06-29 Microsoft Corporation User interface for providing task management and calendar information
US20100223568A1 (en) * 2006-04-13 2010-09-02 Su Mien Quek Image collage builder
US7797310B2 (en) 2006-10-16 2010-09-14 Oracle International Corporation Technique to estimate the cost of streaming evaluation of XPaths
US7802180B2 (en) 2004-06-23 2010-09-21 Oracle International Corporation Techniques for serialization of instances of the XQuery data model
US20100287501A1 (en) * 2009-05-06 2010-11-11 Samsung Electronics Co., Ltd. Image processing apparatus and method
US7853877B2 (en) 2001-06-29 2010-12-14 Microsoft Corporation Gallery user interface controls
US20100332958A1 (en) * 2009-06-24 2010-12-30 Yahoo! Inc. Context Aware Image Representation
US7885980B2 (en) 2004-07-02 2011-02-08 Oracle International Corporation Mechanism for improving performance on XML over XML data using path subsetting
US7886290B2 (en) 2005-06-16 2011-02-08 Microsoft Corporation Cross version and cross product user interface
US7895531B2 (en) 2004-08-16 2011-02-22 Microsoft Corporation Floating command object
US7930277B2 (en) 2004-04-21 2011-04-19 Oracle International Corporation Cost-based optimizer for an XML data repository within a database
US20110090248A1 (en) * 2009-10-20 2011-04-21 Shenzhen Futaihong Precision Industry Co., Ltd. Electronic device and method for image editing
US7933928B2 (en) 2005-12-22 2011-04-26 Oracle International Corporation Method and mechanism for loading XML documents into memory
US7933935B2 (en) 2006-10-16 2011-04-26 Oracle International Corporation Efficient partitioning technique while managing large XML documents
US20110113361A1 (en) * 2009-11-06 2011-05-12 Apple Inc. Adjustment presets for digital images
US7958112B2 (en) * 2008-08-08 2011-06-07 Oracle International Corporation Interleaving query transformations for XML indexes
US7991768B2 (en) 2007-11-08 2011-08-02 Oracle International Corporation Global query normalization to improve XML index based rewrites for path subsetted index
US20110221764A1 (en) * 2010-03-12 2011-09-15 Microsoft Corporation Laying out and cropping images in pre-defined layouts
US8073841B2 (en) 2005-10-07 2011-12-06 Oracle International Corporation Optimizing correlated XML extracts
US8117542B2 (en) 2004-08-16 2012-02-14 Microsoft Corporation User interface for displaying selectable software functionality controls that are contextually relevant to a selected object
US8132116B1 (en) 2008-02-28 2012-03-06 Adobe Systems Incorporated Configurable iconic image representation
US8146016B2 (en) * 2004-08-16 2012-03-27 Microsoft Corporation User interface for displaying a gallery of formatting options applicable to a selected object
US20120137236A1 (en) * 2010-11-25 2012-05-31 Panasonic Corporation Electronic device
US8201103B2 (en) 2007-06-29 2012-06-12 Microsoft Corporation Accessing an out-space user interface for a document editor program
US8225224B1 (en) 2003-02-25 2012-07-17 Microsoft Corporation Computer desktop use via scaling of displayed objects with shifts to the periphery
US8229932B2 (en) 2003-09-04 2012-07-24 Oracle International Corporation Storing XML documents efficiently in an RDBMS
US8234591B1 (en) 2007-05-21 2012-07-31 Adobe Systems Incorporated Undo and redo using thumbnails generated from a specific area of the image
US8239882B2 (en) 2005-08-30 2012-08-07 Microsoft Corporation Markup based extensibility for user interfaces
US8250062B2 (en) 2007-11-09 2012-08-21 Oracle International Corporation Optimized streaming evaluation of XML queries
US8255828B2 (en) * 2004-08-16 2012-08-28 Microsoft Corporation Command user interface for displaying selectable software functionality controls
US20120272151A1 (en) * 2011-04-19 2012-10-25 Tovi Grossman Hierarchical display and navigation of document revision histories
US20120272192A1 (en) * 2011-04-19 2012-10-25 Tovi Grossman Hierarchical display and navigation of document revision histories
US20120272173A1 (en) * 2011-04-19 2012-10-25 Tovi Grossman Hierarchical display and navigation of document revision histories
US8302014B2 (en) 2010-06-11 2012-10-30 Microsoft Corporation Merging modifications to user interface components while preserving user customizations
US8402096B2 (en) 2008-06-24 2013-03-19 Microsoft Corporation Automatic conversation techniques
US8429196B2 (en) 2008-06-06 2013-04-23 Oracle International Corporation Fast extraction of scalar values from binary encoded XML
US20130120454A1 (en) * 2009-09-18 2013-05-16 Elya Shechtman Methods and Apparatuses for Generating Thumbnail Summaries for Image Collections
US20130148880A1 (en) * 2011-12-08 2013-06-13 Yahoo! Inc. Image Cropping Using Supervised Learning
US8484578B2 (en) 2007-06-29 2013-07-09 Microsoft Corporation Communication between a document editor in-space user interface and a document editor out-space user interface
US8510292B2 (en) 2006-05-25 2013-08-13 Oracle International Coporation Isolation for applications working on shared XML data
US8516365B2 (en) 2007-06-15 2013-08-20 Microsoft Corporation Dynamically laying out images and associated text using pre-defined layouts
US8532387B2 (en) 2009-09-04 2013-09-10 Adobe Systems Incorporated Methods and apparatus for procedural directional texture generation
US8543898B2 (en) 2007-11-09 2013-09-24 Oracle International Corporation Techniques for more efficient generation of XML events from XML data sources
US8605090B2 (en) 2006-06-01 2013-12-10 Microsoft Corporation Modifying and formatting a chart using pictorially provided chart elements
US8619098B2 (en) 2009-09-18 2013-12-31 Adobe Systems Incorporated Methods and apparatuses for generating co-salient thumbnails for digital images
US8627222B2 (en) 2005-09-12 2014-01-07 Microsoft Corporation Expanded search and find user interface
US8676552B2 (en) 2011-02-16 2014-03-18 Adobe Systems Incorporated Methods and apparatus for simulation of fluid motion using procedural shape growth
US8694510B2 (en) 2003-09-04 2014-04-08 Oracle International Corporation Indexing XML documents efficiently
US8762880B2 (en) 2007-06-29 2014-06-24 Microsoft Corporation Exposing non-authoring features through document status information in an out-space user interface
US8799808B2 (en) 2003-07-01 2014-08-05 Microsoft Corporation Adaptive multi-line view user interface
US8799353B2 (en) 2009-03-30 2014-08-05 Josef Larsson Scope-based extensibility for control surfaces
US8861868B2 (en) 2011-08-29 2014-10-14 Adobe-Systems Incorporated Patch-based synthesis techniques
US8874525B2 (en) 2011-04-19 2014-10-28 Autodesk, Inc. Hierarchical display and navigation of document revision histories
US8917283B2 (en) 2011-03-23 2014-12-23 Adobe Systems Incorporated Polygon processing techniques in procedural painting algorithms
US8934627B2 (en) * 2001-06-25 2015-01-13 Aprolase Development Co., Llc Video event capture, storage and processing method and apparatus
US9015621B2 (en) 2004-08-16 2015-04-21 Microsoft Technology Licensing, Llc Command user interface for displaying multiple sections of software functionality controls
WO2015073762A1 (en) * 2013-11-18 2015-05-21 Microsoft Technology Licensing, Llc Link insertion and link preview features
US9046983B2 (en) 2009-05-12 2015-06-02 Microsoft Technology Licensing, Llc Hierarchically-organized control galleries
US9098837B2 (en) 2003-06-26 2015-08-04 Microsoft Technology Licensing, Llc Side-by-side shared calendars
US9229967B2 (en) 2006-02-22 2016-01-05 Oracle International Corporation Efficient processing of path related operations on data organized hierarchically in an RDBMS
US9292941B2 (en) 2009-09-04 2016-03-22 Adobe Systems Incorporated Methods and apparatus for specifying and interpolating hierarchical procedural models
US20160321226A1 (en) * 2015-05-01 2016-11-03 Microsoft Technology Licensing, Llc Insertion of unsaved content via content channel
US9542667B2 (en) 2005-09-09 2017-01-10 Microsoft Technology Licensing, Llc Navigating messages within a thread
US9588781B2 (en) 2008-03-31 2017-03-07 Microsoft Technology Licensing, Llc Associating command surfaces with multiple active components
US9665850B2 (en) 2008-06-20 2017-05-30 Microsoft Technology Licensing, Llc Synchronized conversation-centric message list and message reading pane
US9727989B2 (en) 2006-06-01 2017-08-08 Microsoft Technology Licensing, Llc Modifying and formatting a chart using pictorially provided chart elements
US9842090B2 (en) 2007-12-05 2017-12-12 Oracle International Corporation Efficient streaming evaluation of XPaths on binary-encoded XML schema-based documents
US10083151B2 (en) 2012-05-21 2018-09-25 Oath Inc. Interactive mobile video viewing experience
US10191624B2 (en) 2012-05-21 2019-01-29 Oath Inc. System and method for authoring interactive media assets
US10437964B2 (en) 2003-10-24 2019-10-08 Microsoft Technology Licensing, Llc Programming interface for licensing
US20200081958A1 (en) * 2018-09-10 2020-03-12 Gurunavi, Inc. Information processing apparatus, method for displaying a web page, and non-transitory recording medium storing a program for displaying a web page
US10757057B2 (en) 2013-10-15 2020-08-25 Microsoft Technology Licensing, Llc Managing conversations
US11003627B2 (en) 2016-04-21 2021-05-11 Microsoft Technology Licensing, Llc Prioritizing thumbnail previews based on message content

Families Citing this family (251)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120209892A1 (en) * 2011-02-14 2012-08-16 Macaskill Don Systems and methods related to aggregation of disparate database content
US7356390B2 (en) 1999-06-29 2008-04-08 Space Data Corporation Systems and applications of lighter-than-air (LTA) platforms
US7203491B2 (en) 2001-04-18 2007-04-10 Space Data Corporation Unmanned lighter-than-air safe termination and recovery methods
JP4194191B2 (ja) * 1999-10-06 2008-12-10 キヤノン株式会社 出力制御方法及び装置並びに記憶媒体
JP2002082994A (ja) * 2000-06-28 2002-03-22 Fujitsu Ltd インターネット・データベース
US20060064716A1 (en) * 2000-07-24 2006-03-23 Vivcom, Inc. Techniques for navigating multiple video streams
JP4731703B2 (ja) * 2001-02-22 2011-07-27 キヤノン株式会社 眼科装置
US7036072B1 (en) 2001-12-18 2006-04-25 Jgr Acquisition, Inc. Method and apparatus for declarative updating of self-describing, structured documents
US7415669B1 (en) 2001-02-27 2008-08-19 Open Invention Network Method and apparatus for viewing electronic commerce-related documents
US9643706B2 (en) 2001-04-18 2017-05-09 Space Data Corporation Systems and applications of lighter-than-air (LTA) platforms
US9632503B2 (en) 2001-04-18 2017-04-25 Space Data Corporation Systems and applications of lighter-than-air (LTA) platforms
US9908608B2 (en) 2001-04-18 2018-03-06 Space Data Corporation Systems and applications of lighter-than-air (LTA) platforms
US7117451B2 (en) * 2001-05-24 2006-10-03 International Business Machines Corporation Method and apparatus in a data processing system for list ordering with multiple selection
US20020186257A1 (en) * 2001-06-08 2002-12-12 Cadiz Jonathan J. System and process for providing dynamic communication access and information awareness in an interactive peripheral display
US7185290B2 (en) * 2001-06-08 2007-02-27 Microsoft Corporation User interface for a system and process for providing dynamic communication access and information awareness in an interactive peripheral display
US7028257B1 (en) * 2001-06-29 2006-04-11 Bellsouth Intellectual Property Corp. System and method for rapid creation and display of stylized digital content items
US7337396B2 (en) * 2001-08-08 2008-02-26 Xerox Corporation Methods and systems for transitioning between thumbnails and documents based upon thumbnail appearance
US20040205558A1 (en) * 2001-10-18 2004-10-14 Ibm Corporation Method and apparatus for enhancement of web searches
JP2003150586A (ja) * 2001-11-12 2003-05-23 Ntt Docomo Inc 文書変換システム、文書変換方法及び文書変換プログラムを記録したコンピュータ読み取り可能な記録媒体
US7289132B1 (en) * 2003-12-19 2007-10-30 Apple Inc. Method and apparatus for image acquisition, organization, manipulation, and publication
US7107540B1 (en) * 2002-01-09 2006-09-12 International Business Machines Corporation System and method for displaying text and graphics in frame borders
JP3826039B2 (ja) * 2002-01-22 2006-09-27 キヤノン株式会社 信号処理装置
US20030160813A1 (en) * 2002-02-25 2003-08-28 Raju Narayan D. Method and apparatus for a dynamically-controlled remote presentation system
JP4235393B2 (ja) * 2002-03-11 2009-03-11 富士フイルム株式会社 インデックス画像表示制御装置
KR100469422B1 (ko) * 2002-04-08 2005-02-02 엘지전자 주식회사 이동통신 단말기의 섬 네일 이미지 브라우징 방법
US7236960B2 (en) * 2002-06-25 2007-06-26 Eastman Kodak Company Software and system for customizing a presentation of digital images
GB2391150B (en) * 2002-07-19 2005-10-26 Autodesk Canada Inc Editing image data
JP3754943B2 (ja) * 2002-08-19 2006-03-15 キヤノン株式会社 画像処理方法、装置、記憶媒体及びプログラム
US20040054969A1 (en) * 2002-09-16 2004-03-18 International Business Machines Corporation System and method for generating web services definitions for MFS-based IMS applications
US7130893B2 (en) 2003-05-19 2006-10-31 International Business Machines Corporation System and method for representing MFS control blocks in XML for MFS-based IMS applications
US7421701B2 (en) 2002-09-16 2008-09-02 International Business Machines Corporation System for facilitating transactions between thin-clients and message format service (MFS)-based information management system (IMS) applications
US7089248B1 (en) * 2002-11-04 2006-08-08 Adobe Systems Incorporated Group file delivery including user-defined metadata
JP2004175020A (ja) * 2002-11-28 2004-06-24 Canon Inc 画像形成装置
US7747941B2 (en) * 2002-12-18 2010-06-29 International Business Machines Corporation Webpage generation tool and method
US8307273B2 (en) * 2002-12-30 2012-11-06 The Board Of Trustees Of The Leland Stanford Junior University Methods and apparatus for interactive network sharing of digital video content
US7904797B2 (en) * 2003-01-21 2011-03-08 Microsoft Corporation Rapid media group annotation
US7383497B2 (en) * 2003-01-21 2008-06-03 Microsoft Corporation Random access editing of media
EP1441499A1 (en) * 2003-01-21 2004-07-28 Deutsche Thomson-Brandt Gmbh Device and method for generating metadata from essence
US7509321B2 (en) * 2003-01-21 2009-03-24 Microsoft Corporation Selection bins for browsing, annotating, sorting, clustering, and filtering media objects
US7117453B2 (en) * 2003-01-21 2006-10-03 Microsoft Corporation Media frame object visualization system
CA2525587C (en) * 2003-05-15 2015-08-11 Comcast Cable Holdings, Llc Method and system for playing video
US20040255240A1 (en) 2003-06-10 2004-12-16 Charlie Udom Image selection for variable documents
US7522174B2 (en) * 2003-06-30 2009-04-21 Canon Kabushiki Kaisha Image processing apparatus, image processing method, program for implementing image processing method, and recording medium recording program
US7573486B2 (en) * 2003-08-18 2009-08-11 LumaPix Inc. Method and system for automatic generation of image distributions
JP2005073015A (ja) * 2003-08-26 2005-03-17 Canon Inc 画像処理装置及び画像処理方法及びコンピュータプログラム
US7370280B2 (en) * 2003-09-23 2008-05-06 International Business Machines Corporation Apparatus, system, and method for defining a web services interface for MFS-based IMS applications
US7493592B2 (en) * 2003-10-24 2009-02-17 Microsoft Corporation Programming interface for a computer platform
US7747621B2 (en) * 2003-12-19 2010-06-29 Canon Kabushiki Kaisha Generating a relation diagram of data files
US20050166156A1 (en) * 2004-01-23 2005-07-28 Microsoft Corporation System and method for automatically grouping items
US7418508B2 (en) 2004-01-26 2008-08-26 International Machines Corporation System and method to facilitate XML enabled IMS transactions between a remote client and an IMS application program
JP2005276161A (ja) * 2004-02-26 2005-10-06 Seiko Epson Corp レイアウトシステム、レイアウト装置、レイアウトプログラム、テンプレート選択プログラム、レイアウトプログラムを記憶した記憶媒体およびテンプレート選択プログラムを記憶した記憶媒体、並びにレイアウト方法
US7614009B2 (en) * 2004-03-24 2009-11-03 Microsoft Corporation Method for controlling filename display for image and video file types
JP4048223B2 (ja) * 2004-05-11 2008-02-20 松下電器産業株式会社 再生装置
US7788258B1 (en) * 2004-06-21 2010-08-31 Google Inc. Automatic determination of whether a document includes an image gallery
US8657606B2 (en) * 2004-07-02 2014-02-25 Paul Fisher Asynchronous art jurying system
US8738693B2 (en) * 2004-07-09 2014-05-27 Qualcomm Incorporated System and method for managing distribution of media files
JP2006074592A (ja) * 2004-09-03 2006-03-16 Canon Inc 電子アルバム編集装置及びその制御方法及びそのプログラム及びそのプログラムをコンピュータ装置読み出し可能に記憶した記憶媒体
US9298675B2 (en) * 2004-09-30 2016-03-29 Adobe Systems Incorporated Smart document import
US20060093309A1 (en) * 2004-10-05 2006-05-04 Magix Ag System and method for creating a photo movie
US7391423B1 (en) * 2004-10-06 2008-06-24 Adobe Systems Incorporated Thumbnail scaling based on display pane size
US7587080B1 (en) * 2004-11-04 2009-09-08 Rockwell Automation Technologies, Inc. Image retention user interface
EP1807791A4 (en) * 2004-11-04 2009-12-02 Rockwell Automation Tech Inc User interface for image retention
US20060101330A1 (en) * 2004-11-08 2006-05-11 Taiwan Semiconductor Manufacturing Company, Ltd. Browser sitemap viewer
US7657842B2 (en) * 2004-11-12 2010-02-02 Microsoft Corporation Sidebar tile free-arrangement
US20060107226A1 (en) * 2004-11-16 2006-05-18 Microsoft Corporation Sidebar autohide to desktop
US8745512B2 (en) * 2004-11-17 2014-06-03 Microsoft Corporation Method and computer-readable medium for interacting with a portion of an electronic document
US7613383B2 (en) 2004-12-02 2009-11-03 Hitachi, Ltd. Editing method and recording and reproducing device
US8255796B1 (en) * 2005-01-09 2012-08-28 Apple Inc. Efficient creation of documents
US7716194B2 (en) * 2005-01-12 2010-05-11 Microsoft Corporation File management system employing time line based representation of data
JP4533184B2 (ja) * 2005-02-23 2010-09-01 キヤノン株式会社 画像再生装置及び画像再生装置によるインデックス表示方法
JP2006293985A (ja) 2005-03-15 2006-10-26 Fuji Photo Film Co Ltd アルバム作成装置、アルバム作成方法、及びプログラム
JP2006293986A (ja) 2005-03-15 2006-10-26 Fuji Photo Film Co Ltd アルバム作成装置、アルバム作成方法、及びプログラム
JP4588642B2 (ja) 2005-03-15 2010-12-01 富士フイルム株式会社 アルバム作成装置、アルバム作成方法、及びプログラム
JP2006295890A (ja) * 2005-03-15 2006-10-26 Fuji Photo Film Co Ltd アルバム作成装置、アルバム作成方法、及びプログラム
US20060212806A1 (en) * 2005-03-18 2006-09-21 Microsoft Corporation Application of presentation styles to items on a web page
US20060257827A1 (en) * 2005-05-12 2006-11-16 Blinktwice, Llc Method and apparatus to individualize content in an augmentative and alternative communication device
US8166402B2 (en) * 2005-05-13 2012-04-24 Microsoft Corporation User interface for managing master and layout relationships
BRPI0520298B1 (pt) 2005-06-10 2019-04-16 Nokia Technologies Oy Dispositivo eletrônico e método para reconfigurar a tela de espera de um dispositivo eletrônico
US20090100096A1 (en) * 2005-08-01 2009-04-16 Phanfare, Inc. Systems, Devices, and Methods for Transferring Digital Information
US20070079227A1 (en) * 2005-08-04 2007-04-05 Toshiba Corporation Processor for creating document binders in a document management system
US7568165B2 (en) * 2005-08-18 2009-07-28 Microsoft Corporation Sidebar engine, object model and schema
US7644391B2 (en) 2005-08-18 2010-01-05 Microsoft Corporation Sidebar engine, object model and schema
US7499989B2 (en) * 2005-08-18 2009-03-03 Microsoft Corporation Installing data with settings
US7665032B2 (en) * 2005-08-18 2010-02-16 Microsoft Corporation Sidebar engine, object model and schema
US8578290B2 (en) * 2005-08-18 2013-11-05 Microsoft Corporation Docking and undocking user interface objects
KR100679049B1 (ko) * 2005-09-21 2007-02-05 삼성전자주식회사 인물 및 장소정보를 제공하는 썸네일에 의한 사진탐색 방법및 그 장치
JP4079169B2 (ja) * 2005-10-06 2008-04-23 コニカミノルタビジネステクノロジーズ株式会社 画像処理装置、その装置を備える画像処理システム、画像処理方法およびコンピュータを画像処理装置として機能させるためのプログラム
US20070100846A1 (en) * 2005-10-28 2007-05-03 Adobe Systems Incorporated Aggregate file containing a content-description file and a resource file
US20070100865A1 (en) * 2005-10-28 2007-05-03 Adobe Systems Incorporated Aggregate file containing content-description files having native file formats
US20070162842A1 (en) * 2006-01-09 2007-07-12 Apple Computer, Inc. Selective content imaging for web pages
US8584002B2 (en) * 2006-01-09 2013-11-12 Apple Inc. Automatic sub-template selection based on content
US7562311B2 (en) 2006-02-06 2009-07-14 Yahoo! Inc. Persistent photo tray
US8510669B2 (en) * 2006-02-06 2013-08-13 Yahoo! Inc. Method and system for presenting photos on a website
US7864978B2 (en) * 2006-02-06 2011-01-04 Microsoft Corporation Smart arrangement and cropping for photo views
JP4635907B2 (ja) * 2006-02-28 2011-02-23 ブラザー工業株式会社 印刷装置
US8014608B2 (en) * 2006-03-09 2011-09-06 Lexmark International, Inc. Web-based image extraction
US9032297B2 (en) * 2006-03-17 2015-05-12 Disney Enterprises, Inc. Web based video editing
US8577166B1 (en) * 2006-03-31 2013-11-05 Google Inc. Optimizing web site images using a focal point
JP4819892B2 (ja) 2006-06-23 2011-11-24 シャープ株式会社 画像表示装置、画像表示方法、画像表示システム、画像データ送信装置、プログラム、及び、記録媒体
JP4102847B2 (ja) * 2006-06-30 2008-06-18 シャープ株式会社 画像データ提供装置、画像表示装置、画像表示システム、画像データ提供装置の制御方法、画像表示装置の制御方法、制御プログラム、および、記録媒体
JP2008035503A (ja) * 2006-06-30 2008-02-14 Sharp Corp 画像データ提供装置、画像表示装置、画像表示システム、画像データ提供装置の制御方法、画像表示装置の制御方法、制御プログラム、および、記録媒体
US20080016458A1 (en) * 2006-06-30 2008-01-17 Good Frederick L Smart page with prescribed format, layout and function boxes
US20080007788A1 (en) * 2006-06-30 2008-01-10 Good Frederick L Smart page photo sizing, composing and cropping tool
KR101154996B1 (ko) * 2006-07-25 2012-06-14 엘지전자 주식회사 이동통신 단말기 및 그 메뉴화면 구성 방법
JP2008035328A (ja) * 2006-07-31 2008-02-14 Fujifilm Corp テンプレート生成装置、画像配置装置、変更テンプレート生成装置およびそのプログラム
US8161339B2 (en) * 2006-08-11 2012-04-17 Sharp Kabushiki Kaisha Content playback apparatus, content playback method, and storage medium
US8106856B2 (en) * 2006-09-06 2012-01-31 Apple Inc. Portable electronic device for photo management
US20080065992A1 (en) * 2006-09-11 2008-03-13 Apple Computer, Inc. Cascaded display of video media
US8549435B1 (en) * 2006-09-25 2013-10-01 Adobe Systems Incorporated Displaying thumbnails for one or more files to be imported
US7703038B1 (en) * 2006-09-26 2010-04-20 Adobe Systems Inc. Methods and apparatus for creating a quick canvas
US20080088718A1 (en) * 2006-10-17 2008-04-17 Cazier Robert P Template Creator For Digital Cameras
JP4183003B2 (ja) * 2006-11-09 2008-11-19 ソニー株式会社 情報処理装置、情報処理方法、およびプログラム
US20080111831A1 (en) * 2006-11-15 2008-05-15 Jay Son Efficient Panoramic Image Generation
JP2008134866A (ja) * 2006-11-29 2008-06-12 Sony Corp コンテンツ閲覧方法、コンテンツ閲覧装置およびコンテンツ閲覧プログラム
US7941002B2 (en) * 2006-12-01 2011-05-10 Hewlett-Packard Development Company, L.P. Apparatus and methods of producing photorealistic image thumbnails
US8078969B2 (en) * 2007-03-05 2011-12-13 Shutterfly, Inc. User interface for creating image collage
KR101406289B1 (ko) 2007-03-08 2014-06-12 삼성전자주식회사 스크롤 기반 아이템 제공 장치 및 방법
US8484579B2 (en) * 2007-03-27 2013-07-09 Canon Kabushiki Kaisha Information processing apparatus and information processing method
US8213499B2 (en) * 2007-04-04 2012-07-03 General Instrument Corporation Method and apparatus for context address generation for motion vectors and coefficients
US20090031015A1 (en) * 2007-04-20 2009-01-29 Morgan Ryan W System and method for arranging and outputting data elements at a network site
EP2141578B1 (en) * 2007-04-24 2019-01-23 Sony Interactive Entertainment Inc. Image display device, image display method and information recording medium
US8261205B2 (en) * 2007-05-30 2012-09-04 Hewlett-Packard Development Company, L.P. User interface for presenting a list of thumbnail items associated with media items
WO2008150471A2 (en) * 2007-05-31 2008-12-11 Visan Industries Systems and methods for rendering media
US20090006433A1 (en) * 2007-06-29 2009-01-01 Microsoft Corporation Extensible category and property grouping for object editing
JP2009037361A (ja) * 2007-07-31 2009-02-19 Brother Ind Ltd サーバ装置、サーバ装置制御プログラム、及びファイル転送システム
US20090106274A1 (en) * 2007-10-23 2009-04-23 Temple Benjamin D System and method for application creation
JP4505760B2 (ja) * 2007-10-24 2010-07-21 ソニー株式会社 情報処理装置および方法、プログラム、並びに、記録媒体
US20090119415A1 (en) * 2007-11-02 2009-05-07 Chiang Chenhuei J System and method for representing mfs control blocks in xml for mfs-based ims applications
JP5194768B2 (ja) * 2007-12-19 2013-05-08 富士ゼロックス株式会社 文書情報管理装置および文書情報管理プログラム
US8117164B2 (en) * 2007-12-19 2012-02-14 Microsoft Corporation Creating and utilizing network restore points
KR101449025B1 (ko) 2008-03-19 2014-10-08 엘지전자 주식회사 다중-소스 스트리밍을 위한 오브젝트에 대한 정보 관리 및처리 방법 그리고 그 장치
KR101457741B1 (ko) * 2008-03-20 2014-11-03 휴렛-팩커드 디벨롭먼트 컴퍼니, 엘.피. 썸네일 기반의 이미지 품질 검사
US8312376B2 (en) * 2008-04-03 2012-11-13 Microsoft Corporation Bookmark interpretation service
US20090254643A1 (en) * 2008-04-04 2009-10-08 Merijn Camiel Terheggen System and method for identifying galleries of media objects on a network
US8893015B2 (en) 2008-07-03 2014-11-18 Ebay Inc. Multi-directional and variable speed navigation of collage multi-media
US10282391B2 (en) 2008-07-03 2019-05-07 Ebay Inc. Position editing tool of collage multi-media
US8627192B2 (en) 2008-07-03 2014-01-07 Ebay Inc. System and methods for automatic media population of a style presentation
JP5253035B2 (ja) * 2008-08-08 2013-07-31 キヤノン株式会社 画像処理装置、画像処理方法、およびプログラム
GB2463108B (en) * 2008-09-05 2012-08-29 Skype Communication system and method
GB2463124B (en) 2008-09-05 2012-06-20 Skype Ltd A peripheral device for communication over a communications sytem
GB2463107A (en) * 2008-09-05 2010-03-10 Skype Ltd A remote control unit of a media device for placing/receiving calls, comprising activating one of the two wireless transceivers when needed.
GB2463110B (en) * 2008-09-05 2013-01-16 Skype Communication system and method
GB2463105A (en) * 2008-09-05 2010-03-10 Skype Ltd Viewer activity dependent video telephone call ringing
GB2463103A (en) * 2008-09-05 2010-03-10 Skype Ltd Video telephone call using a television receiver
GB2463104A (en) * 2008-09-05 2010-03-10 Skype Ltd Thumbnail selection of telephone contact using zooming
GB2463109B (en) * 2008-09-05 2013-03-13 Skype Communication system and method
JP4656218B2 (ja) * 2008-09-10 2011-03-23 カシオ計算機株式会社 画像表示装置、及び画像表示方法、画像表示プログラム
US9223548B2 (en) * 2008-09-15 2015-12-29 Apple Inc. Method and apparatus for providing an application canvas framework
US8739015B2 (en) * 2008-09-19 2014-05-27 Adobe Systems Incorporated Placing multiple files as a contact sheet
US8537409B2 (en) 2008-10-13 2013-09-17 Xerox Corporation Image summarization by a learning approach
KR20100074568A (ko) 2008-12-24 2010-07-02 삼성전자주식회사 화상형성장치와 연결된 호스트장치 및 웹페이지 인쇄방법
US20100185965A1 (en) * 2009-01-21 2010-07-22 Frederick Collin Davidson Artistic file manager
US10298781B2 (en) * 2009-03-18 2019-05-21 Shutterfly, Inc. Cloud storage for image data, image product designs, and image projects
US9485365B2 (en) * 2009-03-18 2016-11-01 Shutterfly, Inc. Cloud storage for image data, image product designs, and image projects
US20100299621A1 (en) * 2009-05-20 2010-11-25 Making Everlasting Memories, L.L.C. System and Method for Extracting a Plurality of Images from a Single Scan
TW201044263A (en) * 2009-06-11 2010-12-16 Htc Corp Image data browsing methods and systems, and computer program products thereof
US8775417B2 (en) * 2009-08-11 2014-07-08 Someones Group Intellectual Property Holdings Pty Ltd Acn 131 335 325 Method, system and controller for searching a database
EP2480957B1 (en) 2009-09-22 2017-08-09 Apple Inc. Device, method, and graphical user interface for manipulating user interface objects
US8762889B2 (en) * 2009-09-23 2014-06-24 Vidan Industries Method and system for dynamically placing graphic elements into layouts
US9383916B2 (en) * 2009-09-30 2016-07-05 Microsoft Technology Licensing, Llc Dynamic image presentation
KR101164353B1 (ko) * 2009-10-23 2012-07-09 삼성전자주식회사 미디어 콘텐츠 열람 및 관련 기능 실행 방법과 장치
US8683311B2 (en) 2009-12-11 2014-03-25 Microsoft Corporation Generating structured data objects from unstructured web pages
US8698762B2 (en) 2010-01-06 2014-04-15 Apple Inc. Device, method, and graphical user interface for navigating and displaying content in context
WO2011097405A1 (en) * 2010-02-03 2011-08-11 Nik Software, Inc. Narrative-based media organizing system for converting digital media into personal story
US8479117B2 (en) * 2010-06-04 2013-07-02 Lenovo (Singapore) Pte. Ltd. Intelligent window sizing for graphical user interfaces
US20110314044A1 (en) * 2010-06-18 2011-12-22 Microsoft Corporation Flexible content organization and retrieval
US20130191507A1 (en) * 2010-06-28 2013-07-25 Nokia Corporation Method and apparatus for sharing images
US10170082B2 (en) * 2010-10-04 2019-01-01 Nec Corporation Image display device and image display method
USD803227S1 (en) * 2010-10-08 2017-11-21 Oath (Americas) Inc. Display apparatus including a computer generated icon
US9436685B2 (en) 2010-12-23 2016-09-06 Microsoft Technology Licensing, Llc Techniques for electronic aggregation of information
US20120166953A1 (en) * 2010-12-23 2012-06-28 Microsoft Corporation Techniques for electronic aggregation of information
US9679404B2 (en) 2010-12-23 2017-06-13 Microsoft Technology Licensing, Llc Techniques for dynamic layout of presentation tiles on a grid
JP5366996B2 (ja) * 2011-03-09 2013-12-11 株式会社ソニー・コンピュータエンタテインメント 情報処理装置および情報処理方法
US9715485B2 (en) 2011-03-28 2017-07-25 Microsoft Technology Licensing, Llc Techniques for electronic aggregation of information
US8959422B2 (en) * 2011-05-02 2015-02-17 Shutterfly, Inc. Reducing system resource requirements for user interactive and customizable image-based product designs
USD655714S1 (en) * 2011-05-27 2012-03-13 Microsoft Corporation Display screen with user interface
USD655716S1 (en) * 2011-05-27 2012-03-13 Microsoft Corporation Display screen with user interface
USD655715S1 (en) * 2011-05-27 2012-03-13 Microsoft Corporation Display screen with user interface
USD658670S1 (en) 2011-05-27 2012-05-01 Microsoft Corporation Display screen with user interface
USD655301S1 (en) * 2011-05-27 2012-03-06 Microsoft Corporation Display screen with user interface
USD655713S1 (en) * 2011-05-27 2012-03-13 Microsoft Corporation Display screen with user interface
US9026946B2 (en) * 2011-08-08 2015-05-05 Blackberry Limited Method and apparatus for displaying an image
EP2782505B1 (en) * 2011-11-27 2020-04-22 Hologic, Inc. System and method for generating a 2d image using mammography and/or tomosynthesis image data
KR101952260B1 (ko) * 2012-04-03 2019-02-26 삼성전자주식회사 다수의 동영상 썸네일을 동시에 표시하기 위한 영상 재생 장치 및 방법
US8645466B2 (en) * 2012-05-18 2014-02-04 Dropbox, Inc. Systems and methods for displaying file and folder information to a user
US8775385B2 (en) 2012-05-24 2014-07-08 Microsoft Corporation Techniques to modify file descriptors for content files
US9069781B2 (en) 2012-05-24 2015-06-30 Microsoft Technology Licensing, Llc Techniques to automatically manage file descriptors
US9047300B2 (en) 2012-05-24 2015-06-02 Microsoft Technology Licensing, Llc Techniques to manage universal file descriptor models for content files
US20130326350A1 (en) * 2012-05-31 2013-12-05 Verizon Patent And Licensing Inc. Methods and Systems for Facilitating User Refinement of a Media Content Listing
US9139023B2 (en) * 2012-06-21 2015-09-22 Sanford L.P. Label printing apparatus
US9292243B2 (en) * 2012-06-21 2016-03-22 Sanford, L.P. User interface for a label printer
JP5983227B2 (ja) * 2012-09-20 2016-08-31 ブラザー工業株式会社 プログラム、及び、情報処理装置
CA152185S (en) 2013-01-28 2014-08-11 Abb Ab Display screen with graphical user interface
US20140215383A1 (en) * 2013-01-31 2014-07-31 Disney Enterprises, Inc. Parallax scrolling user interface
US9282244B2 (en) 2013-03-14 2016-03-08 Microsoft Technology Licensing, Llc Camera non-touch switch
USD736818S1 (en) 2013-03-14 2015-08-18 Microsoft Corporation Display screen with graphical user interface
JP2014183876A (ja) * 2013-03-22 2014-10-02 Fujifilm Corp 画像表示装置および方法
US8979398B2 (en) 2013-04-16 2015-03-17 Microsoft Technology Licensing, Llc Wearable camera
US9066007B2 (en) 2013-04-26 2015-06-23 Skype Camera tap switch
CN105144229B (zh) * 2013-04-30 2019-07-05 索尼公司 图像处理装置、图像处理方法和程序
US10674075B2 (en) 2013-04-30 2020-06-02 Sony Corporation Image processing device, image processing method, and program
US9535565B2 (en) * 2013-05-13 2017-01-03 Microsoft Technology Licensing, Llc Smart insertion of applications into layouts
AU352863S (en) * 2013-06-05 2013-12-11 Samsung Electronics Co Ltd Display screen with graphical user interface
AU352862S (en) * 2013-06-05 2013-12-11 Samsung Electronics Co Ltd Display screen with graphical user interface
AU352868S (en) * 2013-06-05 2013-12-11 Samsung Electronics Co Ltd Display screen with graphical user interface
USD759699S1 (en) * 2013-06-05 2016-06-21 Samsung Electronics Co., Ltd. Display screen or portion thereof with graphic user interface
CN104349180B (zh) * 2013-07-25 2019-01-15 中兴通讯股份有限公司 海报的显示方法及装置
KR20150016695A (ko) * 2013-08-05 2015-02-13 삼성전자주식회사 디스플레이장치 및 그 제어방법
US9645923B1 (en) 2013-09-10 2017-05-09 Google Inc. Generational garbage collector on multiple heaps
US9729380B1 (en) * 2013-10-28 2017-08-08 Google Inc. Displaying content items based on device status
US20150271541A1 (en) 2014-03-19 2015-09-24 Time Warner Cable Enterprises Llc Apparatus and methods for recording a media stream
US20150324088A1 (en) * 2014-05-09 2015-11-12 Lyve Minds, Inc. Thumbnail image creation
US9503644B2 (en) 2014-05-22 2016-11-22 Microsoft Technology Licensing, Llc Using image properties for processing and editing of multiple resolution images
US9451178B2 (en) 2014-05-22 2016-09-20 Microsoft Technology Licensing, Llc Automatic insertion of video into a photo story
US11184580B2 (en) 2014-05-22 2021-11-23 Microsoft Technology Licensing, Llc Automatically curating video to fit display time
US10235347B1 (en) * 2014-06-02 2019-03-19 Walgreen Co. Systems and methods for managing adaptive electronic communications
US9639263B2 (en) 2014-08-05 2017-05-02 Weebly, Inc. Native overlay for rapid editing of web content
KR101748680B1 (ko) * 2014-08-08 2017-06-20 네이버 주식회사 단말 장치 및 이에 의한 웹 페이지 디스플레이 방법,및 웹 서버 및 이에 의한 웹 페이지 제공 방법
USD759060S1 (en) * 2014-08-28 2016-06-14 Samsung Electronics Co., Ltd. Display screen or portion thereof with graphical user interface
US10139998B2 (en) * 2014-10-08 2018-11-27 Weebly, Inc. User interface for editing web content
US10152540B2 (en) * 2014-10-10 2018-12-11 Qualcomm Incorporated Linking thumbnail of image to web page
CN104536973B (zh) * 2014-12-03 2018-01-16 北京奇虎科技有限公司 图片识别的方法和浏览器客户端
WO2016105522A1 (en) 2014-12-24 2016-06-30 Space Data Corporation Breaking apart a platform upon pending collision
US10403160B2 (en) 2014-12-24 2019-09-03 Space Data Corporation Techniques for intelligent balloon/airship launch and recovery window location
US10059421B2 (en) 2014-12-30 2018-08-28 Space Data Corporation Multifunctional balloon membrane
US11743402B2 (en) * 2015-02-13 2023-08-29 Awes.Me, Inc. System and method for photo subject display optimization
US10375452B2 (en) 2015-04-14 2019-08-06 Time Warner Cable Enterprises Llc Apparatus and methods for thumbnail generation
KR20170016165A (ko) * 2015-08-03 2017-02-13 엘지전자 주식회사 이동단말기 및 그 제어방법
US11086418B2 (en) * 2016-02-04 2021-08-10 Douzen, Inc. Method and system for providing input to a device
AU2017100670C4 (en) 2016-06-12 2019-11-21 Apple Inc. User interfaces for retrieving contextually relevant media content
DK201670608A1 (en) 2016-06-12 2018-01-02 Apple Inc User interfaces for retrieving contextually relevant media content
US11137884B2 (en) 2016-06-14 2021-10-05 International Business Machines Corporation Modifying an appearance of a GUI to improve GUI usability
US10652594B2 (en) 2016-07-07 2020-05-12 Time Warner Cable Enterprises Llc Apparatus and methods for presentation of key frames in encrypted content
US10430850B2 (en) 2016-07-08 2019-10-01 Planetart, Llc Systems and methods for previewing customizable products
JP6784168B2 (ja) * 2016-12-19 2020-11-11 株式会社リコー 情報処理装置、プログラム、閲覧システム
US10740638B1 (en) * 2016-12-30 2020-08-11 Business Imaging Systems, Inc. Data element profiles and overrides for dynamic optical character recognition based data extraction
US10783320B2 (en) * 2017-05-16 2020-09-22 Apple Inc. Device, method, and graphical user interface for editing screenshot images
US10902493B2 (en) * 2017-06-09 2021-01-26 Shutterffy, LLC System and method for customizing photo product designs with minimal and intuitive user inputs
US10802673B2 (en) * 2017-08-11 2020-10-13 Salesforce.Com, Inc. Multi-selection on a chart
CN117332116A (zh) * 2017-12-12 2024-01-02 谷歌有限责任公司 提供搜索结果的视频预览
JP6498799B1 (ja) * 2018-01-17 2019-04-10 株式会社ぐるなび 情報提供装置、情報提供方法、情報提供プログラムおよび利用者端末制御プログラム
CN108376153A (zh) * 2018-02-07 2018-08-07 厦门集微科技有限公司 一种网络页面制作方法及装置
US10712921B2 (en) * 2018-04-09 2020-07-14 Apple Inc. Authoring a collection of images for an image gallery
DK180171B1 (en) 2018-05-07 2020-07-14 Apple Inc USER INTERFACES FOR SHARING CONTEXTUALLY RELEVANT MEDIA CONTENT
US10866708B2 (en) 2018-12-10 2020-12-15 Square, Inc. Using combined ecommerce and brick-and-mortar data to produce intelligent recommendations for web page operation
DK201970535A1 (en) 2019-05-06 2020-12-21 Apple Inc Media browsing user interface with intelligently selected representative media items
RU2730373C1 (ru) * 2019-11-29 2020-08-21 Шлюмберже Текнолоджи Б.В. Способ и система отображения текущих результатов в процессе обработки изображения
WO2021127656A1 (en) * 2019-12-20 2021-06-24 Smugmug Inc. System and method for photo subject display optimization
DK202070613A1 (en) 2020-02-14 2021-10-15 Apple Inc User interfaces for workout content
US20220067993A1 (en) 2020-08-31 2022-03-03 Popshop Technologies, Inc. Live streaming object image capture and image conversion to product catalog
US11803690B2 (en) * 2021-01-11 2023-10-31 Microsoft Technology Licensing, Llc Simulated thumbnail previews for files

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6675354B1 (en) * 1999-11-18 2004-01-06 International Business Machines Corporation Case-insensitive custom tag recognition and handling
US6684369B1 (en) * 1997-06-19 2004-01-27 International Business Machines, Corporation Web site creator using templates

Family Cites Families (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5761655A (en) * 1990-06-06 1998-06-02 Alphatronix, Inc. Image file storage and retrieval system
DE69131251T2 (de) * 1991-08-15 1999-12-09 Ibm System und Verfahren zur Verarbeitung von gespeicherte Bilder darstellenden Daten
US5860073A (en) * 1995-07-17 1999-01-12 Microsoft Corporation Style sheets for publishing system
US6154755A (en) * 1996-07-31 2000-11-28 Eastman Kodak Company Index imaging system
US6545687B2 (en) * 1997-01-09 2003-04-08 Canon Kabushiki Kaisha Thumbnail manipulation using fast and aspect ratio zooming, compressing and scaling
US6237010B1 (en) * 1997-10-06 2001-05-22 Canon Kabushiki Kaisha Multimedia application using flashpix file format
US6301586B1 (en) * 1997-10-06 2001-10-09 Canon Kabushiki Kaisha System for managing multimedia objects
US6097389A (en) * 1997-10-24 2000-08-01 Pictra, Inc. Methods and apparatuses for presenting a collection of digital media in a media container
US6202061B1 (en) * 1997-10-24 2001-03-13 Pictra, Inc. Methods and apparatuses for creating a collection of media
US6028603A (en) * 1997-10-24 2000-02-22 Pictra, Inc. Methods and apparatuses for presenting a collection of digital media in a media container
US6275829B1 (en) * 1997-11-25 2001-08-14 Microsoft Corporation Representing a graphic image on a web page with a thumbnail-sized image
US6356283B1 (en) * 1997-11-26 2002-03-12 Mgi Software Corporation Method and system for HTML-driven interactive image client
US6121970A (en) * 1997-11-26 2000-09-19 Mgi Software Corporation Method and system for HTML-driven interactive image client
US6058428A (en) * 1997-12-05 2000-05-02 Pictra, Inc. Method and apparatus for transferring digital images on a network
US6181342B1 (en) * 1998-07-06 2001-01-30 International Business Machines Corp. Computer file directory system displaying visual summaries of visual data in desktop computer documents for quickly identifying document content
US6453078B2 (en) * 1998-08-28 2002-09-17 Eastman Kodak Company Selecting, arranging, and printing digital images from thumbnail images
US6058417A (en) * 1998-10-23 2000-05-02 Ebay Inc. Information presentation and management in an online trading environment
US7007076B1 (en) * 1998-10-23 2006-02-28 Ebay Inc. Information presentation and management in an online trading environment
US6449639B1 (en) * 1998-12-23 2002-09-10 Doxio, Inc. Method and system for client-less viewing of scalable documents displayed using internet imaging protocol commands
US6621509B1 (en) * 1999-01-08 2003-09-16 Ati International Srl Method and apparatus for providing a three dimensional graphical user interface
US6456305B1 (en) * 1999-03-18 2002-09-24 Microsoft Corporation Method and system for automatically fitting a graphical display of objects to the dimensions of a display window
US6987573B1 (en) * 1999-05-25 2006-01-17 Silverbrook Research Pty Ltd Interface surface printer
US6895557B1 (en) * 1999-07-21 2005-05-17 Ipix Corporation Web-based media submission tool
US6583799B1 (en) * 1999-11-24 2003-06-24 Shutterfly, Inc. Image uploading
US20050210413A1 (en) * 1999-11-24 2005-09-22 Quek Su M Utilization of digital images
US20020033837A1 (en) * 2000-01-10 2002-03-21 Munro James A. Multiple-image viewer
AU2001238354A1 (en) * 2000-02-18 2001-08-27 The University Of Maryland Methods for the electronic annotation, retrieval, and use of electronic images
JP4325075B2 (ja) * 2000-04-21 2009-09-02 ソニー株式会社 データオブジェクト管理装置
US20020049847A1 (en) * 2000-04-24 2002-04-25 Cardblast.Com Dynamic interactive processes for unaided browsers
WO2002010988A2 (en) * 2000-07-31 2002-02-07 Starkey James A Method and apparatus for generating web pages from templates
EP1314083A2 (en) * 2000-08-04 2003-05-28 Copan Inc. Method and system for presenting digital media
US7240294B2 (en) * 2000-10-20 2007-07-03 Desknet Inc. Method of constructing a composite image
US6629104B1 (en) * 2000-11-22 2003-09-30 Eastman Kodak Company Method for adding personalized metadata to a collection of digital images
US20020143821A1 (en) * 2000-12-15 2002-10-03 Douglas Jakubowski Site mining stylesheet generator
US20040125130A1 (en) * 2001-02-26 2004-07-01 Andrea Flamini Techniques for embedding custom user interface controls inside internet content
US7533336B2 (en) * 2001-03-01 2009-05-12 International Business Machines Corporation Method and apparatus for facilitating construction of e-commerce web pages having featured products and the like
JP2002259278A (ja) * 2001-03-06 2002-09-13 Casio Comput Co Ltd プリントサービスシステムおよびプリントサービス方法
GB2373085B (en) * 2001-03-08 2004-10-06 Ibm Method, computer program and system for style sheet generation
US20030028543A1 (en) * 2001-08-01 2003-02-06 Dusberger Dariusz T. Image storage and reference using a URL
US7004666B2 (en) * 2001-10-09 2006-02-28 Tyco Electronics Corporation Quick-attach automotive antenna mounting assembly
US6943842B2 (en) * 2001-11-02 2005-09-13 Hewlett-Packard Development Company, L.P. Image browsing user interface apparatus and method
US7289132B1 (en) * 2003-12-19 2007-10-30 Apple Inc. Method and apparatus for image acquisition, organization, manipulation, and publication
US20030187744A1 (en) * 2002-03-27 2003-10-02 Goodridge Alan Gardner System for enabling omnidirectional navigation of hierarchical networks with spatial continuity
US20040070631A1 (en) * 2002-09-30 2004-04-15 Brown Mark L. Apparatus and method for viewing thumbnail images corresponding to print pages of a view on a display
US7000184B2 (en) * 2003-01-24 2006-02-14 The Cobalt Group, Inc. Remote web site editing in a standard web browser without external software
US8555165B2 (en) * 2003-05-08 2013-10-08 Hillcrest Laboratories, Inc. Methods and systems for generating a zoomable graphical user interface

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6684369B1 (en) * 1997-06-19 2004-01-27 International Business Machines, Corporation Web site creator using templates
US6675354B1 (en) * 1999-11-18 2004-01-06 International Business Machines Corporation Case-insensitive custom tag recognition and handling

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Arles Image Web Page Creator Version 2.1. Jan Derk Stegeman. Copyright 1999. Screenshots and Helpfile. *
Arles Image Web Page Creator. Digital Dutch. Aug. 17, 2000. http://web.archive.org/web/20000817091643/digitaldutch.com/arles/. *
Web Album Creator. Galleria Software. Jan.-Feb. 2001. http://web.archive.org/web/20010108153400/www.galleriasoftware.com/mainframe.htm. *

Cited By (220)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070180372A1 (en) * 1999-07-06 2007-08-02 Ricoh Company Limited 2d graph displaying document locations of user-specified concept of interest
US8185813B2 (en) 1999-07-06 2012-05-22 Ricoh Company, Ltd. 2D graph displaying document locations of user-specified concept of interest
US7325061B2 (en) * 2001-03-23 2008-01-29 Sanyo Electric Co., Ltd. Server system and image management method thereof
US20020135680A1 (en) * 2001-03-23 2002-09-26 Sanyo Electric Co., Ltd. Server system and image management method thereof
US20020140951A1 (en) * 2001-03-28 2002-10-03 Kaname Nihei Method and program for producing a reduced image
US7333234B2 (en) * 2001-03-28 2008-02-19 Fujifilm Corporation Method and program for producing a reduced image
US7305667B1 (en) 2001-06-15 2007-12-04 Oracle International Corporation Call back structures for user defined DOMs
US7321900B1 (en) 2001-06-15 2008-01-22 Oracle International Corporation Reducing memory requirements needed to represent XML entities
US20020196289A1 (en) * 2001-06-22 2002-12-26 Koichi Sakamoto Preview picture output system and method for controling operation of the same
US8934627B2 (en) * 2001-06-25 2015-01-13 Aprolase Development Co., Llc Video event capture, storage and processing method and apparatus
US7853877B2 (en) 2001-06-29 2010-12-14 Microsoft Corporation Gallery user interface controls
US20030018667A1 (en) * 2001-07-18 2003-01-23 Eastman Kodak Company Website using images as a navigational tool for user-created photopages on the internet
US20040080670A1 (en) * 2001-07-31 2004-04-29 Cheatle Stephen Philip Automatic frame selection and layout of one or more images and generation of images bounded by a frame
US7346212B2 (en) * 2001-07-31 2008-03-18 Hewlett-Packard Development Company, L.P. Automatic frame selection and layout of one or more images and generation of images bounded by a frame
US20040205493A1 (en) * 2001-08-08 2004-10-14 Simpson Shell S. Web based imaging application that creates customized content based on user selections
US20040239982A1 (en) * 2001-08-31 2004-12-02 Gignac John-Paul J Method of cropping a digital image
US7256799B2 (en) * 2001-09-12 2007-08-14 Sanyo Electric Co., Ltd. Image synthesizer, image synthesis method and computer readable recording medium having image synthesis processing program recorded thereon
US20030076361A1 (en) * 2001-09-12 2003-04-24 Haruo Hatanaka Image synthesizer, image synthesis method and computer readable recording medium having image synthesis processing program recorded thereon
US7158981B2 (en) 2001-09-28 2007-01-02 Oracle International Corporation Providing a consistent hierarchical abstraction of relational data
US7092967B1 (en) * 2001-09-28 2006-08-15 Oracle International Corporation Loadable units for lazy manifestation of XML documents
US7386810B2 (en) * 2001-10-11 2008-06-10 Sony Corporation Information processing apparatus and method, and information processing program
US20030090528A1 (en) * 2001-10-11 2003-05-15 Hiroki Masuda Information processing apparatus and method, and information processing program
US20030128239A1 (en) * 2001-12-27 2003-07-10 Full Degree, Inc. Method and apparatus for XML schema publishing into a user interface
US20030206193A1 (en) * 2002-04-17 2003-11-06 Keizo Sato Communication control system and storage medium for storing image transfer program
US20040156615A1 (en) * 2002-07-25 2004-08-12 Fuji Photo Film Co., Ltd Method and apparatus for image reproduction, method and apparatus for image recording, and programs therefor
US20040085578A1 (en) * 2002-11-03 2004-05-06 Quek Su Mien Producing personalized photo calendar
US20040088415A1 (en) * 2002-11-06 2004-05-06 Oracle International Corporation Techniques for scalably accessing data in an arbitrarily large document by a device with limited resources
US7308474B2 (en) 2002-11-06 2007-12-11 Oracle International Corporation Techniques for scalably accessing data in an arbitrarily large document by a device with limited resources
US20040105657A1 (en) * 2002-12-02 2004-06-03 Afzal Hossain Method and apparatus for processing digital images files to a transportable storage medium
US8225224B1 (en) 2003-02-25 2012-07-17 Microsoft Corporation Computer desktop use via scaling of displayed objects with shifts to the periphery
US8230359B2 (en) 2003-02-25 2012-07-24 Microsoft Corporation System and method that facilitates computer desktop use via scaling of displayed objects with shifts to the periphery
US9671922B1 (en) 2003-02-25 2017-06-06 Microsoft Technology Licensing, Llc Scaling of displayed objects with shifts to the periphery
US7386801B1 (en) * 2003-02-25 2008-06-10 Microsoft Corporation System and method that facilitates computer desktop use via scaling of displayed objects with shifts to the periphery
US7536650B1 (en) 2003-02-25 2009-05-19 Robertson George G System and method that facilitates computer desktop use via scaling of displayed objects with shifts to the periphery
US20040186594A1 (en) * 2003-03-18 2004-09-23 Kazumoto Kondo Information processing system, information processing apparatus and method, recording medium and program
US20040250205A1 (en) * 2003-05-23 2004-12-09 Conning James K. On-line photo album with customizable pages
US9098837B2 (en) 2003-06-26 2015-08-04 Microsoft Technology Licensing, Llc Side-by-side shared calendars
US9715678B2 (en) 2003-06-26 2017-07-25 Microsoft Technology Licensing, Llc Side-by-side shared calendars
US8150930B2 (en) 2003-07-01 2012-04-03 Microsoft Corporation Automatic grouping of electronic mail
US8799808B2 (en) 2003-07-01 2014-08-05 Microsoft Corporation Adaptive multi-line view user interface
US7716593B2 (en) 2003-07-01 2010-05-11 Microsoft Corporation Conversation grouping of electronic mail records
US7707255B2 (en) 2003-07-01 2010-04-27 Microsoft Corporation Automatic grouping of electronic mail
US7392249B1 (en) 2003-07-01 2008-06-24 Microsoft Corporation Methods, systems, and computer-readable mediums for providing persisting and continuously updating search folders
US10482429B2 (en) 2003-07-01 2019-11-19 Microsoft Technology Licensing, Llc Automatic grouping of electronic mail
US20050015403A1 (en) * 2003-07-15 2005-01-20 Hung-Yi Wu TWAIN network image transmission system and method
US7490093B2 (en) 2003-08-25 2009-02-10 Oracle International Corporation Generating a schema-specific load structure to load data into a relational database based on determining whether the schema-specific load structure already exists
US20050050092A1 (en) * 2003-08-25 2005-03-03 Oracle International Corporation Direct loading of semistructured data
US7814047B2 (en) 2003-08-25 2010-10-12 Oracle International Corporation Direct loading of semistructured data
US8229932B2 (en) 2003-09-04 2012-07-24 Oracle International Corporation Storing XML documents efficiently in an RDBMS
US8694510B2 (en) 2003-09-04 2014-04-08 Oracle International Corporation Indexing XML documents efficiently
US7506261B2 (en) * 2003-10-24 2009-03-17 Panasonic Corporation Remote operation system, communication apparatus remote control system and document inspection apparatus
US20050091607A1 (en) * 2003-10-24 2005-04-28 Matsushita Electric Industrial Co., Ltd. Remote operation system, communication apparatus remote control system and document inspection apparatus
US20090164909A1 (en) * 2003-10-24 2009-06-25 Panasonic Corporation Communication apparatus remote control system
US10437964B2 (en) 2003-10-24 2019-10-08 Microsoft Technology Licensing, Llc Programming interface for licensing
US20050117886A1 (en) * 2003-11-10 2005-06-02 Samsung Electronics Co., Ltd. Storage medium storing text-based subtitle data including style information, and apparatus and method of playing back the storage medium
US20080303945A1 (en) * 2003-11-10 2008-12-11 Samsung Electronics Co., Ltd. Storage medium storing text-based subtitle data including style information, and apparatus and method of playing back the storage medium
US8649661B2 (en) 2003-11-10 2014-02-11 Samsung Electronics Co., Ltd. Storage medium storing text-based subtitle data including style information, and apparatus and method of playing back the storage medium
US7555207B2 (en) * 2003-11-10 2009-06-30 Samsung Electronics Co., Ltd. Storage medium storing text-based subtitle data including style information, and apparatus and method of playing back the storage medium
US20100180234A1 (en) * 2003-11-26 2010-07-15 Szuszczewicz Edward P System and Method for Generating Photo Collages and Photo Album Pages
US7689909B1 (en) * 2003-11-26 2010-03-30 Szuszczewicz Edward P System and method for generating photo collages and photo album pages
US20060070605A1 (en) * 2004-01-21 2006-04-06 Toyota Jidosha Kabushiki Kaisha Internal combustion engine with variable compression ratio
US20100005391A1 (en) * 2004-01-23 2010-01-07 Canon Kabushiki Kaisha Access control apparatus, access control method, and access control program
US8327281B2 (en) * 2004-01-23 2012-12-04 Canon Kabushiki Kaisha Access control apparatus, access control method, and access control program
US7555707B1 (en) 2004-03-12 2009-06-30 Microsoft Corporation Method and system for data binding in a block structured user interface scripting language
US20060062564A1 (en) * 2004-04-06 2006-03-23 Dalton Dan L Interactive virtual reality photo gallery in a digital camera
US7046927B2 (en) * 2004-04-06 2006-05-16 Hewlett-Packard Development Company, L.P. Interactive virtual reality photo gallery in a digital camera
US7440954B2 (en) 2004-04-09 2008-10-21 Oracle International Corporation Index maintenance for operations involving indexed XML data
US7921101B2 (en) 2004-04-09 2011-04-05 Oracle International Corporation Index maintenance for operations involving indexed XML data
US20100151904A1 (en) * 2004-04-19 2010-06-17 Broadcom Corporation Television Channel Selection Canvas
US7639308B2 (en) * 2004-04-19 2009-12-29 Broadcom Corporation Television channel selection canvas
US8035745B2 (en) 2004-04-19 2011-10-11 Broadcom Corporation Television channel selection canvas
US8913192B2 (en) 2004-04-19 2014-12-16 Broadcom Corporation Television channel selection canvas
US7930277B2 (en) 2004-04-21 2011-04-19 Oracle International Corporation Cost-based optimizer for an XML data repository within a database
US20050237391A1 (en) * 2004-04-23 2005-10-27 Olympus Corporation Information management apparatus and information management method
US7616235B2 (en) * 2004-04-23 2009-11-10 Olympus Corporation Information management apparatus defining a replay sequence of new image data added to groups of images
US7777789B2 (en) * 2004-04-23 2010-08-17 Olympus Corporation Information management apparatus defining a replay sequence of new image data added to groups of images
US20050259945A1 (en) * 2004-05-20 2005-11-24 Anthony Splaver Method and system for automatic management of digital photography processing
US7802180B2 (en) 2004-06-23 2010-09-21 Oracle International Corporation Techniques for serialization of instances of the XQuery data model
US20050289175A1 (en) * 2004-06-23 2005-12-29 Oracle International Corporation Providing XML node identity based operations in a value based SQL system
US7885980B2 (en) 2004-07-02 2011-02-08 Oracle International Corporation Mechanism for improving performance on XML over XML data using path subsetting
US10437431B2 (en) 2004-08-16 2019-10-08 Microsoft Technology Licensing, Llc Command user interface for displaying selectable software functionality controls
US8255828B2 (en) * 2004-08-16 2012-08-28 Microsoft Corporation Command user interface for displaying selectable software functionality controls
US8146016B2 (en) * 2004-08-16 2012-03-27 Microsoft Corporation User interface for displaying a gallery of formatting options applicable to a selected object
US7895531B2 (en) 2004-08-16 2011-02-22 Microsoft Corporation Floating command object
US9645698B2 (en) 2004-08-16 2017-05-09 Microsoft Technology Licensing, Llc User interface for displaying a gallery of formatting options applicable to a selected object
US7703036B2 (en) 2004-08-16 2010-04-20 Microsoft Corporation User interface for displaying selectable software functionality controls that are relevant to a selected object
US10521081B2 (en) 2004-08-16 2019-12-31 Microsoft Technology Licensing, Llc User interface for displaying a gallery of formatting options
US9864489B2 (en) 2004-08-16 2018-01-09 Microsoft Corporation Command user interface for displaying multiple sections of software functionality controls
US9690448B2 (en) 2004-08-16 2017-06-27 Microsoft Corporation User interface for displaying selectable software functionality controls that are relevant to a selected object
US9690450B2 (en) 2004-08-16 2017-06-27 Microsoft Corporation User interface for displaying selectable software functionality controls that are relevant to a selected object
US9223477B2 (en) 2004-08-16 2015-12-29 Microsoft Technology Licensing, Llc Command user interface for displaying selectable software functionality controls
US9015621B2 (en) 2004-08-16 2015-04-21 Microsoft Technology Licensing, Llc Command user interface for displaying multiple sections of software functionality controls
US8117542B2 (en) 2004-08-16 2012-02-14 Microsoft Corporation User interface for displaying selectable software functionality controls that are contextually relevant to a selected object
US10635266B2 (en) 2004-08-16 2020-04-28 Microsoft Technology Licensing, Llc User interface for displaying selectable software functionality controls that are relevant to a selected object
US9015624B2 (en) 2004-08-16 2015-04-21 Microsoft Corporation Floating command object
US8166409B2 (en) * 2004-09-14 2012-04-24 Seiko Epson Corporation Image processing method and image processor for trimming an object image
US20060072174A1 (en) * 2004-09-14 2006-04-06 Seiko Epson Corporation Image processing method and image processor
US20060055808A1 (en) * 2004-09-16 2006-03-16 Samsung Techwin Co., Ltd. Method for increasing storage space in a digital camera apparatus
US7747966B2 (en) 2004-09-30 2010-06-29 Microsoft Corporation User interface for providing task management and calendar information
US8839139B2 (en) 2004-09-30 2014-09-16 Microsoft Corporation User interface for providing task management and calendar information
US8332745B2 (en) * 2004-10-21 2012-12-11 Canon Kabushiki Kaisha Electronic filing system and electronic filing method
US20060087668A1 (en) * 2004-10-21 2006-04-27 Canon Kabushiki Kaisha Electronic filing system and electronic filing method
US20060156254A1 (en) * 2004-12-27 2006-07-13 Kyocera Corporation Image display device
US20060263133A1 (en) * 2005-05-17 2006-11-23 Engle Jesse C Network based method and apparatus for collaborative design
US7886290B2 (en) 2005-06-16 2011-02-08 Microsoft Corporation Cross version and cross product user interface
US20060294477A1 (en) * 2005-06-27 2006-12-28 Compal Electronics, Inc. Portable electronic device with the ability of directly inserting image data into a menu and its method
US20070043744A1 (en) * 2005-08-16 2007-02-22 International Business Machines Corporation Method and system for linking digital pictures to electronic documents
US7734654B2 (en) * 2005-08-16 2010-06-08 International Business Machines Corporation Method and system for linking digital pictures to electronic documents
US8239882B2 (en) 2005-08-30 2012-08-07 Microsoft Corporation Markup based extensibility for user interfaces
US20070055943A1 (en) * 2005-09-07 2007-03-08 Microsoft Corporation Command user interface for displaying selectable functionality controls in a database applicaiton
US20070052819A1 (en) * 2005-09-07 2007-03-08 Sony Corporation Imaging apparatus, image processing apparatus, image processing method, and computer program
US8689137B2 (en) 2005-09-07 2014-04-01 Microsoft Corporation Command user interface for displaying selectable functionality controls in a database application
US8417067B2 (en) * 2005-09-07 2013-04-09 Sony Corporation Imaging apparatus, image processing apparatus, image processing method, and computer program
US9542667B2 (en) 2005-09-09 2017-01-10 Microsoft Technology Licensing, Llc Navigating messages within a thread
US8627222B2 (en) 2005-09-12 2014-01-07 Microsoft Corporation Expanded search and find user interface
US7739259B2 (en) 2005-09-12 2010-06-15 Microsoft Corporation Integrated search and find user interface
US9513781B2 (en) 2005-09-12 2016-12-06 Microsoft Technology Licensing, Llc Expanded search and find user interface
US10248687B2 (en) 2005-09-12 2019-04-02 Microsoft Technology Licensing, Llc Expanded search and find user interface
US20110032408A1 (en) * 2005-09-29 2011-02-10 Canon Kabushiki Kaisha Image display apparatus and image display method
US7839412B2 (en) * 2005-09-29 2010-11-23 Canon Kabushiki Kaisha Image display apparatus and image display method
US20070071361A1 (en) * 2005-09-29 2007-03-29 Sanno Masato Image display apparatus and image display method
US8022961B2 (en) * 2005-09-29 2011-09-20 Canon Kabushiki Kaisha Image display apparatus and image display method
USRE45451E1 (en) * 2005-09-29 2015-04-07 Canon Kabushiki Kaisha Image display apparatus and image display method
US20070078859A1 (en) * 2005-10-03 2007-04-05 Steve Arnold Method, system, apparatus, and software product for an intelligent transfer log
US8073841B2 (en) 2005-10-07 2011-12-06 Oracle International Corporation Optimizing correlated XML extracts
US7933928B2 (en) 2005-12-22 2011-04-26 Oracle International Corporation Method and mechanism for loading XML documents into memory
US7730032B2 (en) 2006-01-12 2010-06-01 Oracle International Corporation Efficient queriability of version histories in a repository
US9229967B2 (en) 2006-02-22 2016-01-05 Oracle International Corporation Efficient processing of path related operations on data organized hierarchically in an RDBMS
US20070234232A1 (en) * 2006-03-29 2007-10-04 Gheorghe Adrian Citu Dynamic image display
US8504932B2 (en) * 2006-04-13 2013-08-06 Shutterfly, Inc. Image collage builder
US20100223568A1 (en) * 2006-04-13 2010-09-02 Su Mien Quek Image collage builder
US8930348B2 (en) * 2006-05-25 2015-01-06 Oracle International Corporation Isolation for applications working on shared XML data
US8510292B2 (en) 2006-05-25 2013-08-13 Oracle International Coporation Isolation for applications working on shared XML data
US9727989B2 (en) 2006-06-01 2017-08-08 Microsoft Technology Licensing, Llc Modifying and formatting a chart using pictorially provided chart elements
US8638333B2 (en) 2006-06-01 2014-01-28 Microsoft Corporation Modifying and formatting a chart using pictorially provided chart elements
US10482637B2 (en) 2006-06-01 2019-11-19 Microsoft Technology Licensing, Llc Modifying and formatting a chart using pictorially provided chart elements
US8605090B2 (en) 2006-06-01 2013-12-10 Microsoft Corporation Modifying and formatting a chart using pictorially provided chart elements
US7797310B2 (en) 2006-10-16 2010-09-14 Oracle International Corporation Technique to estimate the cost of streaming evaluation of XPaths
US7933935B2 (en) 2006-10-16 2011-04-26 Oracle International Corporation Efficient partitioning technique while managing large XML documents
US8589559B2 (en) 2006-11-30 2013-11-19 Microsoft Corporation Capture of content from dynamic resource services
US8037182B2 (en) 2006-11-30 2011-10-11 Microsoft Corporation Capture of content from dynamic resource services
US20080133754A1 (en) * 2006-11-30 2008-06-05 Microsoft Corporation Capture of Content From Dynamic Resource Services
US20080288894A1 (en) * 2007-05-15 2008-11-20 Microsoft Corporation User interface for documents table of contents
US8739073B2 (en) 2007-05-15 2014-05-27 Microsoft Corporation User interface for document table of contents
US8234591B1 (en) 2007-05-21 2012-07-31 Adobe Systems Incorporated Undo and redo using thumbnails generated from a specific area of the image
US8347234B2 (en) * 2007-05-31 2013-01-01 Brother Kogyo Kabushiki Kaisha Image-displaying device
US20080301583A1 (en) * 2007-05-31 2008-12-04 Brother Kogyo Kabushiki Kaisha Image-displaying device
US8516365B2 (en) 2007-06-15 2013-08-20 Microsoft Corporation Dynamically laying out images and associated text using pre-defined layouts
US8762880B2 (en) 2007-06-29 2014-06-24 Microsoft Corporation Exposing non-authoring features through document status information in an out-space user interface
US9098473B2 (en) 2007-06-29 2015-08-04 Microsoft Technology Licensing, Llc Accessing an out-space user interface for a document editor program
US10592073B2 (en) 2007-06-29 2020-03-17 Microsoft Technology Licensing, Llc Exposing non-authoring features through document status information in an out-space user interface
US10521073B2 (en) 2007-06-29 2019-12-31 Microsoft Technology Licensing, Llc Exposing non-authoring features through document status information in an out-space user interface
US8484578B2 (en) 2007-06-29 2013-07-09 Microsoft Corporation Communication between a document editor in-space user interface and a document editor out-space user interface
US9619116B2 (en) 2007-06-29 2017-04-11 Microsoft Technology Licensing, Llc Communication between a document editor in-space user interface and a document editor out-space user interface
US10642927B2 (en) 2007-06-29 2020-05-05 Microsoft Technology Licensing, Llc Transitions between user interfaces in a content editing application
US8201103B2 (en) 2007-06-29 2012-06-12 Microsoft Corporation Accessing an out-space user interface for a document editor program
US20090058871A1 (en) * 2007-08-31 2009-03-05 Radomir Mech Example-Based Procedural Synthesis of Element Arrangements
US8457405B2 (en) 2007-08-31 2013-06-04 Adobe Systems Incorporated Example-based procedural synthesis of element arrangements
US7991768B2 (en) 2007-11-08 2011-08-02 Oracle International Corporation Global query normalization to improve XML index based rewrites for path subsetted index
US8543898B2 (en) 2007-11-09 2013-09-24 Oracle International Corporation Techniques for more efficient generation of XML events from XML data sources
US8250062B2 (en) 2007-11-09 2012-08-21 Oracle International Corporation Optimized streaming evaluation of XML queries
US9842090B2 (en) 2007-12-05 2017-12-12 Oracle International Corporation Efficient streaming evaluation of XPaths on binary-encoded XML schema-based documents
US8132116B1 (en) 2008-02-28 2012-03-06 Adobe Systems Incorporated Configurable iconic image representation
US20090235161A1 (en) * 2008-03-15 2009-09-17 Microsoft Corporation Lossless Web-Based Editor For Complex Documents
US9892102B2 (en) 2008-03-15 2018-02-13 Microsoft Technology Licensing, Llc Lossless web-based editor for complex documents
US9588781B2 (en) 2008-03-31 2017-03-07 Microsoft Technology Licensing, Llc Associating command surfaces with multiple active components
US8429196B2 (en) 2008-06-06 2013-04-23 Oracle International Corporation Fast extraction of scalar values from binary encoded XML
US20090319897A1 (en) * 2008-06-20 2009-12-24 Microsoft Corporation Enhanced user interface for editing images
US9665850B2 (en) 2008-06-20 2017-05-30 Microsoft Technology Licensing, Llc Synchronized conversation-centric message list and message reading pane
US10997562B2 (en) 2008-06-20 2021-05-04 Microsoft Technology Licensing, Llc Synchronized conversation-centric message list and message reading pane
US8161379B2 (en) 2008-06-20 2012-04-17 Microsoft Corporation Fit and fill techniques for pictures
US20090319887A1 (en) * 2008-06-20 2009-12-24 Microsoft Corporation Fit and fill techniques for pictures
US8402096B2 (en) 2008-06-24 2013-03-19 Microsoft Corporation Automatic conversation techniques
US9338114B2 (en) 2008-06-24 2016-05-10 Microsoft Technology Licensing, Llc Automatic conversation techniques
US7958112B2 (en) * 2008-08-08 2011-06-07 Oracle International Corporation Interleaving query transformations for XML indexes
US20100053165A1 (en) * 2008-09-03 2010-03-04 Hong Fu Jin Precision Industry (Shenzhen) Co.,Ltd. Image adjusting system and method
US20100077350A1 (en) * 2008-09-25 2010-03-25 Microsoft Corporation Combining elements in presentation of content
US8799353B2 (en) 2009-03-30 2014-08-05 Josef Larsson Scope-based extensibility for control surfaces
US20100287501A1 (en) * 2009-05-06 2010-11-11 Samsung Electronics Co., Ltd. Image processing apparatus and method
US9875009B2 (en) 2009-05-12 2018-01-23 Microsoft Technology Licensing, Llc Hierarchically-organized control galleries
US9046983B2 (en) 2009-05-12 2015-06-02 Microsoft Technology Licensing, Llc Hierarchically-organized control galleries
US20100332958A1 (en) * 2009-06-24 2010-12-30 Yahoo! Inc. Context Aware Image Representation
US8433993B2 (en) * 2009-06-24 2013-04-30 Yahoo! Inc. Context aware image representation
US9292941B2 (en) 2009-09-04 2016-03-22 Adobe Systems Incorporated Methods and apparatus for specifying and interpolating hierarchical procedural models
US8787698B2 (en) 2009-09-04 2014-07-22 Adobe Systems Incorporated Methods and apparatus for directional texture generation using image warping
US8532387B2 (en) 2009-09-04 2013-09-10 Adobe Systems Incorporated Methods and apparatus for procedural directional texture generation
US8619098B2 (en) 2009-09-18 2013-12-31 Adobe Systems Incorporated Methods and apparatuses for generating co-salient thumbnails for digital images
US20130120454A1 (en) * 2009-09-18 2013-05-16 Elya Shechtman Methods and Apparatuses for Generating Thumbnail Summaries for Image Collections
US8599219B2 (en) * 2009-09-18 2013-12-03 Adobe Systems Incorporated Methods and apparatuses for generating thumbnail summaries for image collections
US20110090248A1 (en) * 2009-10-20 2011-04-21 Shenzhen Futaihong Precision Industry Co., Ltd. Electronic device and method for image editing
US8570347B2 (en) * 2009-10-20 2013-10-29 Shenzhen Futaihong Precision Industry Co., Ltd. Electronic device and method for image editing
US20110113361A1 (en) * 2009-11-06 2011-05-12 Apple Inc. Adjustment presets for digital images
US20110221764A1 (en) * 2010-03-12 2011-09-15 Microsoft Corporation Laying out and cropping images in pre-defined layouts
US8302014B2 (en) 2010-06-11 2012-10-30 Microsoft Corporation Merging modifications to user interface components while preserving user customizations
US20120137236A1 (en) * 2010-11-25 2012-05-31 Panasonic Corporation Electronic device
US8676552B2 (en) 2011-02-16 2014-03-18 Adobe Systems Incorporated Methods and apparatus for simulation of fluid motion using procedural shape growth
US8917282B2 (en) 2011-03-23 2014-12-23 Adobe Systems Incorporated Separating water from pigment in procedural painting algorithms
US8917283B2 (en) 2011-03-23 2014-12-23 Adobe Systems Incorporated Polygon processing techniques in procedural painting algorithms
US20120272192A1 (en) * 2011-04-19 2012-10-25 Tovi Grossman Hierarchical display and navigation of document revision histories
US8874525B2 (en) 2011-04-19 2014-10-28 Autodesk, Inc. Hierarchical display and navigation of document revision histories
US20120272173A1 (en) * 2011-04-19 2012-10-25 Tovi Grossman Hierarchical display and navigation of document revision histories
US8533595B2 (en) * 2011-04-19 2013-09-10 Autodesk, Inc Hierarchical display and navigation of document revision histories
US8533594B2 (en) * 2011-04-19 2013-09-10 Autodesk, Inc. Hierarchical display and navigation of document revision histories
US8533593B2 (en) * 2011-04-19 2013-09-10 Autodesk, Inc Hierarchical display and navigation of document revision histories
US20120272151A1 (en) * 2011-04-19 2012-10-25 Tovi Grossman Hierarchical display and navigation of document revision histories
US8861868B2 (en) 2011-08-29 2014-10-14 Adobe-Systems Incorporated Patch-based synthesis techniques
US9317773B2 (en) 2011-08-29 2016-04-19 Adobe Systems Incorporated Patch-based synthesis techniques using color and color gradient voting
US20150131900A1 (en) * 2011-12-08 2015-05-14 Yahoo! Inc. Image Cropping Using Supervised Learning
US20130148880A1 (en) * 2011-12-08 2013-06-13 Yahoo! Inc. Image Cropping Using Supervised Learning
US9177207B2 (en) * 2011-12-08 2015-11-03 Zynga Inc. Image cropping using supervised learning
US8938116B2 (en) * 2011-12-08 2015-01-20 Yahoo! Inc. Image cropping using supervised learning
US10255227B2 (en) 2012-05-21 2019-04-09 Oath Inc. Computerized system and method for authoring, editing, and delivering an interactive social media video
US10191624B2 (en) 2012-05-21 2019-01-29 Oath Inc. System and method for authoring interactive media assets
US10083151B2 (en) 2012-05-21 2018-09-25 Oath Inc. Interactive mobile video viewing experience
US10757057B2 (en) 2013-10-15 2020-08-25 Microsoft Technology Licensing, Llc Managing conversations
CN105745649A (zh) * 2013-11-18 2016-07-06 微软技术许可有限责任公司 链接插入和链接预览特征
WO2015073762A1 (en) * 2013-11-18 2015-05-21 Microsoft Technology Licensing, Llc Link insertion and link preview features
US20160321226A1 (en) * 2015-05-01 2016-11-03 Microsoft Technology Licensing, Llc Insertion of unsaved content via content channel
US11003627B2 (en) 2016-04-21 2021-05-11 Microsoft Technology Licensing, Llc Prioritizing thumbnail previews based on message content
US20200081958A1 (en) * 2018-09-10 2020-03-12 Gurunavi, Inc. Information processing apparatus, method for displaying a web page, and non-transitory recording medium storing a program for displaying a web page

Also Published As

Publication number Publication date
US7454711B2 (en) 2008-11-18
US20020135621A1 (en) 2002-09-26
US20050210414A1 (en) 2005-09-22

Similar Documents

Publication Publication Date Title
US6964025B2 (en) Auto thumbnail gallery
US7380202B1 (en) Method and system for customizing and personalizing page control content
US7325196B1 (en) Method and system for manipulating page control content
US6301586B1 (en) System for managing multimedia objects
US7240294B2 (en) Method of constructing a composite image
US8375293B2 (en) Method and apparatus for defining documents
US6779153B1 (en) Creation of web pages through synchronization
US6928610B2 (en) Automatic layout of content in a design for a medium
US7685426B2 (en) Managing and indexing content on a network with image bookmarks and digital watermarks
US20020046245A1 (en) System and method for creating customized web pages
US20070162845A1 (en) User interface for webpage creation/editing
US7240281B2 (en) System, method and program for printing an electronic document
WO2005020013A9 (en) Method of producing and delivering an electronic magazine in full-screen format
US20110035660A1 (en) System and method for the automated creation of a virtual publication
JP2009510650A (ja) 動的に集約された文書のための調和構成を備えたマルチフォームデザイン
US7213202B1 (en) Simplified design for HTML
WO2002017642B1 (en) Method and system of creating enhancement content to be displayed with a television program
EP1735998A1 (en) An improved method and apparatus for creating, assembling, and organizing compound media objects
US20110283173A1 (en) Methods and systems for designing photo books
US9286309B2 (en) Representation of last viewed or last modified portion of a document
AU760816B2 (en) System for capturing, annotating and transmitting images of internet web pages
WO2002037939A9 (en) Method of constructing a composite image within an image space of a webpage
US7325197B1 (en) Method and system for providing page control content
Wempen HTML5 step by step
Warner Dreamweaver CS3 for dummies

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ANGIULO, MICHAEL A.;CANNING, BENJAMIN E.;CHEN, ZHENGUANG (ROBERT);AND OTHERS;REEL/FRAME:011636/0063

Effective date: 20010313

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034541/0001

Effective date: 20141014

FPAY Fee payment

Year of fee payment: 12